Memory Pool Memory Pool Refreshing

3,280 transactions (1.14 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,022 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,827 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,021 (887,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,301 21,301 00000000b5fb94e576b87576cf7e428b0439676fdfa3b9eb1d2be98777f34a31 0.00 MB 1 0
21,300 21,300 00000000dcb169c6142f18fd51610527ad929ad0b205908cc39231d78a86d073 0.00 MB 1 0
21,299 21,299 0000000078559d913e98dae91910db4fcdc0001bdc19df2d02bba81f01827a6a 0.00 MB 1 0
21,298 21,298 0000000068b6345bdce2a2a6d232f5d0ca8e50cb89aaae7c5bcf3c737f4d1016 0.00 MB 1 0
21,297 21,297 000000004cd5a6e2457b47420df86f5a2d692be1607790aa30749b1a724e7092 0.00 MB 1 0
21,296 21,296 000000008f7311813ebbd1d39a1986fb2ff0f20422284394274587cc62a0e944 0.00 MB 1 0
21,295 21,295 00000000fb54f33d0b64f1cbec7e01d787eca8a3cc09ef371b43055af9faf732 0.00 MB 1 0
21,294 21,294 00000000e25d0a3c38cfee0f85103073100c0f043fb9dfdbb879b0e0c3864b90 0.00 MB 1 0
21,293 21,293 00000000246dbff25de99b9cdda2690765aa528c768ef9869a2cf2fa165a1cf0 0.00 MB 1 0
21,292 21,292 0000000028951fd2d7b395ec6f043c5513b6d47dab7a9567a13aa513ef4fc2bc 0.00 MB 1 0
21,291 21,291 0000000053893f48fb34c7587af44847693da6ac030c299b7ebae3f3a07a3cf1 0.00 MB 1 0
21,290 21,290 000000008614237fde6e6ca41eb09aa8217aa2ce804f55eca7ac85bd7f6367e3 0.00 MB 1 0
21,289 21,289 00000000ce01b667386efc10e868db4cc5dde464ad956a9493baad2082894e2c 0.00 MB 1 0
21,288 21,288 000000006df15fd8128cb3790727dcea6656f70e4bf9672d14ef9569b7299621 0.00 MB 1 0
21,287 21,287 00000000e11315bc0152994c5eaff2d202dcb3be6a3295015c93416221729e2c 0.00 MB 1 0
21,286 21,286 000000007f73e6932f274e4236272af1c1c0695b2094712deafe9012e421fa06 0.00 MB 1 0
21,285 21,285 00000000334da8239e46efecfdfd19f7ba42d680052499d70e61f250238154a5 0.00 MB 1 0
21,284 21,284 0000000095ef0042ac390c540574bb1cd876996d19a396b53b47d7bc2e1c9e3e 0.00 MB 1 0
21,283 21,283 00000000cdbce56ec07c4ee2fe94b837e14d8336d58408e9d7c6d243fe60e715 0.00 MB 1 0
21,282 21,282 00000000f810c0de837e188b4ba48008e7ed2e9887803569bf3c56e1a4eb3ba6 0.00 MB 1 0
21,281 21,281 00000000160665b80d66d47f0be67aafc8bf8cc31860727f43bb878962d86e51 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,868.56 GB sent, 105.38 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.