Memory Pool Memory Pool Refreshing

700 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,498 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 694 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,497 (820,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,854 87,854 00000000000f2ba19fbb9bdaa4fc1ae329c4098881093c814078bcbf914dc78a 0.00 MB 1 0
87,853 87,853 00000000001984e42e0263d9c435f70c47819d1d8d9a5d7c49ed9b30c22826a5 0.01 MB 8 0
87,852 87,852 00000000001d56b1068b5b546da0111092a8d457d9d364e1b4f56a34caf571e5 0.00 MB 1 0
87,851 87,851 000000000003acf9079e127d33eb0b68a442abca71b28b49eb523e60ab6d406d 0.00 MB 12 0
87,850 87,850 0000000000099a724e24e4a7b31ef5ab50891b287b2d57bcd0d49247f46bb1b3 0.00 MB 1 0
87,849 87,849 000000000014c30abfcfad99600758611cf7c4444213c15cffc4fabb614cd69b 0.00 MB 1 0
87,848 87,848 00000000000ce9873f33f978bf630722055bc3373862f5966851f11db62e1b25 0.00 MB 1 0
87,847 87,847 0000000000120059f94ed456cc73dbdb3b3db61fe49402048fd7b2423550aeb2 0.00 MB 5 0
87,846 87,846 000000000010f636405ee8f1ebe0976409c7abf8089c344929038e1e8e9c5411 0.00 MB 3 0
87,845 87,845 00000000001d9642c4325788b469b680bdb07af1b56c9b4f3373121511e654bf 0.00 MB 1 0
87,844 87,844 000000000002469fd59555562f3c7deb8b09966d1995a44969b087e1eabef61d 0.00 MB 1 0
87,843 87,843 0000000000008c40550a22159681b20e6a26c3ac8c0ba6bc2712f1a07271fd4a 0.00 MB 8 0
87,842 87,842 000000000017dfca6d2dead734c8bb0ab0dd76b12161742eb5e874a402523291 0.00 MB 3 0
87,841 87,841 00000000000e8a167ab351b5fb4e4ed80e518b0742ae56edc080ab863a45d9d6 0.00 MB 1 0
87,840 87,840 00000000001be26145e85678d5270588602ae4f3c3d26fce5ce31e5cae7d5d37 0.00 MB 1 0
87,839 87,839 0000000000047951400e7458222d63e1d35af638a2339737e50fd225ee98679c 0.00 MB 1 0
87,838 87,838 0000000000146f0b19b433921439f700704152e0f09a5e098a9412b0bc39fa47 0.00 MB 4 0
87,837 87,837 000000000005eaf5ed9c597796118b1533f597f3bab5be17df11fd3a9b52d4a0 0.00 MB 2 0
87,836 87,836 00000000001e75f75fc91a0fe58c2d6b03225eaf3fd52e0d4f6c231f26414f82 0.00 MB 1 0
87,835 87,835 0000000000018c4ccdc3d9859b164c4b2e3ffb33a6a7d997f02cc814eac3a2f2 0.00 MB 2 0
87,834 87,834 0000000000139555b6fb1faf6f4ec20099ba6d452258ac572d71c0b043ec66c6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.63 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,823.92 GB sent, 100.11 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.