Loading Tool

Explorer IconExplorer

Memory Pool

21,711 transactions
24.53 vMB
0.06003131 BTC
Random Selection Loading Transactions
Max Size: 116.82/200 MB

Candidate Block

Mining Attempt 82b88235169ce89a519237617929534ba23459ebef8734f343276f0618dbfefc
Version 20000000
Previous Block 000000000000000000005fd3391e896564591024b2a30b91b65278d6f6666448
Merkle Root 62dc1a15ff18833556597f64808aeb40a0a0722f671f872b867cad29a7951b09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,147
Size: 1.00 vMB
Total Fees: 0.01620376 BTC
Feerates: 500.91 > 1.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,232 (786,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,120 128,120 00000000000021ebeeca91c5be97a34b90c281b1ff81304df57024932a41be83 5 0.00/1.00 vMB 907
128,119 128,119 0000000000000801372cfc8541ad9f08edc41fd27f4c79fd48cbda6b69b4671f 32 0.01/1.00 vMB 718
128,118 128,118 0000000000000f275cc8e022a4f4cd517fa7a3c69fd82492e6435f7999b494da 5 0.01/1.00 vMB 144
128,117 128,117 0000000000001164419fb3e363c291ee22937c2e5f1cda1dcadfb28ddd83523c 20 0.01/1.00 vMB 589
128,116 128,116 000000000000161a53136b1d55aa2dffd77ff5bbf8e5c695211098d5d18002c3 26 0.01/1.00 vMB 906
128,115 128,115 0000000000001f1a29fec22e33cfbea9f1c0755368e051e2c8ec68f1d6acf465 25 0.01/1.00 vMB 845
128,114 128,114 0000000000001811f7de4e567dcadf8306ab6419940fe70efe002b8e05d874e1 49 0.01/1.00 vMB 293
128,113 128,113 000000000000208738f5767faca4b84e9d734eee32df11a91d38ec8bf7fb9550 3 0.00/1.00 vMB 284
128,112 128,112 0000000000002019377b81b74c89b272037d78326cdc14cf0760dbc538564607 11 0.00/1.00 vMB 1,311
128,111 128,111 000000000000041cb8672446a23539491d610867d4938bef53261a5510d09ab5 28 0.01/1.00 vMB 2,979
128,110 128,110 000000000000086d4c41f9ee52120e9a83d6ffae3cf524149f72f2043d22006e 22 0.01/1.00 vMB 1,094
128,109 128,109 00000000000011cf15077ddf768c222afef6bcf3634d29ab10f3fd6926b8152a 13 0.00/1.00 vMB 1,091
128,108 128,108 0000000000000452d734a511c25b3e71b8bb766fdbb2b4c7db9c22cd97e66a0b 11 0.01/1.00 vMB 1,121
128,107 128,107 0000000000001b5408066a746b4c3b755700c156a1f546e5fccbef1f322ff31e 51 0.02/1.00 vMB 866
128,106 128,106 0000000000001d39e7be14571cd79e3703f25ad4a74f101c5365e3b8e1fbca8b 50 0.02/1.00 vMB 656
128,105 128,105 00000000000000adc4dbf987f97b157e4109a7de84bd76754a2b2ecbde1e73fc 18 0.01/1.00 vMB 1,219
128,104 128,104 000000000000144da820ad51753c4558f9e21edc61d61ba2a584aeddbe64f65c 200 0.07/1.00 vMB 1,029
128,103 128,103 00000000000002db2e8525dbd549568e7461b2a6c8faa3058bf0b2ad286bcd19 20 0.01/1.00 vMB 1,317
128,102 128,102 00000000000019026adf32aadb4b26598c482d4ad0eacf31b96eb4ea947f6ba9 70 0.03/1.00 vMB 854
128,101 128,101 00000000000023352d6a4d3ee2fcfa94b4a8071cc9678747f58e6831f444ec97 170 0.06/1.00 vMB 1,140
128,100 128,100 0000000000001fcc9a750f063766b23018b82b4b6b19bdbe95a55a64959d07f1 3 0.00/1.00 vMB 1,387
Previous 10 blocks ↓
Total Size: 781.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 575.71 GB
    • Received: 8.31 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.