Loading Tool

Explorer IconExplorer

Memory Pool

80,109 transactions
29.99 vMB
0.11691086 BTC
Random Selection Loading Transactions
Max Size: 179.94/200 MB

Candidate Block

Mining Attempt 4a18878476e15e2a045460e5edc15188da44dc12de74d1c311365f2c0749bf5c
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 493f92daf484d2f95dad7a5f223293df2312d1067a708aabf70cd2a3cbce3c6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.05568243 BTC
Feerates: 180.34 > 5.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (455,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,747 459,747 000000000000000002199da412df83c30a4fbb88c73057695ad77b70ae02099d 1,499 1.00/1.00 vMB 236
459,746 459,746 000000000000000000afaedbcd8e43966d11546b401176329baed2bffc9c6fd6 2,137 1.00/1.00 vMB 233
459,745 459,745 000000000000000001b9fc5b6de61a101ab8dd03270a4a880c51454992cce21a 943 1.00/1.00 vMB 146
459,744 459,744 000000000000000000d062d627ae4603b0ac6c9bd8c4e9211643c4e5fbef10d3 218 1.00/1.00 vMB 136
459,743 459,743 000000000000000001049015cd39baaf1a6f26309cb26c17c772999e7a7f4eda 2,739 1.00/1.00 vMB 187
459,742 459,742 0000000000000000003eb2f20b543ead8806db6a821bd2ff26ce0351141cc13e 1,269 0.72/1.00 vMB 83
459,741 459,741 000000000000000000cddf9084c500fb5d12570261d6fb7641378cab84a63fb5 1,501 1.00/1.00 vMB 113
459,740 459,740 00000000000000000019b39258a7f398e2d478c88ee1a66951c7caae7bb9fa26 559 1.00/1.00 vMB 31
459,739 459,739 00000000000000000112fa74fd0b30ec7af039498309ea54e1569a6c30094d9d 1,272 1.00/1.00 vMB 62
459,738 459,738 00000000000000000101a2f212af022304cf6c7751b11a1daf1fa28372261610 1,829 1.00/1.00 vMB 89
459,737 459,737 000000000000000001b19e4049bd95150a24cff3de65a90a5fbcd5c31c43d122 1,805 1.00/1.00 vMB 114
459,736 459,736 000000000000000000c95364a06fd9c1f6c72fae8f81f3d91e2175d9f75245c1 1,924 1.00/1.00 vMB 139
459,735 459,735 000000000000000000d11fc738a7d67948d8e00492f23171241227f6f9dec86d 14 0.00/1.00 vMB 394
459,734 459,734 0000000000000000015d66b515a9160ff2c584a2fd18bab1083c1f5aa66450f1 2,013 1.00/1.00 vMB 161
459,733 459,733 000000000000000002146cdcc9cc3e3952363af7b2eda4582d31576bbf3f5702 1,614 1.00/1.00 vMB 96
459,732 459,732 00000000000000000215888952ff0002a360a946a7cf3a9509fe71e3a47f4387 1,756 1.00/1.00 vMB 140
459,731 459,731 000000000000000000ef316e3e916cc54dde9d222d91984452433a8f4599d5d2 1,516 1.00/1.00 vMB 149
459,730 459,730 0000000000000000022d0f84b36d13294c9fefa0424feddf94261e4afb44c73b 2,056 1.00/1.00 vMB 198
459,729 459,729 0000000000000000014e3d2574364e47582e405d4745b6f69dbf09c39f7d6691 1,736 1.00/1.00 vMB 142
459,728 459,728 0000000000000000001b57fc60738400dc0dbcfd1f5d2793968f8834a0850a7a 1,769 1.00/1.00 vMB 72
459,727 459,727 00000000000000000219f510a6804fa61285d6ba0e7ddfd97b38820ee7db6132 1,400 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.48 GB
    • Received: 14.99 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.