Loading Tool

Explorer IconExplorer

Memory Pool

25,282 transactions
5.58 vMB
0.02865513 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.42/200 MB

Candidate Block

Mining Attempt 4328c63d3eb3a4dcc1f584fa0de815fb7762906d4738aeab4d38541d34fd6f46
Version 20000000
Previous Block 00000000000000000000d6911f3e7e720632b81aa560a11c7b3ef3cb105bfefe
Merkle Root de9337a37a0e6f268a399a112ca89adef2ea4b30c510ada226234d5f6be16279
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,680
Size: 0.62 vMB
Total Fees: 0.01564785 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,139 (774,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,459 138,459 0000000000000827f1bafa4b88b8e2b02f083907b39200f8404c366416c51958 0.01 MB 19 297
138,458 138,458 0000000000000928cdcbd28f84650c25edf37df11da073f21b7e1f1598715903 0.02 MB 38 258
138,457 138,457 0000000000000653ff6b17d23a0d91b6176ed42088099a8e5911235e664e6eea 0.01 MB 48 74
138,456 138,456 00000000000003d6854b0fd0f4e6f437375796a8926474e2032550cd448c6ec2 0.03 MB 47 84
138,455 138,455 000000000000019df2ccac9571205e407cc36e02bbaa6756057d2a0625d9f375 0.00 MB 12 17
138,454 138,454 000000000000058f45ff0bb29261096d4c31b9d22e6229512f0669318b5aa124 0.00 MB 16 78
138,453 138,453 00000000000002944ccecbcd1a8fc9ac2380a5c1a015bb0ead758bd3108183d2 0.02 MB 52 89
138,452 138,452 000000000000095f86574dfc3c8b9c9a7e7d3ab9416c1598fee4ae52458248ba 0.02 MB 28 1,092
138,451 138,451 00000000000009e04deef5cdb890387af6c195a5b8b42407d6bde8b169cf4f9c 0.03 MB 93 186
138,450 138,450 00000000000005a11beb56b9e4f033a7fb675ced30fec708d0f71d76202c5624 0.01 MB 40 246
138,449 138,449 0000000000000373b2ea72c7d63ed45628754a0936bbacad467eb3203f9fb314 0.00 MB 10 0
138,448 138,448 000000000000038126147d26d07cf342fc736bb816c297bba5fbbae7f5a91482 0.03 MB 60 187
138,447 138,447 000000000000018342e3eaa1b9513d2b23e4bf0b72df83b41a1a86c155d6915d 0.00 MB 11 0
138,446 138,446 00000000000008192f2ddf83b9bc4a896a27d1ea85dc967a894f848fe18458a3 0.00 MB 11 170
138,445 138,445 00000000000001f0239d5f7faa08ae3a53c29121aa541ad1599d5837ed99a376 0.01 MB 31 278
138,444 138,444 00000000000003a90ddcff5b3bd83790b8eca2f3f0742a2a5cfcb6796df94e3f 0.01 MB 27 143
138,443 138,443 000000000000009a9135f757e03c9a8acc19a553648ae9a33a9534077ee9accd 0.05 MB 93 201
138,442 138,442 000000000000090db4918753148404863860a004042ff5d236af7b6a4eecd6c0 0.00 MB 7 434
138,441 138,441 000000000000005771de2f1246fb4a4f91ec3d23ebad404dfd92e305bec3fd38 0.01 MB 37 149
138,440 138,440 00000000000007f8b9ff96b4efa3386b8399cc520e4d1dea752f92ed858b14c5 0.02 MB 27 50
138,439 138,439 00000000000003a5090f153bcf803b9cebd8232e4015675dbbd7dcb5662df7e7 0.02 MB 29 160
Previous 10 blocks ↓
Total Size: 779.09 GB

Node Details:

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