Loading Tool

Explorer IconExplorer

Memory Pool

77,239 transactions
28.95 vMB
0.06804798 BTC
Random Selection Loading Transactions
Max Size: 177.55/200 MB

Candidate Block

Mining Attempt e857eac40f13b45351152ace3d43f29fe26875026721183a6c8fcae9a1eab821
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root d2719ca971b5842c6b73df2144a310aef9a973a0043ec22b3d7c39430e89ff36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,902
Size: 1.00 vMB
Total Fees: 0.00498502 BTC
Feerates: 96.15 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (320,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,472 594,472 00000000000000000003152b9288129c8f87cc77837a1f814a4ac2d5e2690b01 3,063 0.99/1.00 vMB 16
594,471 594,471 0000000000000000000749fe5df49958ae1c8a7c3c24269313189dd80c5a2e69 3,009 1.00/1.00 vMB 39
594,470 594,470 000000000000000000112e7f9c4554720e4fcd058ae606869b8afbda9e92fa3e 147 0.09/1.00 vMB 30
594,469 594,469 000000000000000000071ca15fe96ee29545db48de626fe29f77183a22cc8a2f 892 0.55/1.00 vMB 29
594,468 594,468 0000000000000000001287ef4a0708b56ef1acd7ac03570bbff7234a503642d2 1,614 0.81/1.00 vMB 23
594,467 594,467 0000000000000000000a214bc233c97399382a665c87b8f74b9c84f9aa1be0b2 538 0.23/1.00 vMB 22
594,466 594,466 000000000000000000109c44adcf439b5cf624152fe3aff52474d3c8f3d70e5a 439 0.21/1.00 vMB 31
594,465 594,465 00000000000000000016e78f0c4cdb39cbd18cf5f1e470b39b0d052f84afea78 2,281 0.81/1.00 vMB 29
594,464 594,464 0000000000000000000aae4c92857d203c3d2065fa2ccc5e383061a08c1d17b9 2,237 0.83/1.00 vMB 26
594,463 594,463 0000000000000000000807936e2bb3196e93dcabad6bc30bace8c1771102c7e9 1,652 0.61/1.00 vMB 24
594,462 594,462 00000000000000000015c7b4bc06a62fea8f7284b46865f02cb95433e7f1af04 2,757 1.00/1.00 vMB 4
594,461 594,461 0000000000000000001620f3a0bc78213d8eab23e0a764a39a51d27becf1c823 2,912 1.00/1.00 vMB 40
594,460 594,460 00000000000000000010abe5b4d93094578b97c9daac896cd60b8ea814576630 3,011 1.00/1.00 vMB 21
594,459 594,459 0000000000000000000c13ec7c4788becf2decb310f274b31b035f002428ebce 2,721 1.00/1.00 vMB 62
594,458 594,458 0000000000000000000de55a8ebaa590dc9d2c360e85b9c3278838cd7bd6fd2f 1,786 0.68/1.00 vMB 12
594,457 594,457 0000000000000000000adffe20a4d5bbe685d5bfce888c570a9e7f9d634b9940 2,585 0.99/1.00 vMB 14
594,456 594,456 000000000000000000087109ba7537a423073abd0cffa8731876a1f58af7eaac 2,913 1.00/1.00 vMB 36
594,455 594,455 0000000000000000000298d7f056bc85c49f7628cd2b749d4a86d469d70e5175 3,105 1.00/1.00 vMB 40
594,454 594,454 000000000000000000135bab94e6b6dd9d3d12b8f910f08a4aabb868ccfc0071 2,096 0.72/1.00 vMB 24
594,453 594,453 0000000000000000000a0a1dff8631be1da441150ab1a25f43d45017902efd61 1,640 0.61/1.00 vMB 27
594,452 594,452 00000000000000000015fe9ed7418178bcce4701387659d253ec28376b453945 2,051 0.93/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.80 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: 710.00 GB
    • Received: 17.01 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.