Loading Tool

Explorer IconExplorer

Memory Pool

35,657 transactions
25.52 vMB
0.05670652 BTC
Random Selection Loading Transactions
Max Size: 130.46/200 MB

Candidate Block

Mining Attempt ba1e278496300206c940377d67eec22f73a40e15a8ca44ac80fd33fbb019177e
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 5699b5839e79d2ac00a13e5d0e278053fd76a9da1e6d7d28f8a791b404379e25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,059
Size: 1.00 vMB
Total Fees: 0.01029286 BTC
Feerates: 508.49 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (677,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,350 237,350 00000000000000ce55e8a5b4aebbbf393262f9affdc2e56f7c3ef599b1c16208 247 0.10/1.00 vMB 222
237,349 237,349 00000000000000f107e58f8a577cdde1fdc274dba088c8f3ddc1dfedf8844ead 63 0.05/1.00 vMB 105
237,348 237,348 000000000000011eef7667352dc8f2bee766fb116fc7d731dbe7b5179a0b6acb 133 0.07/1.00 vMB 143
237,347 237,347 0000000000000041ed81a85b24389845adc09314dc53bc44630cc8cbe2bb52c2 515 0.25/1.00 vMB 177
237,346 237,346 000000000000006ccf41e2c2846ee4dfe81fd5066757dad173fff59f62323f95 40 0.02/1.00 vMB 103
237,345 237,345 00000000000000569681f87eea0b77b8eebdec46be0231e6534ad9ad8fdb22e3 569 0.22/1.00 vMB 200
237,344 237,344 00000000000000aad7c0b2dcc0c6c3c61feb6b880716edb8c29c67d70e5f27c5 49 0.02/1.00 vMB 185
237,343 237,343 00000000000000304140deb1f1ee16a2946b43dd5fcaeb05941525c3b324ba2c 98 0.08/1.00 vMB 101
237,342 237,342 00000000000000f1f2a61dfcf6a1eafab28d61ab8a83edb66b40d1a71d823fb1 185 0.09/1.00 vMB 178
237,341 237,341 00000000000000a358d911fd6d556ead59b95ac8a6ae4ef8bf6f7afa2877e8d3 78 0.21/1.00 vMB 28
237,340 237,340 00000000000001657c941d211cf317bcc6dd4527deedf536c087ecc2d25500fb 571 0.25/1.00 vMB 176
237,339 237,339 00000000000000c5b75d0446c90a3d379e6f4bd91c01b682aec6dcd0fbad6427 241 0.11/1.00 vMB 185
237,338 237,338 00000000000000e0a179ef39aec6d2fd3bd7593e7eecae5228bd925597a917f4 303 0.16/1.00 vMB 145
237,337 237,337 000000000000010870ee4748c9e36e3f6afad582ca24cc07ed997116245a5eb7 70 0.03/1.00 vMB 170
237,336 237,336 000000000000017bd3a5ea19ad803a2e0ebf45b468714dc53a5cd60a16f91161 211 0.10/1.00 vMB 172
237,335 237,335 00000000000000745f8832ff19957396275acb6cdcd42f5e9f3bca272c0c71a0 78 0.06/1.00 vMB 146
237,334 237,334 000000000000000ddb818e02fd93228aff9310065e42f7db6b4cd6d2179d60cd 376 0.24/1.00 vMB 157
237,333 237,333 000000000000015d30ad9beb90f0fe2880780276881989d5fef7a90ee5168e19 509 0.24/1.00 vMB 173
237,332 237,332 00000000000001231a2ecb7279c4fea7eae59f0333c7dda2172fdf327b9936d9 169 0.08/1.00 vMB 185
237,331 237,331 000000000000009b0bb5c688145b4a874d85d898b61b21840aa447d7b1deaa7f 210 0.12/1.00 vMB 172
237,330 237,330 000000000000004d408837111d81fa32f285f3648d8fcc7d0ed607ca265494e0 271 0.10/1.00 vMB 217
Previous 10 blocks ↓
Total Size: 781.81 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: 634.89 GB
    • Received: 12.27 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.