Memory Pool Memory Pool Refreshing

4,131 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (29,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,417 878,417 00000000000000000000a203a119ae6e5ce24a31eb7ee5263db28f8c3b441889 1.79 MB 4,030 4
878,416 878,416 00000000000000000000d69560c750eef02502b5956f588cf94c722cea9f5d1d 1.75 MB 4,750 5
878,415 878,415 0000000000000000000177712d349ae5564d18cd5afbc757f4bd8a9269563b90 1.83 MB 4,644 5
878,414 878,414 00000000000000000000e939949c73a43dc7d6e9a03a1b85960e7d14d8b0d37c 1.56 MB 3,841 8
878,413 878,413 000000000000000000005dbbfc90cc8cb06bff921203a5b3b85cca997f9d827a 1.57 MB 4,214 7
878,412 878,412 0000000000000000000081722153d20d5dc009cc90dac3f46e0f2c0e23c07676 1.82 MB 3,705 5
878,411 878,411 000000000000000000025aad892b243670771bfb03a549d622497324a32aa788 1.54 MB 3,966 8
878,410 878,410 00000000000000000000af97ab399a0d2b16a0b918225fd406c6eb701361c2be 1.70 MB 4,518 3
878,409 878,409 00000000000000000000852b9432e0e5a8161d309fa7fda1aaef07d4f946b1e5 1.77 MB 4,090 2
878,408 878,408 0000000000000000000253701779c5d9a450062fc05c870c6ca87e51dc33d19b 1.44 MB 2,688 5
878,407 878,407 00000000000000000001af4a1ea8a4672d3c9855009fb468cd87e5082a51f75c 1.86 MB 3,139 2
878,406 878,406 00000000000000000000d65e7b3f2da143362da5b4291a22e2b5b3e08c0d7bff 1.73 MB 3,064 4
878,405 878,405 000000000000000000016b356fe1a9960e1fcd3d065836c5c5a4462a9d0b6400 1.49 MB 3,291 7
878,404 878,404 0000000000000000000022d167604054c19261af3330fee302f4c5a879488c5f 1.92 MB 2,369 2
878,403 878,403 00000000000000000001c198cb99194d26d06412c86067db084dcb6da1f9b25f 1.64 MB 3,276 4
878,402 878,402 00000000000000000002885878eff53dc0afa934b0a2a9f678be7ffcb6abd414 1.84 MB 3,459 3
878,401 878,401 000000000000000000021cd09a012c90b70597794e761f7adb880a948a07e873 1.74 MB 3,583 3
878,400 878,400 000000000000000000010d8a77024546701970e86604f14cf2c6071fd380ca47 1.87 MB 2,321 6
878,399 878,399 000000000000000000018e6a776a94a3608d8001dba92f19a7ba58dfee5699e2 1.60 MB 2,946 5
878,398 878,398 000000000000000000008001c3fea6b938deb5f02233082f5a80cbfa2cac6b1e 1.57 MB 3,680 8
878,397 878,397 00000000000000000000848e3fb011a76e959499d8d964d4e5b1f922f2749e7f 1.54 MB 3,505 7
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.