Memory Pool Memory Pool Refreshing

962 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,907 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (788,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,437 119,437 000000000000453cca2384c2308eed34c3d81b6cd2c78a1ca8116acdc1c0a4ac 0.00 MB 4 0
119,436 119,436 000000000000ad99f718727d994c4c9113b4a0127639e83de2af2bcf98c377f1 0.00 MB 7 511
119,435 119,435 000000000000021f2189771fbfb434ee978c3d4c409dbef281f682b4c8a64821 0.00 MB 6 542
119,434 119,434 000000000000152fe081738269e4eee4f50065c9ac1ba6f3022ff784cd130d0e 0.00 MB 9 0
119,433 119,433 00000000000003d208a7115d817e7a06b07310feac60decb7da68824a571c97d 0.01 MB 16 553
119,432 119,432 00000000000096263065ed84d25aa945b629ee4d438323864d9e28681f49b741 0.00 MB 6 0
119,431 119,431 00000000000087c2b0145d81ea4e2b0607b6631711230ea0389c91da58d2e3b5 0.00 MB 9 459
119,430 119,430 00000000000071df305320fe556448680a3fb25d285e8f75c4164772f46b9593 0.00 MB 7 601
119,429 119,429 00000000000062a30459f221855591bbbb2023ad0efc0f98381f2c53828cf84d 0.00 MB 5 756
119,428 119,428 0000000000009a81a6c636ba27c2adbffed94d44f18dd095a07d54c7cf611c0b 0.00 MB 11 0
119,427 119,427 00000000000020509b9f47860eb6d4238b9ad24cee9115e4c34462ad5a0450d9 0.01 MB 14 397
119,426 119,426 000000000000191a7a8d3d98e2497b463c11009ed2ff27fd60a94729bebf392c 0.00 MB 12 324
119,425 119,425 000000000000704f636fc61babacb35828f43ee1cbbc38894bed17268589d457 0.00 MB 15 877
119,424 119,424 00000000000015783228ab63d16e427fc1650248eb7d51223d9e0a1b689d7d8e 0.00 MB 4 0
119,423 119,423 0000000000001bef2aca1b6869efa4098baff24d9ef486499fcbdc748bfcb7b6 0.00 MB 2 0
119,422 119,422 000000000000591b8b7b8e8c5aa90ecf594d044f74c2b1f4df46d6e6f045edb3 0.00 MB 7 1,350
119,421 119,421 0000000000003b29da7feb9d99ab461607c26e9d24c66dd0cb563de29497ec13 0.00 MB 8 0
119,420 119,420 00000000000070f417012ebfd44ea02dc4eecb43e4893c45d2b6baa98c11a494 0.01 MB 13 533
119,419 119,419 00000000000026b68a0ff9f118d2d13dced3ff0573a558142d24828f54851527 0.00 MB 10 358
119,418 119,418 00000000000033b617db8a67ab4ff94aad805a1c9c31b0d87f4eb3477eff8d0e 0.00 MB 10 1,308
119,417 119,417 000000000000b0b025a23b89b492f67f0e0e0b7723a14629aaa69cd98865be71 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.37 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,643.82 GB sent, 94.77 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.