Loading Tool

Explorer IconExplorer

Memory Pool

85,299 transactions
30.69 vMB
0.13955250 BTC
Random Selection Loading Transactions
Max Size: 186.46/200 MB

Candidate Block

Mining Attempt cd62d1c80afc4a39cd2d32f3ced37a2fccd6fde2fd6ebbcafe17befa3666b27a
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ec89088dd3c5351fd2b9cbfa3d3f4738f8053640231ad48fe8819b3ff0b0967b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,245
Size: 1.00 vMB
Total Fees: 0.07633851 BTC
Feerates: 170.36 > 7.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (503,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,707 411,707 00000000000000000316633ec60f34b5ec0641287c51460779ebb9a695090437 1,685 1.00/1.00 vMB 36
411,706 411,706 0000000000000000050eb637d601ecaab57009b06a0241e2328a5975530ea7df 2,528 0.93/1.00 vMB 38
411,705 411,705 000000000000000004d8dbda1b7400853dfa502ff5bbc716f0c2696737550117 2,595 1.00/1.00 vMB 107
411,704 411,704 000000000000000004879442436862af9df04bda7b5be5393f68b549e8313150 1,320 1.00/1.00 vMB 39
411,703 411,703 000000000000000001b9a52b209ce1e4d9c9682140966f9e58fd0d9bb0197b76 2,336 1.00/1.00 vMB 53
411,702 411,702 000000000000000002c46aedec55f9d9d558e2ce3a2571876fc62c82fae16613 2,912 1.00/1.00 vMB 72
411,701 411,701 0000000000000000048f9f0851b6c9a1f5627ab1b4bccb136d278f5dedab5844 64 0.06/1.00 vMB 35
411,700 411,700 00000000000000000380fea2e3aee359569fe8d46ce18c05faf0a6dd71c6474a 1,136 0.84/1.00 vMB 36
411,699 411,699 000000000000000001b72cec9e13f290f0424a55713e9ff55862fc53c6de57ec 1,005 0.78/1.00 vMB 35
411,698 411,698 000000000000000005983f021b186cab6e4c075cadf5d77f68f2fc3be10a8307 710 0.80/1.00 vMB 15
411,697 411,697 000000000000000001d63b0b54cbd552e8a41593a64adcfd219593f86c96a31a 2,017 1.00/1.00 vMB 37
411,696 411,696 0000000000000000040be7f2e2bbf5523e430f99e28e0bf403f986d0b1ddd37d 1,630 1.00/1.00 vMB 27
411,695 411,695 0000000000000000008e275373d0de8410c2a45c583e14c8d2ecf42075470413 1,147 0.63/1.00 vMB 36
411,694 411,694 0000000000000000037aa9d947b16998a62903d9a71ae45fbcc357d835983a51 945 0.47/1.00 vMB 29
411,693 411,693 000000000000000002397c3a55d1a98a17335f8fb4beac782bec724d1d1ba315 300 0.23/1.00 vMB 22
411,692 411,692 000000000000000000fb72071b10b8b3825fa0ec6a9419a087e5d53392c5c6f1 1,044 0.99/1.00 vMB 21
411,691 411,691 0000000000000000043d900bc96d3f55fb3a312f3f3c2f599a74cdcbfa22e504 17 0.00/1.00 vMB 54
411,690 411,690 000000000000000000a514859d93eead7381efe13c8461d6efb9ef3ba095985a 1,113 0.70/1.00 vMB 26
411,689 411,689 000000000000000004ba8810c9650aeffea0c2bc84c4980caa24dd475c21be3b 902 1.00/1.00 vMB 20
411,688 411,688 000000000000000003974d26e5e633c9ca285b01227832ad1ef222c6a075ff30 15 0.00/1.00 vMB 157
411,687 411,687 0000000000000000031c0c805539e1c58a62a0b3e2636394ceb216865e54c53c 1,594 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 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.