Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,705 transactions (1.44 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,104 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,107 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,103 (880,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,985 29,985 0000000012f403fc47b515308fcfd716af985839d6579e5ee4c271cec363f2f5 0.00 MB 1 0
29,984 29,984 00000000b7f3a558261c8cdfd67071891b188b7f1dfaea11f0253349eb358eb5 0.00 MB 1 0
29,983 29,983 00000000843bd6dec3c98f2c4be84383a741a24dd4a107f271e5ac95cc3978ab 0.00 MB 1 0
29,982 29,982 00000000e609dda38dd078140b94d9581d5ed268a43d522f7097bf08e2685f3a 0.00 MB 1 0
29,981 29,981 00000000dc1ad333a688b1261687f8a767d753f85e6c80aef908b86eaed193b7 0.00 MB 1 0
29,980 29,980 00000000920a4e852e6c62fe12b39cdc405741f2fad15373837c1f1fb8a4933d 0.00 MB 1 0
29,979 29,979 00000000a7a68543de90fd2e41dbfce58a6e07f76550a16d20b0ae35c445a0c7 0.00 MB 1 0
29,978 29,978 00000000eac0187d3eefd9b56e2b577b90ef455d2fbc7621570a0d2878836366 0.00 MB 1 0
29,977 29,977 00000000d7d33531196b9c5c1d7aba75bc7b55d50165eff468a8002dce989d77 0.00 MB 1 0
29,976 29,976 0000000016469c3db556aebc42b45fe58b23e1e8fae4e06ac8fa21b0a6e521cb 0.00 MB 1 0
29,975 29,975 000000008ab6f74b3ee1a4867078e175b99c466d56e7b0acdf02f79193c77674 0.00 MB 1 0
29,974 29,974 00000000c4badd7c324660038634e1872a54369b27dc33c837e8a9c0a98840ce 0.00 MB 1 0
29,973 29,973 00000000173b1490005e84196e6de03b926d8f7e09da086a8d3673298322514f 0.00 MB 1 0
29,972 29,972 0000000048764569d15214f8a3d310504b264e9242015cf44b3ed37ba52ab1ca 0.00 MB 1 0
29,971 29,971 00000000235482a5845ace70bf1372f8d2965ae51d3f24d39f2a3c897f2efb32 0.00 MB 1 0
29,970 29,970 00000000553f4043f53195f3e310fd99aa136f491aef0cf573a9b572db3c6761 0.00 MB 1 0
29,969 29,969 00000000f147dc782bc84dc0b14f637aa09cdd3bb22bebed0d11200630b75ea1 0.00 MB 1 0
29,968 29,968 00000000e0dd563f18c306bcee76f79a44328084460abdf3504feb34ea5aeaa4 0.00 MB 1 0
29,967 29,967 000000001247e536747b104ef439b8ec04e210b5436f7b867c72f57a61faccad 0.00 MB 1 0
29,966 29,966 00000000ab77b9c8071a7cfe31abfeae056d3024772f29558c2bb0e0077ccac6 0.00 MB 1 0
29,965 29,965 00000000b8efa300b139be966aebbedd4d6e97099a0aa02a47a1b331ae3cea86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,188.63 GB sent, 116.41 GB received

Notes

  • This page updates every 5 seconds.
  • 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.