Memory Pool Memory Pool Refreshing

4,468 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (768,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,504 139,504 00000000000003dece95346b2150c30f7b033034b49e4302fb0b21c7b973a539 0.01 MB 20 19
139,503 139,503 000000000000069c5b67a2fefd0b04e571e817eaa4c94c8d9eba6b9350fd512c 0.01 MB 24 106
139,502 139,502 000000000000014e51ffc736491f0a8c2053414f7178849e25422bbba163fcf6 0.01 MB 37 90
139,501 139,501 00000000000005c945b7361f257002a8624969038f2e79bef00ab4ae2a1b2f2f 0.04 MB 67 130
139,500 139,500 000000000000026fdf8e0f000596f77adfdb744888feb9e609e48dab05ebdc56 0.02 MB 51 164
139,499 139,499 000000000000058b781e7fa5e8eb636d14a717985e96bdf8522dced8c3699918 0.02 MB 60 63
139,498 139,498 00000000000002ee0c5e637773095a2753ef9f02fc7a90fdadb50ed74f67399d 0.06 MB 157 138
139,497 139,497 000000000000057c1bda65ea808bb822af2312a3663debde64f241e40053347a 0.03 MB 37 113
139,496 139,496 00000000000000e65f7a304d53b96a5debe867acee16e229f082b72ea6414c48 0.03 MB 51 305
139,495 139,495 00000000000002f2b2ac11e90a2a2e57352c4c9459c10b72409cc7c4842fa40e 0.04 MB 79 198
139,494 139,494 00000000000003fa43bac862aa8150f9b68bc649fc22887fc209afee4ee183ab 0.00 MB 10 0
139,493 139,493 00000000000002afdc37d3c762fb53eca73a16e6d1885aeb048876cbe363640f 0.03 MB 49 808
139,492 139,492 0000000000000469c3fb8da8a37d5a87ee1982e8df3e4b66ab7f62ddd071fd53 0.01 MB 29 126
139,491 139,491 000000000000049f7f55762c52869b4db2c2f754564ad9a7bbedfb2a76f8994e 0.03 MB 55 175
139,490 139,490 00000000000000a8df17259649a833e65e61b662eeaf6f9029cac84954887ca4 0.05 MB 127 128
139,489 139,489 00000000000008cdd244ca552b1744a20f3f8dbdbcd627586d130af7012be24e 0.03 MB 25 156
139,488 139,488 0000000000000738ef8417c2ff07e4bf17641c2fd97bfd3c3957da1388c6273b 0.02 MB 28 410
139,487 139,487 0000000000000240654c350cbb4e733ab6c6460655d40410a49db867deda9428 0.03 MB 56 74
139,486 139,486 000000000000009643eae3c295ad2ce865de5c7f3c2cd8d66ed5f589a7404779 0.02 MB 39 236
139,485 139,485 00000000000004ff5e57df000b1df517221d08c9d4b5da03de743f4834de2ad5 0.02 MB 36 95
139,484 139,484 00000000000001d01acd8f6d28e0bf46236a000d3bdcf0f0996d9613ce4e1f4e 0.04 MB 93 202
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.