Loading Tool

Explorer IconExplorer

Memory Pool

40,925 transactions
26.21 vMB
0.07213897 BTC
Random Selection Loading Transactions
Max Size: 136.42/200 MB

Candidate Block

Mining Attempt 379557aef96c05be5640866406bddac37a14c1e7eaf5ce33d27c44e41a0da87d
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root c0ae82c82cb7077b846c1a1e8c5e0e5d1f8bfef40da61d21550d18798ff9737b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,969
Size: 1.00 vMB
Total Fees: 0.02432173 BTC
Feerates: 150.98 > 2.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (90,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,513 824,513 00000000000000000000a63021c17572b66507c6b6623ccf4e780272d19b2528 2,983 1.00/1.00 vMB 90
824,512 824,512 000000000000000000012339503d1731284361d60a4e89c8738807a80529537a 3,239 1.00/1.00 vMB 62
824,511 824,511 00000000000000000000e1ae6a56cb6a7ee4fc08c2856c7a06482d00c9c77071 2,691 1.00/1.00 vMB 79
824,510 824,510 000000000000000000000284ef2f29a6a984c07271b5433b775c30174354f6a2 2,137 1.00/1.00 vMB 60
824,509 824,509 0000000000000000000144e5ddc9dcff30ca3020910fb0164b9c98d28fec84a1 2,574 1.00/1.00 vMB 55
824,508 824,508 00000000000000000002c66da240f7cc36de359374d85b69d6a32e686d080f57 3,013 1.00/1.00 vMB 59
824,507 824,507 0000000000000000000310eeabf94e2acf6fa360a01feab39aff28efcdb29926 3,095 1.00/1.00 vMB 81
824,506 824,506 00000000000000000002c2ce9cc9e93b831d5300f791f6c67fc8365fe18a4352 3,014 1.00/1.00 vMB 68
824,505 824,505 0000000000000000000190f6826233dd4f4946eaf591dd3b92cdb09576772e41 2,652 1.00/1.00 vMB 83
824,504 824,504 0000000000000000000085f773c03078d0b65fcae0518cc44a09fe1061693709 3,421 1.00/1.00 vMB 119
824,503 824,503 000000000000000000031518b9a95c9baee3199abbd796683e400778787a7182 3,356 1.00/1.00 vMB 134
824,502 824,502 00000000000000000002fe23c69f9ef80277724164a9ebe89dbbc35539b01d8e 3,055 1.00/1.00 vMB 80
824,501 824,501 00000000000000000002e59b21e9540c6b3e51fe5fd4251e3a209c16b1c27b90 2,969 1.00/1.00 vMB 53
824,500 824,500 00000000000000000000b977ad8e69f8a468fe170a9b7d5e206db86710d1f69b 3,359 1.00/1.00 vMB 91
824,499 824,499 0000000000000000000061dd6149bd168e9956c0eec180cffb904ac11a7a40e3 3,026 1.00/1.00 vMB 77
824,498 824,498 0000000000000000000103e1d742c98c44ac57ce4aa843a8ddd69928435d1d95 3,137 1.00/1.00 vMB 155
824,497 824,497 0000000000000000000291e0b7aa74f0de87fc7d5e4ceddee11c2c88a9119851 2,900 1.00/1.00 vMB 69
824,496 824,496 0000000000000000000103d4c16b080fb220c0b6ff17840607d4579567eb4777 3,368 1.00/1.00 vMB 98
824,495 824,495 000000000000000000006ca59b236f3c59f1b6a1dc4747637b8ced54d2765ace 2,597 1.00/1.00 vMB 65
824,494 824,494 0000000000000000000010728e8df0eea64ed7f4460e584e26472310d2227da3 3,264 1.00/1.00 vMB 78
824,493 824,493 00000000000000000000ac4113497ecc27e840351fa9b4ad9a34307e95ff51df 1,582 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.