Memory Pool Memory Pool Refreshing

3,854 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (644,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,429 263,429 0000000000000006f88255366a94f946b6e2d39ebc969798726fe612a0db2692 0.25 MB 621 145
263,428 263,428 000000000000000839e5953870ff6524ddea31bf7458bfa4b3faeeeb5d5110fa 0.02 MB 72 85
263,427 263,427 000000000000001171b44aeab88d49a52eb4f70f3ed7713406963a102e85cbdb 0.01 MB 27 45
263,426 263,426 00000000000000114d415cd3c38c7bc4659ec44aed40b627b175480c198a2d23 0.15 MB 336 101
263,425 263,425 000000000000000414bb37f64f47346c76fcd6a8ff164a34dadb218134d05db9 0.37 MB 264 57
263,424 263,424 00000000000000029389b299d54b081f9836e66bf0302a4740411fd8a5ed75f1 0.04 MB 94 85
263,423 263,423 0000000000000009a6a9355c6d139af729de2735a116b8e572fd20fff93fbee7 0.05 MB 139 85
263,422 263,422 000000000000000961bbeb39bb22169f93b59c2305849987ffba5d2118a53919 0.10 MB 213 102
263,421 263,421 000000000000000ab2cd28d4e9d454f4d253ab976d68fc844893f872f48b33f8 0.13 MB 284 91
263,420 263,420 00000000000000032f781e13984101ae261f116378091e65ebd7b50843ec2fee 0.13 MB 272 119
263,419 263,419 00000000000000114fdb638701106fa0e2b96e37b229b366847834973fb8757f 0.07 MB 181 69
263,418 263,418 0000000000000003d2f748cdbb4b011420c63d56cea4c78a39e2c1a3147dbf06 0.24 MB 586 112
263,417 263,417 0000000000000009e9b7459756a204a73cb4d5f301c2ebc9c93458bb6ce9146a 0.08 MB 192 85
263,416 263,416 000000000000000600f7281857a9e3e46cc4f71fa00ba733374b9d1dd879f9f1 0.01 MB 19 42
263,415 263,415 0000000000000002ba40093028a219c1696331c3d9d4b384ecefd3518de426c0 0.22 MB 453 110
263,414 263,414 0000000000000014405148657a5016c564d4d66754378848ec27e18c491ea5a2 0.09 MB 223 143
263,413 263,413 00000000000000003d2758799b71f53ec9b4478ae2265707dc039537f1384892 0.15 MB 302 115
263,412 263,412 0000000000000006d86eb7c13595c220c760fb77a848e994d00fd71b2f2f4f7d 0.16 MB 177 61
263,411 263,411 000000000000000607321aea057f1d3a37faf4b58d993734eb0dcb46d47de6f8 0.14 MB 311 136
263,410 263,410 000000000000001602417afaf2f5c09a42c16e4f1a130281b75bd05387625f93 0.10 MB 39 12
263,409 263,409 000000000000000ccd80df9e7790ef5ff212fa9d2fe3ab764712e3222e9e512f 0.07 MB 145 54
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.