Memory Pool Memory Pool Refreshing

6,193 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (747,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,824 159,824 00000000000005c083f9b10ed3484ee25c497126e3a71f714fe8d0a1e4db3843 0.01 MB 13 0
159,823 159,823 0000000000000699b82995537d73589449cee4557079b6e4bb70bd91120eca77 0.04 MB 75 79
159,822 159,822 0000000000000aac8391759959a91270c0518e0953f6756b4aec99224bf96573 0.02 MB 53 222
159,821 159,821 0000000000000d5251c2985b9bcaa303c06fb21915882675769a0f5acf207dbc 0.01 MB 14 32
159,820 159,820 000000000000037d66d8179871d5976b8fef596c44fa264f90f46d696abb7b30 0.00 MB 5 0
159,819 159,819 0000000000000d42c9f8edcbf39dbf4036b1f179d78053e674e4ae1b7c5c9b20 0.03 MB 50 90
159,818 159,818 0000000000000254d02941695902e43d2d8f3164b0d769c22c54542a4d6d9191 0.02 MB 63 6
159,817 159,817 0000000000000ced8cd100c583e1dc8479608001f11c56f012a1a1a5eeeb3bf5 0.00 MB 14 12
159,816 159,816 000000000000076502192f24a5ffb0b7d93091eaaad55a330ed305d4746ca86d 0.02 MB 30 121
159,815 159,815 00000000000005830a7d5bfadcf1d7bdadf27aff31f4606bff2eea42bbc9a422 0.01 MB 33 127
159,814 159,814 0000000000000cc2d1aeafe30b50c5b3bf34af604cf437bf512ffd21116560bf 0.01 MB 27 689
159,813 159,813 0000000000000c6f5a20409abdc677371282b6c0784a6b9b41c88e3f96315566 0.01 MB 15 265
159,812 159,812 000000000000080fdb543a1f7b7fb24578d5ff7726f8d4b625582c441262d0b2 0.02 MB 34 196
159,811 159,811 0000000000000425ecb15cff161d5442d4f56256d74c6be4bdd00fe31b7f33ec 0.01 MB 44 95
159,810 159,810 00000000000006ef21ff41458463d937786c584dd4c346c96457174de710a294 0.02 MB 70 22
159,809 159,809 000000000000008ede70a3d7314c27c5b481c0617163ac8ed26bce85c0a52615 0.00 MB 2 0
159,808 159,808 00000000000007987c2badac3ca333ec6274a87f94e773623247cd71659a291c 0.02 MB 35 356
159,807 159,807 0000000000000e71fa179b7e3560b856be9298fb7f8eef2b55f7fd9b271e6306 0.02 MB 43 2,115
159,806 159,806 00000000000008cd67d36a320ede8ad835b9ff5af2286d886cc7043baa8c3ec4 0.02 MB 84 24
159,805 159,805 0000000000000a3877b4ee11148caa72d28079bca54ffee132701de015e9bbbd 0.02 MB 37 43
159,804 159,804 000000000000096e0fb5e36c83975d0caa159c75c116b29a1c9e83be42eeefce 0.01 MB 29 90
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.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.