Memory Pool Memory Pool Refreshing

11,622 transactions
4.85 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,934 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (555,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,576 352,576 0000000000000000084cfb3680d983a156dffcdf74ef2abbdf9a32572f487851 0.45 MB 963 30
352,575 352,575 0000000000000000106b45ff93525c225abd3263ccf504b8e2885c2960270c63 0.07 MB 143 27
352,574 352,574 0000000000000000009c91628140b5514c7a64412bf20f7236c768184cb3eb33 0.04 MB 93 30
352,573 352,573 00000000000000000a5ebf1762324d4897a0228be3e4d64966d952f5be2f5920 0.11 MB 260 27
352,572 352,572 00000000000000001124629d22e50b85a9948ee94714554fbe6456cc67ee6ec7 0.57 MB 758 21
352,571 352,571 000000000000000000dcfe7a86d25992e7ee1f5299eb799f2d07e2f96307aacc 0.26 MB 575 30
352,570 352,570 000000000000000010b57d67e2fc8b61e29a927540ce0527f0f57394f61d5298 0.10 MB 120 12
352,569 352,569 000000000000000009707a4ddc54337c004d0af6802e04c5fc85e40229f84c6a 0.22 MB 171 9
352,568 352,568 00000000000000000cfd0468325ec4135013486cbe3269f0be9b62a9fa01e6ed 0.27 MB 556 27
352,567 352,567 00000000000000000a62b551161429e5db1ef9af4bac718632ab528bbca7fb6d 0.07 MB 152 23
352,566 352,566 000000000000000012e8059ebf733084cf40f423f3b82a658832a8554ca2f3db 0.39 MB 939 30
352,565 352,565 000000000000000008a06cb0a5edd89e7d29808565e04d58a4a97f7982ade3d7 0.50 MB 1,147 27
352,564 352,564 00000000000000001362ff30d9551b2e0471e700fec44924d48e4adc9b03bb3a 0.47 MB 962 24
352,563 352,563 0000000000000000061e8bf985fe954209ddd7802d1547d42bc6a1340d88194c 0.04 MB 128 57
352,562 352,562 0000000000000000156201cc021ad2de4288be6b0562e854d7b5c46c02fa4c7d 0.10 MB 134 20
352,561 352,561 00000000000000000961cd8389a8bd7c7d7a4204f6e3abaa13272f9fe325e769 0.10 MB 47 3
352,560 352,560 0000000000000000102504f2abbc7b279af3e93e5b1aa4f4f7956232e245aadc 0.13 MB 229 25
352,559 352,559 0000000000000000108f5d8e5474c51d98889355ce0252aaa048f8b363494162 0.10 MB 195 22
352,558 352,558 00000000000000001579ebb72c76d97de13da2bf4798d62ccb3ebc34163884b8 0.33 MB 553 27
352,557 352,557 000000000000000010b2151b645d2afd84c8495572e38a0424bdd00014baf45b 0.27 MB 543 30
352,556 352,556 000000000000000015aff5d44e555634f3bebfd79ca8cb29493bca97543bd360 0.06 MB 159 31
Previous 10 blocks ↓
Total Size: 769.03 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,625.12 GB sent, 93.02 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.