Memory Pool Memory Pool Refreshing

17,817 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (455,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,375 452,375 000000000000000002356a8780decf9c8552ebf60b3e5b7cfb3ec40b2e1b3d0e 1.00 MB 1,685 75
452,374 452,374 000000000000000002468e8e1fefe45da5a42051275e0f73d0f36c50b6c3bbb8 1.00 MB 2,035 78
452,373 452,373 0000000000000000029a2098c0a445af6358fd2388285e724bbde6f5bb19fdec 1.00 MB 2,426 70
452,372 452,372 000000000000000000ff8329947b917973bd3c2c9c4c482ff91ef8545a9d4529 1.00 MB 2,616 112
452,371 452,371 0000000000000000023ca757d206a3011a3e00a3a1a1c2f9b35306e4b04b2582 1.00 MB 2,429 93
452,370 452,370 000000000000000000ef5512eba89d510617b750fe34d07da20a2191e7bd06e0 1.00 MB 2,058 96
452,369 452,369 000000000000000002827c07abcfa02a9357581bebb172ae429cbba0c4a25504 1.00 MB 2,512 120
452,368 452,368 0000000000000000005679f6d22c7db21d28ba4ef8203ae2fe4774b772c184ee 1.00 MB 1,955 104
452,367 452,367 0000000000000000003f4d568cd229407d548edfd4f4cc1f58ec4652c7a14059 1.00 MB 2,134 120
452,366 452,366 000000000000000001874bdcc2d3e5074e09a10aa492cf2cab425225fc889269 1.00 MB 2,278 100
452,365 452,365 000000000000000001b45edf1b3926ac649e9f61c59b6bcfe44b41ef8f756683 1.00 MB 1,058 36
452,364 452,364 0000000000000000009feef0e3ba74dc3007746ef63632581c95283e303071ff 1.00 MB 2,003 80
452,363 452,363 00000000000000000225cfaf83f4593f149e2c9aa3d66e500a1dea93f949181c 1.00 MB 1,404 61
452,362 452,362 0000000000000000006b1c2d91e0bdf285eb313bb5fca5866f52d2e8448eb689 1.00 MB 1,223 39
452,361 452,361 0000000000000000003dcfb5490b5187c6e268763b7f22e690e885b1b316aa5c 1.00 MB 2,404 77
452,360 452,360 000000000000000001d456692cfd928eb159cfd7d9aa9a1d0b1f560846802ab1 1.00 MB 2,318 106
452,359 452,359 00000000000000000274e0270d9144de8b5d2d56ee97dbb5fcc1ad264812043b 1.00 MB 2,388 112
452,358 452,358 0000000000000000023b2af2b6e18f31d8b939ccd9f8ce0087633cc9cdc75518 1.00 MB 2,490 125
452,357 452,357 00000000000000000002a9da438934824d58e2d62786f8ffbd55ce6d7e98bbe3 1.00 MB 1,569 87
452,356 452,356 000000000000000001a9abfda803abde78023a27d6449006fd3e610aa4c90f92 0.99 MB 1,039 31
452,355 452,355 000000000000000001833f8a68ea790a4cb063d4d483985a6c8d5f5133059944 1.00 MB 2,137 117
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,624.25 GB sent, 92.99 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.