Loading Tool

Explorer IconExplorer

Memory Pool

83,173 transactions
25.96 vMB
0.14043042 BTC
Random Selection Loading Transactions
Max Size: 163.79/200 MB

Candidate Block

Mining Attempt 235a90bb0caee3822588675ee9dc1e7707b3ba0539379576f81d7473514fea16
Version 20000000
Previous Block 00000000000000000000f36fb3e1bb17adcc315a9eac0ed7f1562c96f8ff644d
Merkle Root 0c8a0532e1fd6e8b090755bfe1ee80acc44de420c286479f4f82742a0411b5c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,416
Size: 1.00 vMB
Total Fees: 0.03295594 BTC
Feerates: 141.29 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,656 (890,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
25,529 25,529 0000000089bdce0a051150bd7d8cce44d2433909e6e9bdb99b33b001930eaa5c 1 0.00/1.00 vMB 0
25,528 25,528 000000001cb09a64e4822b56670f666b0dcfe12ee1a24a7ea56df2dc6741a962 1 0.00/1.00 vMB 0
25,527 25,527 0000000002af1aceb45f9cc0b7e055efc5d0a0ac09b96da636da31baaa6aee71 1 0.00/1.00 vMB 0
25,526 25,526 00000000068c979c2599a9742809bfe0e1aa72d7d19c0e2ac4753abdf93a1102 1 0.00/1.00 vMB 0
25,525 25,525 00000000562c838aef7a8d0c0f8c914a214822947535f71c8e89f2bd94b01d54 1 0.00/1.00 vMB 0
25,524 25,524 00000000746e7eaf83ec6d8e6725937fb63e741c12e6d759335bbc079bb7c470 1 0.00/1.00 vMB 0
25,523 25,523 000000004c75342c5789b0d811bb01793ffa327b74c214d08f9ffffb0971f46d 1 0.00/1.00 vMB 0
25,522 25,522 00000000b5680ad328225e2ffba58c4b60b01bdbee6a3d2706740dc5252ebcc4 1 0.00/1.00 vMB 0
25,521 25,521 000000004e7a692e1de642127cbd32c97e4ce6fae5105691ba937ff7f39966f8 1 0.00/1.00 vMB 0
25,520 25,520 00000000e4af246f0b6a35a620f7c8e23ee4695333537b7ddce0679eb0c83705 1 0.00/1.00 vMB 0
25,519 25,519 000000003b87ae4272ccf2c949fcea3b33d9ab19990e1039af1fbd2bce86449c 1 0.00/1.00 vMB 0
25,518 25,518 00000000e6becad2f436ae5aff3a807bc3d12b19a07d6aa9d153fdd9504d64bb 1 0.00/1.00 vMB 0
25,517 25,517 00000000c97795ea919e420cd35b9f8287bf3cef77c9e91102e996c471e96e26 1 0.00/1.00 vMB 0
25,516 25,516 000000004f6229ebc4320f13de58b2655394d3512be41e53ce86a31063da3cea 1 0.00/1.00 vMB 0
25,515 25,515 00000000da9cdd1693e9ef611c8fe61b15925bbfcaf13e2bf6a51a00e76dcdb7 1 0.00/1.00 vMB 0
25,514 25,514 000000004d49fb603020f44c9da523f14fb2ea7f60263afdb2818376e21b8969 1 0.00/1.00 vMB 0
25,513 25,513 0000000042f419f9a11b5f08a91763c36ed5c988ee2df984c1f42c973db51d4f 1 0.00/1.00 vMB 0
25,512 25,512 00000000041d329fd05e0262f9d74beae81173392b905b3e72fd8a3568fe0de2 1 0.00/1.00 vMB 0
25,511 25,511 000000000e79fb648c874851097c9e64629c456b50dd5300d9892a21144bcdd1 1 0.00/1.00 vMB 0
25,510 25,510 00000000d589b84a2e699298fc451798a6cedbbc25436d5c538be1d18f485497 1 0.00/1.00 vMB 0
25,509 25,509 00000000dc724d5c4ec966e3d43cb11b69d135c44f1eaef90bb2b56273d3a624 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.38 GB
    • Received: 20.55 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.