Loading Tool

Explorer IconExplorer

Memory Pool

50,712 transactions
28.64 vMB
0.06864557 BTC
Random Selection Loading Transactions
Max Size: 154.01/200 MB

Candidate Block

Mining Attempt 0bd53d3db2571ee0a12ac3dbea9445d012f1797528f692b76ab5f6674b262b47
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root ee4cece85e3458fa3cd2f5ab0ad3c22a022ab4a3843ca1edc3b44cdbb33060c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,982
Size: 1.00 vMB
Total Fees: 0.01340443 BTC
Feerates: 122.12 > 1.34 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (456,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,433 458,433 0000000000000000012cb2ff593e5841ebeede65fdbbc04f091f66afcfd8b187 523 1.00/1.00 vMB 42
458,432 458,432 000000000000000001eb434792e3983d4885653f96eadfbf93f9e73f4172f3ee 1,913 1.00/1.00 vMB 151
458,431 458,431 0000000000000000005b3484d6e8f1e8237f68099d8a3b520afe7fc84c990201 2,102 1.00/1.00 vMB 162
458,430 458,430 0000000000000000019a5b36a9f9836382ae1d02c60d7efdb05c2cb364aa8258 1,229 0.75/1.00 vMB 98
458,429 458,429 000000000000000000af1959e66d5f4dec15a814889a4644d8ba6b790fd7b7bb 2,135 1.00/1.00 vMB 158
458,428 458,428 000000000000000000af6a02b95166dea784223789c0ffba323c4254f792eece 2,167 1.00/1.00 vMB 214
458,427 458,427 000000000000000001d9c6a650abccca87d330697a267d1798ca59aeb26cc564 1,115 1.00/1.00 vMB 50
458,426 458,426 000000000000000000f8a4c9ba59f1758627e8d5728e1d3c72996a38fc9508db 1,685 1.00/1.00 vMB 136
458,425 458,425 0000000000000000019b1b62e30e0257324a5d6395455ce9cb47e580c000eaea 1,914 1.00/1.00 vMB 129
458,424 458,424 0000000000000000021081dde85e861c1950bcae33a0430fc77d90f8fbba458e 2,243 1.00/1.00 vMB 189
458,423 458,423 00000000000000000088f778ca3c3d4119d114b3b38987345407e8ad224e4be3 869 0.75/1.00 vMB 89
458,422 458,422 000000000000000000f227c068e47f325b78ea65bfe0e42e4d578d8cbc7a3c6e 1,624 1.00/1.00 vMB 132
458,421 458,421 000000000000000000792254bcaf7affceafa1cee43721fdbff17156ab66e603 2,424 1.00/1.00 vMB 158
458,420 458,420 000000000000000000fa86776ad1a98f18656831e35d724831f5687eb3e73071 1 0.00/1.00 vMB 0
458,419 458,419 000000000000000000040f0af32b17ca93f018c1a92ae9b3652576f10fba3faa 2,054 1.00/1.00 vMB 238
458,418 458,418 0000000000000000005a338430d8466beacd04939a4de7331cc9bdea9e681b78 2,560 1.00/1.00 vMB 168
458,417 458,417 0000000000000000022e6eea0c07917b228447f82d32420bab11212ff2d6c955 2,387 1.00/1.00 vMB 215
458,416 458,416 0000000000000000022680d8de5720b3c0661fb9a28195d76087bca974ae24ac 2,148 1.00/1.00 vMB 75
458,415 458,415 0000000000000000005d7df1007099e0d292cb09a2e2e459612f4ec16c552abb 1,938 1.00/1.00 vMB 159
458,414 458,414 000000000000000001b7ae04f0e5b5bde513a3225cb8d39a58b3df88cd1a0744 1,496 1.00/1.00 vMB 80
458,413 458,413 000000000000000000c4c63cbfa1bc47b2e3f2484ff7828fa2ced87ec33b5ba5 2,345 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 782.02 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: 649.82 GB
    • Received: 13.22 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.