Loading Tool

Explorer IconExplorer

Memory Pool

29,896 transactions
25.68 vMB
0.09699541 BTC
Random Selection Loading Transactions
Max Size: 127.50/200 MB

Candidate Block

Mining Attempt 16354745c6b2341d39cb3007602b9e84c5cb91b28cc3d6e39105c4c490703ada
Version 20000000
Previous Block 00000000000000000001f3b7142056668b4281bf4a6e61237fa12eb80820883a
Merkle Root 514099db328d6c62ae0fcc60e6f0e522ff141f5e605c3d167067292d30a7e773
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.04992023 BTC
Feerates: 180.34 > 5.00 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,283 (799,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,535 114,535 000000000000390e8ff17415729bcb0db05bcd4e2707c1b172350963f66439c4 1 0.00/1.00 vMB 0
114,534 114,534 000000000000dab56a6be3b2f5baa434c3ab25ddbe45346c93eecb1715a2faba 1 0.00/1.00 vMB 0
114,533 114,533 0000000000001d81d3f7ed799e413a10661115f7353d46a936cc2471fa7c9df4 41 0.01/1.00 vMB 0
114,532 114,532 0000000000000809e820526ac48875465a623b6e13aafb9b4e07a5dbb74e6192 31 0.01/1.00 vMB 3,704
114,531 114,531 000000000000d643aeeb1ca640a7737f67a8f9521d531cd4997a5cdb69154827 8 0.00/1.00 vMB 533
114,530 114,530 000000000000c58fc2ce1029ffb965b167ca53034aacd503a40fc315cb2b3aae 9 0.00/1.00 vMB 0
114,529 114,529 000000000000a668e7ac1b6ddfa37be0ff91eb5646f26c5a0f4e096f813d95e9 3 0.00/1.00 vMB 4,434
114,528 114,528 0000000000008d6cb35e9df11f82de59d18f740d9e1f9b9aa7eef9508109585f 4 0.01/1.00 vMB 0
114,527 114,527 0000000000002b214c861cf63430fdfa0a43acaf65b5dcce5af21fe08a5224a3 20 0.01/1.00 vMB 366
114,526 114,526 0000000000009d0171e44371229d6ef19ef740b350ccb82d8da787e58e5b7600 2 0.00/1.00 vMB 35
114,525 114,525 0000000000006ed29d9842be5c5492696d9e883568b3d550ce451afe8560100c 13 0.00/1.00 vMB 1,175
114,524 114,524 000000000000c1127b19138b76cb793b8ef726fc2e0ab0dc6b7f9609cc9b15ea 33 0.01/1.00 vMB 624
114,523 114,523 0000000000003ad999ad2096735a2a4dafed3a7a111f42872ece583e662daa06 6 0.00/1.00 vMB 3,863
114,522 114,522 00000000000078f08810cc29ef1bb6f1ff35ef0bd0296356ad0fc5a2410ebd3b 35 0.01/1.00 vMB 2,915
114,521 114,521 00000000000034efea24db15112a81741265c7b4aed9ec4936ecf656d06a5d45 13 0.00/1.00 vMB 833
114,520 114,520 000000000000b32aad65ae0f5ba53eb8b2459e0fd8816c568ad4d8c822ba3fcf 54 0.02/1.00 vMB 2,642
114,519 114,519 000000000000408fd6cb0bd0f541f172c249fe8b23c4cb49e710af7548b4383d 2 0.00/1.00 vMB 3,861
114,518 114,518 0000000000005465aff2291e9e276048e2e00b25095b9fdafaab820d0140deb0 13 0.00/1.00 vMB 688
114,517 114,517 000000000000a785ef4826c22724540c064db5403934b55f2290da697cf269c1 2 0.00/1.00 vMB 3,861
114,516 114,516 0000000000003ee81f3d73f2eac886fb892315a65de3f74a9111824a5e901f46 10 0.00/1.00 vMB 0
114,515 114,515 000000000000906bb0cc4ae28ee70500d0255488470bfada0923a35962a0dad6 2 0.00/1.00 vMB 5,235
Previous 10 blocks ↓
Total Size: 781.10 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: 579.29 GB
    • Received: 8.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.