Memory Pool Memory Pool Refreshing

14,225 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,194 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (783,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,362 124,362 00000000000008b6760f16095c7c28d8e116db000f8faf7c5ec4df08a02335f3 0.02 MB 28 662
124,361 124,361 000000000000598f791103525d74cec52030d18bd64e0b708a647be522516fd1 0.00 MB 6 0
124,360 124,360 00000000000048f9d2debe342af08ddc01ba0435d46b8e405ff04e6d26076490 0.02 MB 36 1,170
124,359 124,359 000000000000588dd28e439997b77d3e28f83dbf5517215c58eaaa7828ab2107 0.04 MB 72 406
124,358 124,358 000000000000694e8b91671c89d1b2978776e5c608babf28e2d6060b121edc23 0.00 MB 13 606
124,357 124,357 0000000000002bf46a398e9d13695db66b70fbb7a4d0403e9af463af3fb2bd27 0.01 MB 19 303
124,356 124,356 00000000000018d04efaa5e4d565cf7ae4536cc098ea844019c3b882675374bf 0.00 MB 17 4
124,355 124,355 00000000000003ee658eb8352330ebeb3cb55bba73a7eca3da9000f13fd96e83 0.01 MB 13 770
124,354 124,354 00000000000004d6fa12902a6598536b21d1322854416bd53abca35a22b6eda0 0.00 MB 6 2,583
124,353 124,353 000000000000146fa47e8d8da1b65215803fb01dc1a91144ea636eb4397f3074 0.00 MB 10 657
124,352 124,352 0000000000001772024a1708456ccf8e109f121a5abc464a476df8366bc789df 0.02 MB 46 2,107
124,351 124,351 0000000000001380fe506e7988677665fa032fb6e1da7498399dec4526bf5d8f 0.01 MB 11 439
124,350 124,350 0000000000000fe0d9e1837d3192d3e5329ca78799457e9beef198a34de9dc1b 0.00 MB 7 1,871
124,349 124,349 0000000000003a5b78fb3ee4f8f92f47e66ecf86b152b1a0abdfef8830479619 0.00 MB 3 1,247
124,348 124,348 00000000000048366477f72c6cd4bbe3d3633bae6dd33b524ca59f8ffd947b00 0.01 MB 28 199
124,347 124,347 0000000000000986685b0c75f169be04947a0ddd0a7e45e16787f0b80b3b7e79 0.01 MB 11 837
124,346 124,346 0000000000001a25aeb5a56f400d7addd750f532a00771085a84d975550ef58f 0.00 MB 5 1,477
124,345 124,345 00000000000062d73e786cce5b932acac6838a0fbfe587e5b0e4b7e76724edf6 0.00 MB 10 491
124,344 124,344 0000000000001efc276efc15f211b87b43dc3310a70559665848ba68df29212d 0.00 MB 10 0
124,343 124,343 0000000000003e98574430e3ffc99dcf64376e5f00f996640d9f270f7c13043a 0.00 MB 13 216
124,342 124,342 0000000000003deb1cf01d4856fee42b8fa3cffc10d0543c43a7c2e78155e338 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.