Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

881 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,846 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 880 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (819,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,117 91,117 0000000000005d1c8e6a8fae32ea7c59abded9ec2d5a1dbc42c6f67b9d11abe3 0.00 MB 2 0
91,116 91,116 00000000000dc1c9d7e2bb7af9a4b66df095c3dac6a92627f70ba82d35afc6e5 0.00 MB 3 0
91,115 91,115 0000000000094ef389e109fe6952a5a0f03cb300b033c8632b0e9bbffa3d3233 0.00 MB 2 0
91,114 91,114 00000000000a1fbab4a9e8e5f4a52d7d7dc7a4722006f0cec20710732669c630 0.00 MB 1 0
91,113 91,113 00000000000a1b7b930f12a6fa4adb6a81e7f3d2b85b8e48e12b9bd1e7ec2e5a 0.00 MB 2 0
91,112 91,112 0000000000036703bf21cd0ac01243951bfdbe82f0075673d2ddf8a21f80d014 0.00 MB 4 0
91,111 91,111 00000000000e41d6691224f5b56ed68c8e730b27330a26992f7bcc4e4c54e0d5 0.00 MB 1 0
91,110 91,110 00000000000e4dce51c44a3e669ca192e7bcb934bf9b8aee21f0d095fb8d7f3f 0.00 MB 2 0
91,109 91,109 000000000000b812a8c4e98b8b1c25fec34a2dc1b417026555ba2e277ebcd3b2 0.00 MB 2 0
91,108 91,108 00000000000c7394846a12d6444d514d694ffa49df2916e77897caf2e16e347f 0.00 MB 1 0
91,107 91,107 0000000000094448f6d8c0689f288e8dfa4fa2960a2842aa16e8f66dc6b8ad05 0.00 MB 1 0
91,106 91,106 000000000009ccdc30aa402e8ca7fb7491a1043945312565ba881fa85e4e847d 0.00 MB 2 0
91,105 91,105 00000000000c8a7430798a2ff9b08df142b231956f18e1202fe2fcce18347cbb 0.00 MB 2 0
91,104 91,104 000000000006ec8920798012426886f42d4fdfdb808dd6104b1da129b60bb461 0.00 MB 1 0
91,103 91,103 000000000003053ec8bea5f9ea601d0180fb5e7f6ccd49f130e7db590ef0f068 0.00 MB 1 0
91,102 91,102 00000000000d58a5f19f9abcba9ddef2f7bc173c72790cde0a965ca615cd6cb1 0.00 MB 3 0
91,101 91,101 000000000002d98d1c942100510dc0dd37ea4861e0086205fd92ac2b3bc06912 0.00 MB 2 0
91,100 91,100 000000000005ae4a7f25127c2a22e18e998170829334d33262295a25e3b0507d 0.00 MB 2 0
91,099 91,099 0000000000061c615290454b6d1f181217b59da350bbf50c15819904908497d3 0.00 MB 1 0
91,098 91,098 000000000001d0cf40ffcf120231b6cdc20db2005c98ecebb2c0cfd7116fbc73 0.00 MB 1 0
91,097 91,097 000000000005b002a5765d810300b30151f789eb04c26dc35d1c8044a0c4b18b 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 774.95 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,334.51 GB sent, 123.46 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.