Memory Pool Memory Pool Refreshing

4,805 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (10,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,911 896,911 00000000000000000001b3941b275e1f8cbd91cbf41d4fb2caafea40697c2a28 1.40 MB 2,259 6
896,910 896,910 0000000000000000000210eaeaebfdb713895d08f9aaf6d0e53505946e8a1b7e 1.67 MB 2,041 2
896,909 896,909 000000000000000000001e43744cda5486a784fe4ffd28412d22dea5673fef54 1.37 MB 2,415 4
896,908 896,908 00000000000000000000aa8bc4bd636f96125e9bc6c2e45eaae6aaeba5c0a325 0.75 MB 1,309 3
896,907 896,907 00000000000000000001f083c5a37c466167f9c6f6ffe4e4accdad6d922e75cb 1.55 MB 2,415 2
896,906 896,906 00000000000000000002505c8dc583f763885df67dd6d7818179cbc9b50c1309 0.64 MB 1,168 3
896,905 896,905 00000000000000000001ce0edf577630487e0a2b0eed47fcfe9d30cb22bbfa62 0.62 MB 1,663 2
896,904 896,904 0000000000000000000095b9069904ae9ec9a038472cdcdf663d7c0241172e14 0.54 MB 806 7
896,903 896,903 00000000000000000000bdbe52b8438eaf92c75ee8680433f0703d79ee043902 2.23 MB 2,173 1
896,902 896,902 00000000000000000000dc8667a8af68b320eea42224d709e8778d66c02eb997 3.22 MB 1,171 1
896,901 896,901 00000000000000000000c0c1233f9c9ab7994d8bd837f3c35a0a914399a819bd 1.52 MB 1,862 1
896,900 896,900 00000000000000000000aad9e399fdb213cf3e99bce1fe9e17d045449c85ab5a 1.00 MB 57 2
896,899 896,899 000000000000000000002c66e302b6222922784e195f97e8bb25748c52a71539 1.55 MB 2,342 2
896,898 896,898 000000000000000000014502e9c873a91dfd358176d3a7cd31cc68ed5526214f 1.54 MB 4,018 6
896,897 896,897 000000000000000000019b74f281b4022c453d21f1a63adb4c9182f0e97d0a07 1.51 MB 2,794 9
896,896 896,896 00000000000000000000f615bfbfcf3f5a3691251a161cb1dc6851a05a331425 2.41 MB 1,838 2
896,895 896,895 0000000000000000000104e360700f5bb69117869c13e877d00ebb27fb129360 3.00 MB 576 1
896,894 896,894 000000000000000000023fda5eb503f9c37e1c36d5a5faa2a239d8ced1a6904f 3.27 MB 416 1
896,893 896,893 00000000000000000002088b90edfa385095c13c1d09aec2ffb47d6381fd5400 2.60 MB 1,147 2
896,892 896,892 000000000000000000019e58c7423fcb0923fcd01fb8413110519b3c6435e65b 3.19 MB 925 2
896,891 896,891 00000000000000000001b4bbeeb6465331cc704586e3db90ff5c6b4ab7cc4133 3.06 MB 1,010 1
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,617.24 GB sent, 92.88 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.