Memory Pool Memory Pool Refreshing

2,355 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.58 vMB 2,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (870,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,373 38,373 0000000068af06a70a2fbf17fb70c50d31bb4dd5487c837e57a5ed0cec05c90c 0.00 MB 1 0
38,372 38,372 00000000491818eb23d1c21871594a7cf98bce20885d81411c032ede4f31856f 0.00 MB 1 0
38,371 38,371 0000000045371722e29f2b8785dd67394847a34c42d877a2b716af9e917f2f6c 0.00 MB 1 0
38,370 38,370 00000000895c15088ac23cd0a1979eb6c5c87f4b34e40194adf4b4a036ee68fe 0.00 MB 1 0
38,369 38,369 0000000055d6f30ce95aa596a5b75c28d1f0c7e03974d63f1a579a7918e0570e 0.00 MB 1 0
38,368 38,368 000000007146f73df59278ffcbdb46a1f4ae72b247858da79dd0bf81550203c8 0.00 MB 1 0
38,367 38,367 000000005f76fa3a550ecbcda2ca2f0f1d4249593880804f68a2ef9c70e11ab7 0.00 MB 1 0
38,366 38,366 000000007ee2a89d5c4f28eee76c0e2598fee3be2828b52b9d54470ca536d9d4 0.00 MB 1 0
38,365 38,365 0000000042a46dc95684d34d6d44724219237118638bf1a64103e838171b948a 0.00 MB 1 0
38,364 38,364 0000000086dfe8f94839fcfdac5ac6690d24d22336ebf0883382d43af8ada7bf 0.00 MB 1 0
38,363 38,363 000000002b620b16f2776e658543833f262f4c05c4532c380ae40f9326544412 0.00 MB 1 0
38,362 38,362 000000006703477d37765711f27735a3b3549cbaf6c610a98c95e01a3ee5e5f1 0.00 MB 1 0
38,361 38,361 0000000075cb528693d691e15e6ad5cea882da41fae400b5ef04490b732d7861 0.00 MB 1 0
38,360 38,360 000000001c1c8faa961720e231004346d15a32db5afbfd15820fe1fcc3b04099 0.00 MB 1 0
38,359 38,359 00000000723ab1e69341c58dcb8a8af5272a6487b8e325b386b45d9a53979968 0.00 MB 1 0
38,358 38,358 000000002d871a512990f421140fbe5e275c816d5a58af874f85d48f76443132 0.00 MB 1 0
38,357 38,357 00000000002c04d2afff842cb7ed505fa2a5837dbc61837250d094e981abb65b 0.00 MB 1 0
38,356 38,356 0000000009243501db07e5cd9bce8d79f36b5a5eb794d31663f496b45e054116 0.00 MB 1 0
38,355 38,355 00000000079099c68fa25f53d0694620b0d035a020b948bbd9439f3903a3b386 0.00 MB 1 0
38,354 38,354 000000001b1a5a21987738716bd9b394b24bb951c5a4577ef374351d4b547122 0.00 MB 1 0
38,353 38,353 00000000174fc07d89b9f0ef3d3f8b224101fa65ca6487804b402d03f2d5fc06 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.66 GB sent, 100.54 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.