Loading Tool

Explorer IconExplorer

Memory Pool

54,141 transactions
31.73 vMB
0.19407398 BTC
Random Selection Loading Transactions
Max Size: 170.73/200 MB

Candidate Block

Mining Attempt 0b3f44b83441b709c2426a6597a4dff6faf1c361af8a3bf6377f58f03fe38b9d
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 2c47d1f60a2e30ec6cc3fe7ccfdf9548cac549676d9167f1cd29145a31d7d51a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.10383070 BTC
Feerates: 477.45 > 10.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (92,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,671 822,671 000000000000000000034c422076715bce800f539bb290e3610310f394c332c0 4,079 1.00/1.00 vMB 107
822,670 822,670 00000000000000000000062fe4d2eda927e2851aef8cb9bbe02e816094f1c662 3,551 1.00/1.00 vMB 133
822,669 822,669 00000000000000000002a5704d21f234d389c0f31ed7f0a0a1de0bb484b2d3f5 4,470 1.00/1.00 vMB 115
822,668 822,668 0000000000000000000181a344325714f602529b0bae3ba49ed341110869383a 4,308 1.00/1.00 vMB 109
822,667 822,667 00000000000000000001da07eea8bfda42b66b5bc2e6bf5178b561dc27162d6d 4,557 1.00/1.00 vMB 90
822,666 822,666 00000000000000000000133e11d3f15faca2df7ab11e2943ddaf86f9d7bc5c2f 4,360 1.00/1.00 vMB 89
822,665 822,665 0000000000000000000025083207a518bc6cf0bf9a2b7e8931cb8ef127f65029 3,103 1.00/1.00 vMB 105
822,664 822,664 0000000000000000000227819b8e31ffd925da2a38383b0726d30c5a9ad442e2 3,894 1.00/1.00 vMB 150
822,663 822,663 00000000000000000001584ff3a3485b4b04ea7d78cfc0ef4df475b33d179700 5,097 1.00/1.00 vMB 120
822,662 822,662 00000000000000000000cf099e070fb84c1a4f640a729276cc55001a2c7046d7 3,876 1.00/1.00 vMB 121
822,661 822,661 00000000000000000001a5b8ef928e63942f42785a8f1a334a9a5f356956cc6a 1,693 1.00/1.00 vMB 147
822,660 822,660 000000000000000000016508f8d08b51fdb2a9d8cd049226011a22b74ed7f8ea 2,997 1.00/1.00 vMB 101
822,659 822,659 00000000000000000003c88366dc041a489ac19b2d52112e6c9b926d0d66a775 4,185 1.00/1.00 vMB 126
822,658 822,658 00000000000000000002abd2f63a6f9f0c1f0fc31126d22c77a8dc7cd525db54 4,024 1.00/1.00 vMB 134
822,657 822,657 00000000000000000000324ff2f5e8de0559c3b34e78564157b81c9ebb1e2484 4,029 1.00/1.00 vMB 93
822,656 822,656 00000000000000000002dec906d22aea26041c1459b81d6957700ebf58255f02 4,150 1.00/1.00 vMB 78
822,655 822,655 00000000000000000001bd190b176db8685a82f34dd0a46cc0ed3f944d9067e6 4,961 1.00/1.00 vMB 95
822,654 822,654 000000000000000000027a350f782714697837360fddbb79e29590abd7748329 4,176 1.00/1.00 vMB 97
822,653 822,653 000000000000000000028c5085eb0951fbd2c3166327ca7ef96324395cca10af 5,289 1.00/1.00 vMB 112
822,652 822,652 00000000000000000003c8fea4901b8e038460c20d64e5bd8523455ce9e11586 4,102 1.00/1.00 vMB 111
822,651 822,651 00000000000000000003d5dbb1e52cd1a3ecf251a7cb8884c8a7b48b72c06285 3,790 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.