Loading Tool

Explorer IconExplorer

Memory Pool

75,606 transactions
27.98 vMB
0.08460267 BTC
Random Selection Loading Transactions
Max Size: 170.18/200 MB

Candidate Block

Mining Attempt 4880748de75fb665b4b7f87193e91a6bec1a536e4cf3181e91179eb941f08ffd
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 1ee66e74ded2653df2de6f285333edc2d8035088d8cc93341852271a504b96c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,944
Size: 1.00 vMB
Total Fees: 0.02458233 BTC
Feerates: 402.60 > 2.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (408,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,552 506,552 00000000000000000031efa35760d91fde033f24562f7c4bb48d4f45da947ebc 1,893 1.00/1.00 vMB 163
506,551 506,551 000000000000000000013672478a12f9a831ac10f9471cbd83720aaf6f0f2e3d 319 1.00/1.00 vMB 12
506,550 506,550 000000000000000000345427a9c4fa87e94866810bfde1fbc2a5562ced8acafe 645 1.00/1.00 vMB 47
506,549 506,549 0000000000000000004d3edbef6a7eca7c63423205b48b7e8d45c4c1e0d02612 1,266 1.00/1.00 vMB 106
506,548 506,548 0000000000000000004a7d68f5f52352a9702e3b5504979177fc8f09082bf7e5 1 0.00/1.00 vMB 0
506,547 506,547 0000000000000000004d2290f03e9e18aeb0d1a9dd6e4b48a8644018d3df68a4 2,015 1.00/1.00 vMB 129
506,546 506,546 0000000000000000003869c311131101f9206538f4ca5f24120a88450a82f957 472 1.00/1.00 vMB 25
506,545 506,545 0000000000000000005d122cd1abb39a63825959a96099509d90981bb8bf4441 532 1.00/1.00 vMB 44
506,544 506,544 0000000000000000005b3ecc3f65ae7fe605691c2ff2a93108a1fc257c8ece64 718 1.00/1.00 vMB 60
506,543 506,543 0000000000000000001537e695b68ea87f50e6e65d915e7937b045a9ef555f5a 1,305 1.00/1.00 vMB 41
506,542 506,542 00000000000000000051ff51b1afebd123e792eb56fc33b5584f2c0435dcba8a 2,290 1.00/1.00 vMB 111
506,541 506,541 000000000000000000468f7a653fbc8ace9dc5bc01e51183122d2810ae9fe729 2,266 1.00/1.00 vMB 188
506,540 506,540 0000000000000000002c6b563837d1adb4df871f06fdc4f23fae59f04dcc4b1f 1,292 1.00/1.00 vMB 84
506,539 506,539 0000000000000000001530c9a2a904b93c6ed7b033d8addef5a535dfc66dfe4a 164 1.00/1.00 vMB 9
506,538 506,538 00000000000000000001b1ebd03b6a1bc9d5fcf80f6d3a620b22e65b08040ab9 2,133 1.00/1.00 vMB 108
506,537 506,537 000000000000000000414f050d5e2e44582e964663f416c08a34910fbd9e99eb 1,097 1.00/1.00 vMB 79
506,536 506,536 0000000000000000003970c9686b27ba3e21b8f7804d7188f58a1651d577c7e2 684 1.00/1.00 vMB 33
506,535 506,535 00000000000000000025429fea3c5a12d4a1ec29987fb2d7093a7374ab4e12f9 94 1.00/1.00 vMB 11
506,534 506,534 0000000000000000000d1a689dfc9773584189cda247f469741453e8ab130731 691 1.00/1.00 vMB 38
506,533 506,533 0000000000000000001687092bc4fb0084841491a69a86634a434f2a4a4ff18a 860 1.00/1.00 vMB 37
506,532 506,532 00000000000000000066e89ef4c2c6c763ff565db54953610f4e9a88bf5576f0 1,341 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.93 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: 714.68 GB
    • Received: 17.58 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.