Loading Tool

Explorer IconExplorer

Memory Pool

78,146 transactions
29.69 vMB
0.07128000 BTC
Random Selection Loading Transactions
Max Size: 181.41/200 MB

Candidate Block

Mining Attempt 24ecd0cc5badb26281fa12e98950a82717bd4ff1e616c7a6cb35aadbaa5d6b2e
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 2fe59f847e9936881da61d38a3211e11d432cc4d1f1968c13b5af0a296afb030
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.00563587 BTC
Feerates: 20.11 > 0.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (30,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
885,338 885,338 00000000000000000001895a80cffc9a4c068aaa4b15570acceba473f5483dd9 1,912 1.00/1.00 vMB 8
885,337 885,337 000000000000000000024f37901df54b44ab1d5111581efa735bff8eaa183bd2 3,502 1.00/1.00 vMB 4
885,336 885,336 00000000000000000001a4a726bd7061ff575650dbf0944251e5bd38ea8c3424 4,287 1.00/1.00 vMB 5
885,335 885,335 000000000000000000016c85c8b52e68af37cfe28e37baaef746cc3f37e24ebf 4,474 1.00/1.00 vMB 5
885,334 885,334 00000000000000000000ab8f76c0f2786ee0272b394ef8ee677f340918fb567a 6,319 1.00/1.00 vMB 4
885,333 885,333 00000000000000000001a5defe5fd1b1d61c45a9e0bd62c3b6941283c3308497 2,432 1.00/1.00 vMB 7
885,332 885,332 00000000000000000001b2758c5f7c6fb9b8e9fd72c4e7793835d7547fc1e296 3,483 1.00/1.00 vMB 4
885,331 885,331 00000000000000000001fab0f3eb61116a5a080a81ba4963ad03a011ded0b87e 1,766 1.00/1.00 vMB 6
885,330 885,330 000000000000000000016b8dcb8175e005aa4f048b52e4291e94ed3695ca99f1 3,285 1.00/1.00 vMB 10
885,329 885,329 00000000000000000000d619ad261289c4c89a2d02493fd6881ba52ee39ac197 2,714 1.00/1.00 vMB 8
885,328 885,328 0000000000000000000031d54c8f9f38e1267b03e3318ff9f45f4da2710a3832 2,296 1.00/1.00 vMB 6
885,327 885,327 000000000000000000003f42067fa540ba44a18ce66872c00f76be97175a323a 1,093 1.00/1.00 vMB 4
885,326 885,326 000000000000000000023e204223be96e2668f3524793cf6d8f5bd4517fe4f19 3,599 1.00/1.00 vMB 4
885,325 885,325 00000000000000000000e652ed063ed7b2c56bb7111b3dfb3a6446bf6d9f69ef 4,120 1.00/1.00 vMB 5
885,324 885,324 00000000000000000000e6def4b62063abd9668a63cf5dd39816d691f18e5f05 4,694 1.00/1.00 vMB 5
885,323 885,323 00000000000000000000ac8371d02729fc52a0410300c47bd0ee0d4d38c4f1cc 2,892 1.00/1.00 vMB 6
885,322 885,322 0000000000000000000047785a18c05ba983067c9a38b1d6c33dac4609080b3d 1,596 1.00/1.00 vMB 7
885,321 885,321 0000000000000000000258d266bf479f76b89d663e64a6ca165ccd1bde6f684a 3,607 1.00/1.00 vMB 11
885,320 885,320 000000000000000000018a3750e87bfec24ce741a644a06d53087b8008df43c3 1,834 1.00/1.00 vMB 7
885,319 885,319 000000000000000000026fa5505288891ed80a4532e70a66f48a56d51d1d6900 3,195 1.00/1.00 vMB 9
885,318 885,318 00000000000000000001092d2166428249ec1ce0ea208a3a95bd6b529d6ace4d 2,693 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.