Loading Tool

Explorer IconExplorer

Memory Pool

27,494 transactions
27.71 vMB
0.07612142 BTC
Random Selection Loading Transactions
Max Size: 132.91/200 MB

Candidate Block

Mining Attempt dd7a4e9937236f05ecbbe3113dce2c358f5b3c899d675b16657e62de94e97219
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root 6ca33cfc153d5983c32eadaeaa6424c1d6e5839df576372f5b8b80592853053c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.02313015 BTC
Feerates: 300.91 > 2.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (458,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,581 455,581 000000000000000001914fab8bf40972484fa88441cb828759f68d240f53a27e 1,731 1.00/1.00 vMB 176
455,580 455,580 0000000000000000003e3606be989dfe73073a305b248cc60c4e41a660f2ab85 2,473 1.00/1.00 vMB 136
455,579 455,579 00000000000000000090b441816e0d4f122af34f28457277e0a052cbbea60dc2 1,892 1.00/1.00 vMB 159
455,578 455,578 0000000000000000001ab24691e27d5e29326e5a39ec7a7cacdf3d8413f65225 2,717 1.00/1.00 vMB 221
455,577 455,577 000000000000000000b07a9ea403a4b4ede177c4820e022e24b9c390d019a600 1,935 0.99/1.00 vMB 146
455,576 455,576 0000000000000000000d996b33923ef4791c7b266b1091edaf031776ae5dd6f7 2,713 1.00/1.00 vMB 224
455,575 455,575 00000000000000000074190a74a7709ce1de4d447f9ef4b875539db6b51ae5e7 2,183 1.00/1.00 vMB 173
455,574 455,574 0000000000000000017b56c949632b0a089f95f85f150fd13be0f4a9e6e1d530 2,711 1.00/1.00 vMB 249
455,573 455,573 0000000000000000016e4d9b8c400aa2aaac7d50e999a619013b1021b78d35f9 1,236 1.00/1.00 vMB 245
455,572 455,572 00000000000000000163ea995f1215666841b25c48baf8f61838ee0159a78e62 2,310 1.00/1.00 vMB 154
455,571 455,571 0000000000000000022eeb56ec9842ad8c0b927a8b8da1dfd787eae1f75299ad 1,592 1.00/1.00 vMB 165
455,570 455,570 00000000000000000194d6f9fce2390669bdd97868f93bb49424754c54d898b9 2,929 1.00/1.00 vMB 231
455,569 455,569 0000000000000000007705bbb53e7e29fd132b2cad658c4c2aae76c14777c365 3,999 1.00/1.00 vMB 178
455,568 455,568 00000000000000000263020ca9b090eb33bc045dfe16c101330f1bc96c06ddaf 2,478 1.00/1.00 vMB 142
455,567 455,567 000000000000000002155c297638bff44e01afeb7f53d9dd817d9fc1ef96d7fc 3,079 1.00/1.00 vMB 132
455,566 455,566 000000000000000001626526a7c33b04d1166b150bbcbbf4f0db7c101e7f8c33 2,678 1.00/1.00 vMB 152
455,565 455,565 00000000000000000004ae1cfeebc179284791576fde433e42ac667720ffe785 2,082 1.00/1.00 vMB 176
455,564 455,564 000000000000000000336c9e0c179acdba710053649996b0cc782a0ea366278e 2,394 1.00/1.00 vMB 208
455,563 455,563 000000000000000000c88825f9532d21e10386fd41f3a794b62183c8a9f0efb8 2,053 1.00/1.00 vMB 195
455,562 455,562 00000000000000000123a9c92d1d082be56412da29bb8f1eb76fb325a0655628 3,018 1.00/1.00 vMB 124
455,561 455,561 000000000000000001c9b76f39fca06f0f67045a7d9fd273dd58799c477f8016 2,050 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 781.47 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: 611.25 GB
    • Received: 10.83 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.