Loading Tool

Explorer IconExplorer

Memory Pool

85,590 transactions
31.92 vMB
0.20831151 BTC
Random Selection Loading Transactions
Max Size: 190.93/200 MB

Candidate Block

Mining Attempt 2d2b67f064141c80b1ccb53ec34c5606d3fd823cdd0f2f7fc8bd26c275bce62e
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bfb4b34f376b22d8dd59c5e0cde56725068ed0f23ea9b08b3173cebfdbd27fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.09418149 BTC
Feerates: 529.10 > 9.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (119,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,827 795,827 000000000000000000004d171c36b38fcb3a8f5d289da799663229a8b6143ef4 2,303 1.00/1.00 vMB 19
795,826 795,826 0000000000000000000513facc8b0dc46cc3ec6aa2b9f392b9ebf46948c341a3 3,229 1.00/1.00 vMB 13
795,825 795,825 00000000000000000003cdd897eb9355c524bcdf2ea22ce068c1fde55899e90f 4,125 1.00/1.00 vMB 22
795,824 795,824 00000000000000000002f3ebbedaf71becf7d7ebe3c7948ec43932fd0de8d40a 1,834 1.00/1.00 vMB 19
795,823 795,823 000000000000000000003afa019fca92b0c57ac4e3857e1b9276c6a553f05833 1,492 1.00/1.00 vMB 20
795,822 795,822 00000000000000000002f3597b065441d1d0f9d481d964e9b1d9382592330afe 1,946 1.00/1.00 vMB 15
795,821 795,821 000000000000000000018782c20f7484f5252a9b3b82ee9e140ba992dbbe6e8d 2,638 1.00/1.00 vMB 20
795,820 795,820 000000000000000000054391ae1d792d7ce4bb90166701b3acbcad5c1ab6e2bd 2,651 1.00/1.00 vMB 18
795,819 795,819 00000000000000000002fe975aa5bb4e197fab49385b75a3f19a5eee78f0c598 2,895 1.00/1.00 vMB 37
795,818 795,818 0000000000000000000378967d7855e9736460b84185f9d5b90f307d8d174c19 955 1.00/1.00 vMB 14
795,817 795,817 000000000000000000015daf49d5fec0493e1254a35d47690caecbf3ae281b87 3,584 1.00/1.00 vMB 19
795,816 795,816 00000000000000000002a1ba1a852cd34030381efeb6ca8c591459efb0d97616 2,774 1.00/1.00 vMB 22
795,815 795,815 000000000000000000032f8cf50b7780cd1c8a18d83149660d7ebd34f8488496 2,802 1.00/1.00 vMB 26
795,814 795,814 000000000000000000043dfdb049044733107e7aafc7395eef033c734b252fee 3,439 1.00/1.00 vMB 41
795,813 795,813 0000000000000000000218852dad050de12f809d7ae4cc3b3355d9c45d6602a7 1,680 1.00/1.00 vMB 17
795,812 795,812 0000000000000000000193944cea2c1e23e33569735c4a6f9e273977f297b110 2,137 1.00/1.00 vMB 21
795,811 795,811 000000000000000000011d50b541e332cfece3a3bca9d32117a85f82735a5f92 2,958 1.00/1.00 vMB 12
795,810 795,810 0000000000000000000408b374c82a644df80238c0c5f674993ad523b3b80741 1,424 1.00/1.00 vMB 15
795,809 795,809 000000000000000000000fd8711f655c3ee24cbf267243ce4d1599398cb114d2 2,455 1.00/1.00 vMB 17
795,808 795,808 00000000000000000004018555cfa36a39f29cb7a3330ad33434df0e0b93d78b 3,256 1.00/1.00 vMB 29
795,807 795,807 00000000000000000005116e63283cc1e0c4895f75d8c06c63f1a2bfae4edab6 2,718 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.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.