Memory Pool Memory Pool Refreshing

357 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (13,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,355 894,355 00000000000000000001c789ef386c66afce7a0a5040209e32e05379ea1ff801 1.62 MB 3,275 3
894,354 894,354 000000000000000000018078687fa0f17541e5ba492a1f4fa2e07bddcebb36e9 1.58 MB 2,904 10
894,353 894,353 000000000000000000005128363ae3707f4a812679fb5dceffe98dc77f338e79 1.01 MB 123 2
894,352 894,352 00000000000000000000d140ef281b7ab486209ef8b96e1dbc563ecd4187bc7b 1.40 MB 454 2
894,351 894,351 00000000000000000001342073dc6156572be7722e3b642e4052d82fcabc580d 1.56 MB 2,929 5
894,350 894,350 000000000000000000019cfbbf3e3e6d94fa026690683efb279fdc8d54f743c1 1.62 MB 2,552 4
894,349 894,349 000000000000000000001adb8ccf9675bc64d18e8d1bf777b992f4fea94095f7 1.11 MB 629 2
894,348 894,348 00000000000000000001398a9627021d767465dd86de45f8ca095d181f3f47e5 1.65 MB 1,474 2
894,347 894,347 0000000000000000000103b719041045b84bcbc21071c36a392a0d83a6a64cc5 1.90 MB 1,852 3
894,346 894,346 00000000000000000001d97c7a507e7f82f76c802d8672c0ef1be5b6b65c6430 2.06 MB 788 2
894,345 894,345 000000000000000000010635661b56dac86465e715d9cca0ab51c03f9fb6c456 1.91 MB 2,099 3
894,344 894,344 00000000000000000001568d4325305506d5403ed03bc007d07cbf5d4e2b64e1 1.89 MB 2,442 3
894,343 894,343 0000000000000000000094a61c9610eb863267838a8cbd8c6083308389b20e4e 1.70 MB 3,053 5
894,342 894,342 0000000000000000000157ba3b9411f592f0eaf205f5835dea4b3abafa614cda 1.72 MB 2,733 4
894,341 894,341 00000000000000000000d7ceb1e47d78a9fe2a53c0596420273183d364feaca0 1.82 MB 2,863 4
894,340 894,340 00000000000000000001ccfcb632a7a7d6de454cf5cc76a6a6c83663e40ca0ae 1.74 MB 3,911 4
894,339 894,339 000000000000000000014bc8e1c889a1d4a80a8a55bc98b6d894461749d1a5ac 1.81 MB 3,700 7
894,338 894,338 000000000000000000019c9b437bd7188bfc0bc830cedaae7406ccfc4b576e43 1.97 MB 2,634 3
894,337 894,337 00000000000000000000fa0261a8ddf9762660a883dfbe3fa14b12f8c12b37d6 1.70 MB 2,100 4
894,336 894,336 000000000000000000014c926800a3b6f68748352f040305334da22d80aba3d6 1.69 MB 3,001 3
894,335 894,335 000000000000000000013cc97cb8d82ccd8ddf2d19b3f707a1e716e4b445880c 1.59 MB 3,312 9
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,634.82 GB sent, 94.09 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.