Loading Tool

Explorer IconExplorer

Memory Pool

32,611 transactions
25.60 vMB
0.07335690 BTC
Random Selection Loading Transactions
Max Size: 127.95/200 MB

Candidate Block

Mining Attempt 1480ad86832b8fd85f4e9fec97c78c0764b45089af96537f4f5398f04a018956
Version 20000000
Previous Block 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07
Merkle Root cc6d0d2c7406e838c597e2319be711f381097cf76fccb6c058018bc00351caef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.02634319 BTC
Feerates: 526.32 > 2.64 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,208 (829,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,894 84,894 000000000007457d89cc4ded40b12b55ae32f215e232e26330b312025df579e6 1 0.00/1.00 vMB 0
84,893 84,893 000000000002d3496d62f3438b822809a1ae409e0654c86903b12314eddc2a0d 3 0.00/1.00 vMB 0
84,892 84,892 000000000029d9c076b32c5d2d78c1a678ad532d9a92a6f9ebf2640ff02bb462 1 0.00/1.00 vMB 0
84,891 84,891 000000000001b05972b109db32943ef274f274c3d6a61a5935c8dd198424c9f8 3 0.00/1.00 vMB 0
84,890 84,890 00000000000e15b0d861087e4706f49036ea9b7fb979738d95956354df557624 2 0.00/1.00 vMB 0
84,889 84,889 00000000001e1e8950ff2bf1a158de0d464fd026ae095038f9902d4fc445c2cc 1 0.00/1.00 vMB 0
84,888 84,888 00000000001cbfc3b8cc241fbd7ca0b69685f605dbf4e04832e097ab2a52031d 1 0.00/1.00 vMB 0
84,887 84,887 000000000029a1ea072fce3f6aacdd1747ea92c64da7e2a7ab15dac1d12747bf 3 0.00/1.00 vMB 0
84,886 84,886 00000000001b4a58f85d65640b5b8f072290e224a768ade560118f8ec2b8a6d4 2 0.00/1.00 vMB 0
84,885 84,885 00000000000ac90762a20c22fafd8f14c55606f22bdf8e9a70b4f661c77208d0 2 0.00/1.00 vMB 0
84,884 84,884 0000000000220a3111ee6f779522f8d36e37c9947cec838ddfe3f08a40356075 3 0.00/1.00 vMB 0
84,883 84,883 0000000000154d29c56f2d05525018e8b9b63a13013f4e8197714c5d22e0a221 6 0.00/1.00 vMB 0
84,882 84,882 0000000000140a390f99284f70adf33b5e795091ca767fcdc914c7f0c4621a5f 1 0.00/1.00 vMB 0
84,881 84,881 000000000029e470b857ca10fdd213e16a036dcd0f19633166b15908f04c8644 1 0.00/1.00 vMB 0
84,880 84,880 0000000000176879e3e5311e7d056bd0eb79d5f39d45568a560128c90551d2cd 3 0.00/1.00 vMB 0
84,879 84,879 00000000002485659b4790b496196ac68cae267337f0bcdc5cf7d3461f6ec0f2 3 0.00/1.00 vMB 0
84,878 84,878 00000000002ea0c3bcaea3079d91667ae8002724ebafc0241cba55a602470685 1 0.00/1.00 vMB 0
84,877 84,877 000000000019c8c3c9782b1c172e91fc0ff1dc7a80d10980fec7cea52143106e 4 0.00/1.00 vMB 0
84,876 84,876 00000000000a9559f959d62034ea071a4a197ba44306f03dd59573ad925c045b 3 0.01/1.00 vMB 0
84,875 84,875 00000000002f7f7288bb2fdc1e3f3dfc9a1e8a56fb76c22eefbbc6c9e76b7c0f 4 0.01/1.00 vMB 0
84,874 84,874 00000000000ce611f3e0ffa35ba5c2d25f918112cc43f0f8eb62a76055404cce 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

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