Loading Tool

Explorer IconExplorer

Memory Pool

81,499 transactions
31.27 vMB
0.07584409 BTC
Random Selection Loading Transactions
Max Size: 190.24/200 MB

Candidate Block

Mining Attempt f68304aef9f0b29c24ab255bb34b6b01176f1dc68e525aeefc2561898ffef453
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root d598063b2e6416f33e7eb0d7e2678c5f7e16c5bdb4c7525c61463ce4e9c074c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,054
Size: 1.00 vMB
Total Fees: 0.00821988 BTC
Feerates: 150.61 > 0.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (332,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,498 582,498 000000000000000000207aa2b2d0c4cff95fc6dd882c39f18f1b06ce9daf6f91 2,359 1.00/1.00 vMB 114
582,497 582,497 00000000000000000013bd5057547bdbb40749b0448692c9e40522f05590f22f 2,419 1.00/1.00 vMB 152
582,496 582,496 00000000000000000016bc684f9b426133526f691819aa3364e280af9ad29f04 2,821 1.00/1.00 vMB 160
582,495 582,495 0000000000000000001fb1b27f2bce7225de8c13f1888c59cf254858e5665a2f 1,804 1.00/1.00 vMB 117
582,494 582,494 00000000000000000023b78a5bb753eb4aaf0ea04a3c2aae688e7ca182ff7f01 1,928 1.00/1.00 vMB 126
582,493 582,493 000000000000000000101e4cc8876fe4492ac09ec27424c52bfe6b021299ad6a 2,524 1.00/1.00 vMB 116
582,492 582,492 0000000000000000001ba10e691b5f5e75e34849444a50f514920ff7a4d01caa 2,753 1.00/1.00 vMB 113
582,491 582,491 0000000000000000000bf33f128bcc6a2cd3c3abac4d39424a6ff203a7ad55a1 3,296 1.00/1.00 vMB 133
582,490 582,490 000000000000000000186a3f70e506382ef85f6180dce18a9cc592efe6d6e62d 2,630 1.00/1.00 vMB 119
582,489 582,489 0000000000000000001f893334e8dc3c51df9ae5f396c0369e1d885337cafd48 2,601 1.00/1.00 vMB 103
582,488 582,488 000000000000000000103d4cb25e20b1c3b3458f16d1d07224b8562828a41499 2,555 1.00/1.00 vMB 113
582,487 582,487 0000000000000000000b6b89b64821e5f7963982310f667880d455199e54a45a 3,160 1.00/1.00 vMB 172
582,486 582,486 000000000000000000125c618b5e01412d567b537f45de888bda4268da400e02 2,497 1.00/1.00 vMB 116
582,485 582,485 00000000000000000001b8ff976e9f10cc1950ad41bc7a76faf730d141bc921e 2,607 1.00/1.00 vMB 98
582,484 582,484 00000000000000000020e52cc529206593d290c29e08026c0deada4b5f1726bf 1,005 1.00/1.00 vMB 10
582,483 582,483 000000000000000000051d517bf855ea843ef7ec8d44887cde5c7d3185464053 1,579 1.00/1.00 vMB 64
582,482 582,482 0000000000000000000b84e08b3d33c862d107b46e4c20d05f9fb792667faac7 2,572 1.00/1.00 vMB 81
582,481 582,481 0000000000000000000b6adff2419462b012f564b446160c2ec58c4ff9a46ff3 2,583 1.00/1.00 vMB 74
582,480 582,480 0000000000000000001d9ad94609c3fea08a59cbcdd295fba5dc65a599d7729f 1,433 1.00/1.00 vMB 12
582,479 582,479 0000000000000000000e15353d3050547f4469aeadea171516ee11c39e2fcfd7 1,968 1.00/1.00 vMB 17
582,478 582,478 00000000000000000022ccf1ca86fec44483ef3c3c0af10d36855ff1c9cf5efb 2,657 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.