Loading Tool

Explorer IconExplorer

Memory Pool

73,339 transactions
27.15 vMB
0.06097501 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt 16b62221b012d6235cabbcabf3b7a0b1eb9ea891e0fa7ad0a927dcece0919eec
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root b555de58054078920646f4742686d2366160db37845e744cad2e7456cd180f38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.00335538 BTC
Feerates: 22.12 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (9,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,614 905,614 00000000000000000000e5a341ee90b1b2d21c288b41bfd625b27cc39d961f24 3,062 1.00/1.00 vMB 3
905,613 905,613 000000000000000000008924c9b03f3641e5f4e36d2a91b8f7c526b9ce8a7a5d 2,856 0.97/1.00 vMB 2
905,612 905,612 00000000000000000000dce35b2a419924d684a6eceed74bbc525ef5be1f3f19 1,510 0.50/1.00 vMB 3
905,611 905,611 0000000000000000000225a3d68d7000835b061e8fc28d1502c74ee0cbdcacf6 3,863 1.00/1.00 vMB 1
905,610 905,610 00000000000000000001947232cbc6381ae1267855fa942a463a9a9913e9f7c7 2,111 1.00/1.00 vMB 0
905,609 905,609 000000000000000000005af89e9d0cc3b2a440a1fc89a00d26c22f60af3c3fea 487 0.13/1.00 vMB 2
905,608 905,608 0000000000000000000129295c022dc893a825702afe405bfcedc08b0e822e7d 415 0.17/1.00 vMB 1
905,607 905,607 00000000000000000000afa75e5175c877c29c2498a4475f06f07ce2fae40153 2,339 0.62/1.00 vMB 2
905,606 905,606 000000000000000000010cad8f3e1872f339ffec8b48ecdd2222eca0a7084d78 2,457 0.67/1.00 vMB 2
905,605 905,605 000000000000000000004629d468f50556e7924264f855e91c2767d6767921d6 1,250 0.43/1.00 vMB 2
905,604 905,604 000000000000000000000fe7d98221dfb4872c560f11a374656684878c92e542 2,279 0.97/1.00 vMB 1
905,603 905,603 00000000000000000000ff7c2cac9303003d24e855e4c0862c7a47669028eb8e 3,039 1.00/1.00 vMB 4
905,602 905,602 00000000000000000000d0946d20be492864c41b39c28bce2524701e92d64e6c 3,127 1.00/1.00 vMB 1
905,601 905,601 0000000000000000000112783fe746afc113763f5a7980824b0081aef53fbaf1 825 0.23/1.00 vMB 2
905,600 905,600 000000000000000000016993bf0f318d7f3891a980d9217c31661ac8bfdad5e3 1,437 0.61/1.00 vMB 2
905,599 905,599 000000000000000000002e2e9ff9d33ecf5173f09d0b44edc958cc0ceaffa453 111 0.02/1.00 vMB 3
905,598 905,598 0000000000000000000162bd00dc6f0c674c5de87bc28b5befc8e7c4a2d85d4c 716 0.27/1.00 vMB 2
905,597 905,597 000000000000000000001cd62a95bd5c7de5c219bf01620861f532afaacce0f0 1,607 0.38/1.00 vMB 2
905,596 905,596 000000000000000000015da88372e57a3ae0aa27a3e9e0d12848b08aceaf3600 2,657 0.79/1.00 vMB 3
905,595 905,595 00000000000000000001b15a2416a1657d459ab6a8f1462451df00403a112a1e 1,554 0.39/1.00 vMB 3
905,594 905,594 000000000000000000008cfe9a23ff0632d4587f84675197d72ec24e2ac6399a 3,515 0.95/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.42 GB
    • Received: 17.17 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.