Loading Tool

Explorer IconExplorer

Memory Pool

2,509 transactions (1.01 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.05/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,364 000000000000000000022b910000000000000000000000000000000000000000 2,503 0.03116638 BTC 0.99 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,363 (626,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,455 285,455 000000000000000046313199f614d20e08e45199fd36c5d0e0146babfac3e27a 0.19 MB 362 36
285,454 285,454 00000000000000009f1bfbc943d78ce442941fd6a5df2b5c86a9d86b9c5d68ff 0.13 MB 83 11
285,453 285,453 000000000000000108fb6a0d41eeca3c2dbb1f9e01697525252f67e8717debd4 0.49 MB 416 24
285,452 285,452 00000000000000004756e44bae4c1da685bb2d0e8082a0f3356f51ad39fee2fa 0.25 MB 82 13
285,451 285,451 000000000000000020051ae4ab0c559e3285dd3a20394e90a9361224415b89f5 0.90 MB 375 18
285,450 285,450 000000000000000186ac317e47efb7b8db0b0ddba95d8b6e294d67882f572630 0.35 MB 427 28
285,449 285,449 000000000000000154ac70ef50cf62ebc92539b5628e55b0f24b53ec5640562a 0.25 MB 188 23
285,448 285,448 00000000000000006adf49236b51928d986184c95eb2fb1cfb53c9a211522031 0.90 MB 617 24
285,447 285,447 0000000000000001693e16636793877a90a1033a3825d0cf5ed1bf2837a51a22 0.06 MB 193 181
285,446 285,446 00000000000000008c9b280cee608758f2c2c617186341c9f12c47561f512f90 0.35 MB 361 34
285,445 285,445 0000000000000001222bb49920d262e7fbe46bcb214a0e03a7f5477fb5918e81 0.90 MB 398 25
285,444 285,444 0000000000000001704e5184e74b67a572feeced54231f753954d8fe9e098338 0.00 MB 1 0
285,443 285,443 000000000000000116e8088621ed081ca769b86c0601a24698dcb072cb340cce 0.90 MB 39 20
285,442 285,442 00000000000000019ed90001bc27bffba66962893a11a5dd1af6db86c25600ce 0.50 MB 429 34
285,441 285,441 0000000000000000d75fd7ef1830a48cf92421ad4a1a55e6a015bf48f90e15e2 0.25 MB 246 28
285,440 285,440 0000000000000000b465c7644de29468d200ff3a7d8f3146797fbe3fe61e8e4c 0.06 MB 188 46
285,439 285,439 000000000000000034269e922d361848a74a39434bc734d40182404a8c7d4b80 0.35 MB 917 57
285,438 285,438 00000000000000006cf4f75b8baf4f7521d67683ca2ee34d0f1165b362bfbf97 0.03 MB 68 34
285,437 285,437 000000000000000185f64095f124fa3af982b7f9085f20dc08a51193e99b425d 0.50 MB 320 48
285,436 285,436 000000000000000153848703c992fa262daf12c462e71ad3e969a9e9a166e66f 0.35 MB 742 71
285,435 285,435 000000000000000108e53adeaf07ce88a987041204b938a60c560a5209893d53 0.90 MB 279 24
Previous 10 blocks ↓
Total Size: 777.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,545.57 GB
    • Received: 136.99 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.