Loading Tool

Explorer IconExplorer

Memory Pool

83,449 transactions
31.02 vMB
0.13831515 BTC
Random Selection Loading Transactions
Max Size: 187.12/200 MB

Candidate Block

Mining Attempt 8a13e176edbde6a651f768d30c398d0b7739cf9dcbe4857de18bea01068475d2
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 48f7d4ab4f72def6ec4fcdb0683bac19e9760b19962fee1b2dee3f96942a6643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,790
Size: 1.00 vMB
Total Fees: 0.07017956 BTC
Feerates: 366.60 > 7.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (260,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,644 654,644 00000000000000000003d6c5baddc0661045d76fedde44e623e80df6a9b1f10c 3,203 1.00/1.00 vMB 297
654,643 654,643 00000000000000000004a42170c427be7bbe8fa85ba48ad2af6f4c4091a43068 2,415 1.00/1.00 vMB 89
654,642 654,642 00000000000000000004ba55ec724136b8e479d0943db7e3967af8d35facdaff 2,454 1.00/1.00 vMB 138
654,641 654,641 00000000000000000001db9ed42c57e176eaf29f8a5f13b61e009d0fe97b5612 2,936 1.00/1.00 vMB 257
654,640 654,640 0000000000000000000dfe3bf9616b9306099bbabc8ef8275166fcbe4d935142 2,371 1.00/1.00 vMB 104
654,639 654,639 0000000000000000000464383eb018ff3288bf5e730e6a9af56303d8abcf4f8f 2,368 1.00/1.00 vMB 184
654,638 654,638 00000000000000000003b651c68770215355d5cdcc65e408fc8294013bb93e74 1,232 1.00/1.00 vMB 193
654,637 654,637 0000000000000000000873996e6ff03de4ae3d69a47acb1ae095badd2ea4e4fc 2,245 1.00/1.00 vMB 140
654,636 654,636 000000000000000000051e8b17fb21e68937a4a0f0b78d3ee6d1b3bd8592fa66 2,541 1.00/1.00 vMB 119
654,635 654,635 0000000000000000000132adfc539bcfcea635268717e3327a5cb8eee206b381 2,136 1.00/1.00 vMB 127
654,634 654,634 0000000000000000000d8f9c592bf33f38e73deb16351ac4c643824c8cbea39f 2,605 1.00/1.00 vMB 144
654,633 654,633 000000000000000000088e5de7cf125a374e8933995733c5dad9842f3d1b25eb 2,776 1.00/1.00 vMB 206
654,632 654,632 00000000000000000002e7ceb2b17f08475cbd6b59e87c32b1e4e10d772a1c99 2,589 1.00/1.00 vMB 120
654,631 654,631 00000000000000000009d62df2321a139020ad996e09331b33aad376756b8a8a 2,331 1.00/1.00 vMB 140
654,630 654,630 00000000000000000003689937626e8132409a06c57208d58287820a86e52864 1,996 1.00/1.00 vMB 130
654,629 654,629 000000000000000000031ba4eda622970ee5111ccc052804bf8b4091c6cb9906 2,314 1.00/1.00 vMB 131
654,628 654,628 000000000000000000063e8ef30f1afa6d34e91ea743e5ee181486f13bae6f50 2,663 1.00/1.00 vMB 146
654,627 654,627 0000000000000000000b73e9367e1316b90aa11c63921ceae2dfd15f61d45028 2,522 1.00/1.00 vMB 127
654,626 654,626 00000000000000000003fe29a7f279052bca756ac1aa8eb72323e253417c487a 2,668 1.00/1.00 vMB 233
654,625 654,625 00000000000000000001a0f03d43f3d7ea2ce13a599880df4d9980c2ce1e8c67 2,033 1.00/1.00 vMB 263
654,624 654,624 00000000000000000002bc4b10e2fac26e9f1d65b9d49e80473d8ef91cffbaef 2,435 1.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.