Loading Tool

Explorer IconExplorer

Memory Pool

44,875 transactions
21.90 vMB
0.08443034 BTC
Random Selection Loading Transactions
Max Size: 122.20/200 MB

Candidate Block

Mining Attempt 9a1107e773da380d16df5db6ef797194dab47f1c61cbb628710aaaa086238101
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root 51330b771a65bb9da8c3523e72e8456cbde681a50da4dfa4c45dfdb2a8e1c297
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,300
Size: 1.00 vMB
Total Fees: 0.02956249 BTC
Feerates: 175.14 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (792,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,154 121,154 00000000000062264a04031130c8dff546628ef5823002e133bea7d328da354e 10 0.00/1.00 vMB 340
121,153 121,153 0000000000000a3b738778a0831c6b3ef706666dbd432cbc0bab25b005d88a1a 16 0.01/1.00 vMB 865
121,152 121,152 000000000000710a93c17d83ec56e62e8075db19ec099c3db891634e47ce6cc0 2 0.00/1.00 vMB 0
121,151 121,151 00000000000021b9020812fe3bcb3ae0408f9a85dbc94149c0b00f67cc8ec2a4 18 0.01/1.00 vMB 0
121,150 121,150 000000000000878d585d552e2ec35ea9ababca492ef0f7ab4e6a8fc30ebf2f1c 7 0.00/1.00 vMB 333
121,149 121,149 00000000000063b9dd2533739c2cf202ebf2ae9434a51d4c0f55c4953bc9e20f 11 0.00/1.00 vMB 625
121,148 121,148 000000000000571e738157b57480b64001a6be67b6a723eba185aeea97de821e 30 0.01/1.00 vMB 1,807
121,147 121,147 000000000000093eab45c455494cccc0c6ee9a9d1f25abb497631b66859732fe 17 0.01/1.00 vMB 1,943
121,146 121,146 000000000000085868020b439e83df9ae6c57bf9a1b4e67e9bad76747b72f06a 6 0.00/1.00 vMB 3,881
121,145 121,145 0000000000004494ea0b43ede7e6935cbf0d485b190861dfc53369f01a0aa783 88 0.03/1.00 vMB 913
121,144 121,144 0000000000008269394aef5beef37e58614ef5ce11cd76964324e61a59f8a424 33 0.01/1.00 vMB 2,087
121,143 121,143 00000000000025f60b59b224ded80b0b39ba387b8d67efcf77e1a21a9393898e 12 0.00/1.00 vMB 319
121,142 121,142 0000000000000441999817a4014e90499c43a2e98be726b27b9192c7c917a64d 61 0.02/1.00 vMB 2,490
121,141 121,141 000000000000298da7b78622f70eb698dd856b441734103a4463808c93c10465 45 0.01/1.00 vMB 1,119
121,140 121,140 00000000000034a10a3f8c9263eb70513a5cdf3ba897443c2003b1a5ac072a69 10 0.00/1.00 vMB 2,532
121,139 121,139 00000000000086e3c01904cc5e44d1c233931a4357ddfdd884c3a071dfa4df43 41 0.01/1.00 vMB 144
121,138 121,138 00000000000015023116935ea3e86402abeef929f32ff563daafceaef8c3a33a 13 0.01/1.00 vMB 719
121,137 121,137 000000000000108a239d65658a84509dc6b329d0a3f24d5ab88e8ce8dd5e63ec 63 0.02/1.00 vMB 1,451
121,136 121,136 00000000000082741930723ae4578cde390fef3056ff7abdfc2504e916c57173 111 0.04/1.00 vMB 452
121,135 121,135 0000000000000867de1d6ae43e9a3afd33912de3c09e22e151af63a28a2a0cf8 12 0.00/1.00 vMB 645
121,134 121,134 0000000000001ae30a3b568546e345bba7a601c8cf3ef2f17f7b59d3d6a1f938 13 0.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 780.76 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: 557.75 GB
    • Received: 7.09 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.