Loading Tool

Explorer IconExplorer

Memory Pool

44,919 transactions
27.37 vMB
0.10385982 BTC
Random Selection Loading Transactions
Max Size: 143.48/200 MB

Candidate Block

Mining Attempt c125e9c240882359669dec4f0d09d5d1372dfcbac69c215536ce0823c8b1edf3
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root a4dfc21a361a6a7a5de83bc80e9ee06be9c9076f175b044fb65f368d51dcb01c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04741970 BTC
Feerates: 151.16 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (455,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,639 459,639 0000000000000000016a59f24afbf643f3b89b9dada1ed19a16aec90c1be4fc3 2,290 1.00/1.00 vMB 230
459,638 459,638 000000000000000001d55a4bca4a12729f353a85cde449a7ab16523d358dc74e 1,491 1.00/1.00 vMB 120
459,637 459,637 0000000000000000013ee3116bb3c3e0a2a0abf1baeb1701e65b9cb2ea7669dd 2,342 1.00/1.00 vMB 168
459,636 459,636 00000000000000000036aa15204f381ce0dd58bc5b4d8d9d79c5483d24e77665 2,562 1.00/1.00 vMB 185
459,635 459,635 0000000000000000008a6936faf4814b48ebf4f03cee54635d83549b20a06130 2,458 1.00/1.00 vMB 150
459,634 459,634 000000000000000001e05413374d26d565fa0c31bdfa481d5bcfa6a54967fcb0 1,490 1.00/1.00 vMB 113
459,633 459,633 00000000000000000061fc0dfe01ee56126c512b873be80bd4ccf8d0235722a7 1,827 1.00/1.00 vMB 79
459,632 459,632 000000000000000001db99fac0737e5a60ef51133441fb62c0f37ab0b1f14c37 2,517 1.00/1.00 vMB 156
459,631 459,631 0000000000000000008f724bdb4bf5ac175c29a9c588356794953b14405809ea 1,786 1.00/1.00 vMB 145
459,630 459,630 000000000000000002346ba9f617aa25241a99ce17d5907cc7c2d29ef13f5982 1,852 1.00/1.00 vMB 154
459,629 459,629 000000000000000000f23615c6abca79121211d4eb7ddf5fe9196402fae7b619 2,148 1.00/1.00 vMB 183
459,628 459,628 000000000000000001f545861bb1ee9c6dfaf02725f4383d5fcec120496189fa 1,249 1.00/1.00 vMB 82
459,627 459,627 00000000000000000048553e0fafdd7c1255093ca4365202d57dce6a06ec6ea0 2,209 1.00/1.00 vMB 211
459,626 459,626 0000000000000000019fed9eff77b24cb466431a95d923b349cefaa30f7068bf 2,364 1.00/1.00 vMB 173
459,625 459,625 0000000000000000004cbceed236e10c6170cda1fd3d99b8798736b0060eb76b 637 1.00/1.00 vMB 24
459,624 459,624 0000000000000000009bf6203eeb97ef673e038ca854af93e993de84d35d9fe8 104 1.00/1.00 vMB 8
459,623 459,623 0000000000000000000ff5cc919b0d66be229abd4aff439e8deb037dccfa497e 1,627 0.79/1.00 vMB 135
459,622 459,622 000000000000000000c370418b5139899040aaf9d97a9516b51015756c2576ca 662 1.00/1.00 vMB 34
459,621 459,621 000000000000000001d3d9ad22d4451cb2cfc887687f46d06f8f37774c07e5b0 848 1.00/1.00 vMB 51
459,620 459,620 0000000000000000009af59d1d729b8fb8314b2ac2b42c4caa24d491ad1bdda1 593 1.00/1.00 vMB 52
459,619 459,619 0000000000000000019056823c2ed5d4c2fcbf8ff97ecbee9ff77f8648313e81 2,081 0.98/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.