Memory Pool Memory Pool Refreshing

1,457 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,945 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (858,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,909 49,909 0000000016051bb81e6a7db3549a5fac023b123594932a0707224094473a4bd7 0.00 MB 1 0
49,908 49,908 000000000957e61fbcb61ec6e7b90db2f7f6d3d8c6b1b4be6e0c46c559301b54 0.00 MB 1 0
49,907 49,907 00000000034bad7ab6e6c89dee166c139b0a2d1a54a67b50e09160eb9ded3511 0.00 MB 1 0
49,906 49,906 000000001bd874b0ae724982c6d634acf690e82776002d06512dc68364925bc8 0.00 MB 1 0
49,905 49,905 000000002364833633df53b6d585edc1499d461e6df10dfcd31296670a7278bd 0.00 MB 1 0
49,904 49,904 000000000d552d272053cddaf0afbf491c7268edfbdceeaef55de49c98cf3f96 0.00 MB 1 0
49,903 49,903 000000000c21a60ac340011f5d33074f20d113e56ababb975a650827bd937aa1 0.00 MB 1 0
49,902 49,902 000000001353120d0c3b7875b04eb8503e5d336c052a2f86dc33c3ce5d8812d4 0.03 MB 2 0
49,901 49,901 000000001fb8f6d144efeba1c36c661320b746a06f9dc890aad92f505255dbee 0.00 MB 2 0
49,900 49,900 00000000151271963230005382bdd22f0d8f97c535f6e6c682343875195d584f 0.00 MB 2 0
49,899 49,899 000000000c014c46c6a3c380401c10485b083dadd7f1d2d173bb6d179835e70e 0.00 MB 1 0
49,898 49,898 0000000022eaac4e29725aee4bb82ff28bdc83138985d42930332c3159c44b63 0.00 MB 3 0
49,897 49,897 00000000245957772bf89a326439657452308d3d94ae035185766fbbcbf9168f 0.00 MB 1 0
49,896 49,896 00000000101d73ae08b2c98bdf0ff9c2ab815419a7077ccabc4b8d135c0cc82e 0.00 MB 1 0
49,895 49,895 0000000024caa312d0c3c2b59ec692c7f024f37ce14454bb599bd5507bc86e04 0.00 MB 1 0
49,894 49,894 0000000022a4cf0c0f2b2e556e28bf1558fb6f774b963f72ce92af2d07d170b3 0.00 MB 1 0
49,893 49,893 000000000b8a195a3690bdc6f5459035ef41c40ddeaa52c72af608ac2190c575 0.00 MB 1 0
49,892 49,892 0000000000ab98ddd3a2c52a04020ef905a96b30b102cb7bca56f31ed5e2e110 0.00 MB 1 0
49,891 49,891 000000000f77805cec176a0a6982d7fe19d8a845d302c8a89ff0391730db4cfb 0.00 MB 1 0
49,890 49,890 0000000017dae7bfc7124318d06024ffbc9ecca75726dd93b31616f451a6c6f3 0.00 MB 3 0
49,889 49,889 000000002946c7deff23f4b4109ac18286eb1b926da13e4f50eee5f56ec12471 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.44 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,645.69 GB sent, 95.14 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.