Loading Tool

Explorer IconExplorer

Memory Pool

82,069 transactions
30.10 vMB
0.13264914 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt 69cfa7049b107d298e45fcc835443f5f25df0a777dbb61a7c0ff48f00f5cc9f8
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 7d8ff133c72f7e89599ae3e0a8f8ffaa37809e3b74b0ac13e510997bfb0811e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.05508986 BTC
Feerates: 477.45 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (672,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,327 242,327 00000000000000c35aad8ba1866b6903c52decb23d75bd7a24a5f8629d4a3719 263 0.25/1.00 vMB 50
242,326 242,326 0000000000000013e1366f3f1de91a6a71ba0c55a635ab12bc8e8a6a5842d565 581 0.25/1.00 vMB 183
242,325 242,325 000000000000008c29c1c6fdb6654eeb23ae3ec1573f92dcc4f9f071d55ced2a 218 0.10/1.00 vMB 114
242,324 242,324 00000000000000b716936c5dded365d956fae7009ba977a7194c891db9cbe1f9 361 0.25/1.00 vMB 100
242,323 242,323 000000000000007c1362d3922085283b0eb94b0f30374f57da6500cbc2f25bdc 693 0.25/1.00 vMB 208
242,322 242,322 00000000000000c1879417abe1b3c82803a9596dd2d62dfc00726afaf7133c66 271 0.10/1.00 vMB 136
242,321 242,321 000000000000006db34d8e20dcc4b75ebc727ca2ad8489e615c18166b236665c 406 0.21/1.00 vMB 137
242,320 242,320 00000000000000b8c56b2e388bd39a406fd6024c68633750e0a88257d907e281 184 0.08/1.00 vMB 121
242,319 242,319 00000000000000b4647f3333366c4cede0f891ee6598c89585e7c465c6575f26 287 0.17/1.00 vMB 122
242,318 242,318 000000000000007e3a0f0218fbc8373b3de2b2a78c5a257d066226a710065df4 577 0.26/1.00 vMB 132
242,317 242,317 00000000000000d290306b734df95c2fde37a91018272ee40c4fab135e9a4b78 153 0.06/1.00 vMB 206
242,316 242,316 000000000000001c0b2a8c613042b22977faa68789b8dfccf6656638671c8969 313 0.16/1.00 vMB 138
242,315 242,315 000000000000000a204b28948495fd67b46e0f54edbeaf759ec15e77d9c4f252 128 0.08/1.00 vMB 81
242,314 242,314 000000000000005ccee7711c0e476817829d0ef7870e560db23d0ffd2ba7bafe 256 0.10/1.00 vMB 158
242,313 242,313 0000000000000006c523fd4eceaaa095182756329f35da5fb3b1ff8714a94a4f 17 0.01/1.00 vMB 77
242,312 242,312 000000000000001012e7d8a25c77d5757972e49ea3b1a52a19e1855ea664f336 123 0.06/1.00 vMB 118
242,311 242,311 0000000000000038fc8f521b4ce192cf2d9c44ca6baf64afb46dd672c798d6e8 162 0.09/1.00 vMB 87
242,310 242,310 00000000000000505c3063bb8cab2ac1003a0c2adba209d044e4e555d26d566d 394 0.15/1.00 vMB 217
242,309 242,309 000000000000004ff1e329cbb20d95517ba4b5e3317a7a2bd410cbe6952830cb 350 0.17/1.00 vMB 136
242,308 242,308 00000000000000afa314a351b40f69c613ced6347560853813d65ccf1fe0db02 374 0.17/1.00 vMB 127
242,307 242,307 00000000000000b13ef82b8b161a7ebe0e541ee819357d46cec2cffda8d995da 273 0.18/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.