Loading Tool

Explorer IconExplorer

Memory Pool

80,416 transactions
30.12 vMB
0.08956319 BTC
Random Selection Loading Transactions
Max Size: 180.65/200 MB

Candidate Block

Mining Attempt 351154e6ab108a2f106cadf2341d3e7fbba980f64f574890f1c2816efc91f314
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 4ce3d064eda84f3a9909a72710b7080a644941ab2e23432cae51603d3ad439ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.02794711 BTC
Feerates: 301.07 > 2.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (204,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,427 710,427 00000000000000000004c3ad1667cc12b517e5aa2a4f3eae9a50f4c67b16deb1 2,802 1.00/1.00 vMB 17
710,426 710,426 000000000000000000017019b6a0878917a9738f09c261fd97915b48ad785a8c 1,539 1.00/1.00 vMB 4
710,425 710,425 000000000000000000092a4ff813c300e5dba844a99b29ecbee36e1a9156d2f9 2,127 1.00/1.00 vMB 13
710,424 710,424 0000000000000000000422a1a992c642ad5ec736a258112bcd001182d0d03c31 2,835 1.00/1.00 vMB 7
710,423 710,423 000000000000000000054bdb96004f716ddd50ea1f2d0ccc9de2a7b9cd92f83b 3,371 1.00/1.00 vMB 8
710,422 710,422 000000000000000000087d6e437d438e54bc9c3554b4fe9421156e535a07bfb1 3,440 1.00/1.00 vMB 13
710,421 710,421 000000000000000000084081b29472bf02595bb85670dfc3de99bbaa41be9d84 4,566 1.00/1.00 vMB 7
710,420 710,420 0000000000000000000adbd5c08c777ea8fbc683d54795471232cb5799e71ac9 721 1.00/1.00 vMB 10
710,419 710,419 00000000000000000002bd68a965dc7779dab05750eb17390d67b760872e11b3 1,312 1.00/1.00 vMB 16
710,418 710,418 00000000000000000006b9d7141e954e54781ceb4a802f65e90481f0d6f095a4 1,640 1.00/1.00 vMB 13
710,417 710,417 00000000000000000000477c353095692ddb22f5e83465b93f41e5f2156c0a6d 2,880 1.00/1.00 vMB 28
710,416 710,416 000000000000000000022b107bc552bba39c29bf59bbc5aaf0f2b8d373a138e4 479 1.00/1.00 vMB 10
710,415 710,415 000000000000000000038caf3a32f4f2bd3c2681acf7e6fc12ff32e5d33e19e1 1,597 1.00/1.00 vMB 17
710,414 710,414 00000000000000000003aadf3be749ef98ef21b60d5f148051f5ea7a1c78ad1b 1,174 1.00/1.00 vMB 15
710,413 710,413 00000000000000000008fddd0eb72e2e93f00e34d10826a7f92ef4d20ad50012 747 0.32/1.00 vMB 9
710,412 710,412 00000000000000000005df0e5deed7c1be0044ed4ff3ae0533320967abbfe7fb 1,324 0.47/1.00 vMB 11
710,411 710,411 00000000000000000002d84d3f62132a9174b3e2b470895839f4ecb749669d00 1,636 0.61/1.00 vMB 9
710,410 710,410 0000000000000000000895c939d81dc8d80ac79296fa7f30539cba36feebacbe 1,516 0.64/1.00 vMB 5
710,409 710,409 0000000000000000000afcd426a00862cfca7d815e2f284adfafcee747587596 3,135 1.00/1.00 vMB 9
710,408 710,408 0000000000000000000980c10fb5c3f32b12fc6dc51789a19271bb06fc16cd2a 2,973 1.00/1.00 vMB 3
710,407 710,407 00000000000000000000dfc3516debabbbe72757fa63ffa93439dde02348be5d 3,218 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.