Loading Tool

Explorer IconExplorer

Memory Pool

38,265 transactions
19.67 vMB
0.04736787 BTC
Random Selection Loading Transactions
Max Size: 108.60/200 MB

Candidate Block

Mining Attempt 9f54bbba085d102a444fb32cb40dae8c4fb5966aba6c7b451d4d7a051fa68b71
Version 20000000
Previous Block 00000000000000000001350ed2034af4b78f928cb7df77b79c39a7979cbb2b7d
Merkle Root d942e15f1617618a19563d18687a5c86a5c7008e5eef681581cec4bdde484384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,304
Size: 1.00 vMB
Total Fees: 0.00863173 BTC
Feerates: 23.32 > 0.87 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,084 (798,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,274 115,274 000000000000c3e0c80841f0cc3cdb5d1d9dd028ebaf427740caa74490c53b1e 2 0.00/1.00 vMB 3,861
115,273 115,273 000000000000990d401aef981bfa62edd7e95a3b58f81d1f5691c3b95fd1fa62 18 0.01/1.00 vMB 782
115,272 115,272 000000000000775133cfc740ddbc4631dbb2de2d6007cf6b1ee7714ba110c59f 2 0.00/1.00 vMB 0
115,271 115,271 000000000000675714fce44690cc00bc4f3f85859ae1deef8b65bd357f56d20d 2 0.00/1.00 vMB 0
115,270 115,270 0000000000003b5f01606d301a9495c83e68cca40f3ada84f43a2cfde32fcec4 9 0.00/1.00 vMB 862
115,269 115,269 00000000000076ae408bf2f5fec480aca2df7f0d9ccef8f62af618ebf769d7b2 3 0.00/1.00 vMB 0
115,268 115,268 000000000000e9a400a436f60a5a361ebfbbfd46b6a0b965a1e7b43381d2c545 1 0.00/1.00 vMB 0
115,267 115,267 0000000000001809662bbd4043e921cd22431ffa4c00c4c03f6e873f3ea4d65b 54 0.02/1.00 vMB 41
115,266 115,266 000000000000ed88b0c324e63f963833dda2eb12890643ef594b32c79fbc2ab5 4 0.00/1.00 vMB 3,875
115,265 115,265 0000000000006fddbeec18349b9baa924b1237426ef8f3fc00ebae71169b34c2 1 0.00/1.00 vMB 0
115,264 115,264 0000000000004065a7061a31302659759be58c8a83ded54acd5b5254be037b54 10 0.00/1.00 vMB 317
115,263 115,263 000000000000612c66223fa87b0869ea994ee68076ed34b7fb63f714e7685d35 6 0.00/1.00 vMB 630
115,262 115,262 000000000000366e09b33c9cbfa44fd3ab7d0650381adec77cc6d6e231e06f3b 10 0.00/1.00 vMB 310
115,261 115,261 000000000000eb86ff09d87021a26a0fccdebda57db0d449b4dde6cef3f9b9d5 14 0.00/1.00 vMB 21,682
115,260 115,260 000000000000bcaca0b8d65938f08a0b1003d1e44fb4567545d3347472ba0330 14 0.00/1.00 vMB 1,549
115,259 115,259 00000000000016531abae5b5dbeca8cb41fbfa92f630fce9514ab8ceeca36c4e 6 0.00/1.00 vMB 1,078
115,258 115,258 000000000000a7d1bb9bbcb95358d416c108263984d674ab53f88e9604467058 9 0.00/1.00 vMB 0
115,257 115,257 0000000000009d1603020a979aea956bbcc720b214e5952d23d0f567a7f6fced 12 0.10/1.00 vMB 1,007
115,256 115,256 0000000000009d14af687a39153523c6fecbcd634b45c76ba1e86ffe880fd145 14 0.00/1.00 vMB 805
115,255 115,255 000000000000944f90f4f8ec829ebb3d680d89f0f12d30780fc8220394749517 26 0.01/1.00 vMB 395
115,254 115,254 00000000000083f7fa1e8b53829cac628b6efe5dfe28e605f224101af14ed4b3 2 0.00/1.00 vMB 3,875
Previous 10 blocks ↓
Total Size: 780.74 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: 556.00 GB
    • Received: 6.98 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.