Loading Tool

Explorer IconExplorer

Memory Pool

88,333 transactions
32.18 vMB
0.13735639 BTC
Random Selection Loading Transactions
Max Size: 195.00/200 MB

Candidate Block

Mining Attempt bef322619b296b4b99e7a8595889d4f7ad28ea278fa16fb5dadcc9c7934a47d3
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root d522215e8d7738155a464207937ec6528965b2fdaac06b8ae153fe288a8d9646
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.05097257 BTC
Feerates: 101.65 > 5.11 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (466,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,568 448,568 00000000000000000253ee295b216741113374fbfc81b0f81cbcc47b2bcb0af2 485 0.25/1.00 vMB 59
448,567 448,567 000000000000000002fad72ebaed1ea897a905bbee9f5b3c64069f015f51c8a2 2,747 1.00/1.00 vMB 93
448,566 448,566 0000000000000000030a5fca3e3a29ab0b0e3c155ffec1a5036e5b01f39254df 814 0.49/1.00 vMB 62
448,565 448,565 000000000000000001a2ed4fb953d3fa2e04151da6c4281b762dcb9695555ee4 589 0.98/1.00 vMB 12
448,564 448,564 000000000000000000dd62770f407844f85a3876489b3c301f2e5aa722e79e4f 2,348 1.00/1.00 vMB 81
448,563 448,563 00000000000000000042e846df5b6ad35548ba77321e8a787af3361c5ba3caa1 1,536 1.00/1.00 vMB 49
448,562 448,562 000000000000000000dd112628b26535cb756bb17c4e83aaa57d6dda676d2cd0 2,358 1.00/1.00 vMB 96
448,561 448,561 0000000000000000032a455858230c9e701913c7995098dde819fc767b50adc7 2,221 1.00/1.00 vMB 89
448,560 448,560 00000000000000000325ecc6034c9e1d2d21bc5a3a95e894f6f7282587af49f8 577 1.00/1.00 vMB 30
448,559 448,559 0000000000000000013af9264266574a878bf8fcb7d29df43196094c95cddb33 1,427 1.00/1.00 vMB 25
448,558 448,558 0000000000000000026fb9fe29a0cca20e9907172cff11b1a143d1c5f968049a 1 0.00/1.00 vMB 0
448,557 448,557 00000000000000000028efda8290d53b995e4e67127787c0da2231ee025659ef 1,390 1.00/1.00 vMB 45
448,556 448,556 00000000000000000064dc72c9480a73375e82486d3c6dd58775a2126f62c51b 2,489 1.00/1.00 vMB 82
448,555 448,555 0000000000000000009b840efe1e1555323c5d69f3b71f1c79e439a84d408415 2,460 1.00/1.00 vMB 110
448,554 448,554 000000000000000001bcd422fd960540a07f5abf95bed6750f06e755f3bb3fb2 2,542 1.00/1.00 vMB 89
448,553 448,553 00000000000000000326d10a69056a4c17c89ce3a7829db1fd95ca8afaf8e0f3 1,867 1.00/1.00 vMB 75
448,552 448,552 0000000000000000003320163ca5349dc7db78d56af0a10259f5d93d7bc4feb0 1,815 1.00/1.00 vMB 56
448,551 448,551 00000000000000000154f5c423233918503eb27a2af4eb6f37b5d3f14b7875d1 2,257 1.00/1.00 vMB 88
448,550 448,550 0000000000000000015159c081a61ca28e05bfa229670d7ba3f5116e03d158c5 2,260 1.00/1.00 vMB 102
448,549 448,549 00000000000000000064b2d887885361e912a1d8d0c8d4e05163065be2f6fc4c 1,983 1.00/1.00 vMB 39
448,548 448,548 000000000000000000d033e30521c9df3e848fe49ffb9e63c535d7d3506a39f0 1,934 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.