Loading Tool

Explorer IconExplorer

Memory Pool

46,287 transactions
28.21 vMB
0.10786135 BTC
Random Selection Loading Transactions
Max Size: 148.00/200 MB

Candidate Block

Mining Attempt 41412e69350c771d405d28265c7f27982a1e5deb7454d8026326767b6a9d247d
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 98aaf98be12fa7ab2507bf997cce1fbd497a082432e2e5039727bd1766f4dc6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,589
Size: 1.00 vMB
Total Fees: 0.04493961 BTC
Feerates: 265.25 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (422,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,132 492,132 000000000000000000610a48e4873fe273ce8e0a204b3b4fea7c6908c7712edc 2,112 1.00/1.00 vMB 208
492,131 492,131 0000000000000000001e7d9e3a11ee71942f380105a2e8c4af719584a97b92d4 2,046 1.00/1.00 vMB 186
492,130 492,130 0000000000000000001364c01d87d0e6d1ca550b76a41db8a04e3d793da0c098 2,766 1.00/1.00 vMB 306
492,129 492,129 0000000000000000001ca5498ac273d73b918ebf5b4454f40d9a1b2a634b3b3b 2,797 1.00/1.00 vMB 268
492,128 492,128 000000000000000000326390e9d07b7e47a027ecaa34e889c35783c24b112de4 1,968 1.00/1.00 vMB 236
492,127 492,127 000000000000000000a8709444f9f985c6536d0177c6d4ee9d6bab4bc339226d 2,230 1.00/1.00 vMB 228
492,126 492,126 0000000000000000002e39f1ebad991cf9368772fbaf1995591ecc426c689f75 2,780 1.00/1.00 vMB 290
492,125 492,125 000000000000000000b663d70838ed182cd006a99a7a1ee690dcc7a2db009d49 2,456 0.94/1.00 vMB 230
492,124 492,124 000000000000000000983ffa62f945317bc1e69afcd59672e8b607348d047ac8 2,752 1.00/1.00 vMB 242
492,123 492,123 0000000000000000001f0a7a8af0607646043e395815cf5ca376300823de8f75 2,351 0.94/1.00 vMB 210
492,122 492,122 00000000000000000049daafb6bd2c8a99abdf3f182f3355ebf2dc5321ff0a52 2,869 1.00/1.00 vMB 283
492,121 492,121 0000000000000000008c788795cd347bfd5781156079bee4cd26dcc57ca26c54 2,630 1.00/1.00 vMB 243
492,120 492,120 0000000000000000004fdc13860455d105888d7cefd41ba0ef53987a42c7d699 2,359 1.00/1.00 vMB 284
492,119 492,119 000000000000000000813f689dc4a186789893e1e1c6b8501d2fd7c6b62e3bc9 2,988 1.00/1.00 vMB 284
492,118 492,118 00000000000000000028c5f47e9509da9843ba83e2abcb1aabe14575654d276d 2,836 1.00/1.00 vMB 344
492,117 492,117 000000000000000000318aa7dfb19b20e2b8664aea4ed358d0f16cf49e49e5d6 2,686 1.00/1.00 vMB 256
492,116 492,116 0000000000000000009f0b6163e58e00fd938d63b5fd0d531092319b525fa26a 2,868 1.00/1.00 vMB 373
492,115 492,115 000000000000000000304a2e951ef8ed433be9745020d36450e32fe67cb22f23 35 0.01/1.00 vMB 663
492,114 492,114 00000000000000000088c66d9d45dc1c93306aee5174d5193728a863108f74c7 2,561 1.00/1.00 vMB 298
492,113 492,113 00000000000000000059936241120f7da4d98108fe71cc1ee124ac9ec0d752eb 2,728 1.00/1.00 vMB 269
492,112 492,112 000000000000000000a3c3ec3e34d1f73d212f41c093cbb790c9526f9d90ce87 2,742 1.00/1.00 vMB 260
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.