Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,685 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,494 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,674 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,493 (875,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,138 35,138 000000001911b791cea63e11faf9d94bf730cf280a9040813f7169f497840c12 0.00 MB 1 0
35,137 35,137 000000002f37b404ef13c4cd37c23d221329b39a17fa4973c7f37d093faae209 0.00 MB 1 0
35,136 35,136 0000000025590fb3b4ce67c9e1bd78b4c0de2bf926c9631ccbb0ecb815c8bf5a 0.00 MB 1 0
35,135 35,135 0000000002e11329c1ad5db6900ead65f8cbdd565465be9083b0ddbc17e3c076 0.00 MB 1 0
35,134 35,134 00000000b5e7173fe5628e21b2c74344e603b1d727c3b0ee7fd1010894569eba 0.00 MB 1 0
35,133 35,133 0000000029519b258425e5a22410a3ff8c22f61825ff051ce0a814d06ce8ca08 0.00 MB 1 0
35,132 35,132 00000000923b5085e1e37fc8961ceb60dbb24883a323d4c1019ced0d51a5d931 0.00 MB 1 0
35,131 35,131 000000001d7e402eff14c6ce481773d517f15400fd56c3c96cf07905998a2d78 0.00 MB 1 0
35,130 35,130 000000002e457dbb0d59e606b98a5cd1e6417301f6566aba6b7c8cc44ac8879c 0.00 MB 1 0
35,129 35,129 0000000005c2ee20728fd7417ebbd1bf6de1cc9b3a6f4ddf14fe5a5af48dd92d 0.00 MB 1 0
35,128 35,128 0000000039119043841867439d50f6e40ab4ec73f2351ba21c49e56906177a18 0.00 MB 1 0
35,127 35,127 00000000073157014d11fce37683a2c51201072b289c111540e9676613b690f9 0.00 MB 1 0
35,126 35,126 000000008abc9b9601ee47a2b236509f0a1217f4f183aa7746fcd08f718e5ce6 0.00 MB 1 0
35,125 35,125 000000001338976b507cc0943b0faf07a6927397e2b0908e0ceaa177a5a4d783 0.00 MB 1 0
35,124 35,124 00000000ac5bb88158d3829ec871eb03650dd2dee54a325080863f509f5508ff 0.00 MB 1 0
35,123 35,123 000000005e2b4b30d7e0d06fa9ff0ddcdc6f0402207238907353f5e6c3815f1c 0.00 MB 1 0
35,122 35,122 0000000071797167bb4d1daf7fd4dbb5f7cdba7a1acf854c172f2405f5879cdb 0.00 MB 1 0
35,121 35,121 0000000091b23127ebaa7543f48a83512d47eab5e87dab6ac50143b29444dde3 0.00 MB 1 0
35,120 35,120 00000000a6a384c5135692d9d66e584b0b744128532f817ee6ec1d4f6015af24 0.00 MB 1 0
35,119 35,119 0000000058a25155922d3cff8a258a52fea1de61b6a7552b8104811c5e1764b5 0.00 MB 1 0
35,118 35,118 000000004892b7257e9d1fdc9db269b5cd203cb0318b8b5d80d70f652fccdd58 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,244.08 GB sent, 120.06 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.