Memory Pool Memory Pool Refreshing

2,498 transactions (0.67 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,838 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,481 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,837 (841,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,941 66,941 0000000002037122b941a1046f89be2b1663534d2bb7946553ff80eab30fe572 0.00 MB 9 0
66,940 66,940 0000000002ddde04c82aafd8c5fb482e3e651954be7a7b051004d6d467eab0c1 0.00 MB 1 0
66,939 66,939 0000000003f75057eca51b5ed4839434924a7a775412656f2634154cc1f0c162 0.00 MB 3 0
66,938 66,938 0000000003f623ca565c356e4d8515b740dcf552a82935be1a68b22b4ecaee74 0.00 MB 1 0
66,937 66,937 0000000002416b22298b39f7f217e7973d558df87206f3986e1d095ba94b4d30 0.00 MB 1 0
66,936 66,936 000000000576748cc26b195356c82fdaddcaa1ef03bb0b5df34dbca33c26651d 0.00 MB 2 0
66,935 66,935 0000000002e63c13917012d76a30fa5dfa65ea09c8218864333a975405ecf6fc 0.00 MB 1 0
66,934 66,934 0000000003f9310d6b7146e1b656f7e0fbc942c80ce466df6af6c80988054214 0.00 MB 1 0
66,933 66,933 0000000003870a68aa2ea125a4120d44d6da76b806b9cae9c0ae613a5b6a3be4 0.00 MB 2 0
66,932 66,932 0000000001bc40b5d16d80ac625d1350fa92a0908224f35ab0c64f0b8f320687 0.00 MB 3 0
66,931 66,931 00000000033dc6ae0652618bfde81843b12427746518bcc2c485590c798a1970 0.00 MB 2 0
66,930 66,930 0000000003c3f0b37d5b5f1bf7b6fd64db7bf284fc116101097bf4e67d4c1b12 0.00 MB 5 0
66,929 66,929 0000000001bd5b5a6813cfddc4a52860f5db01a0e52423043763261897f5f589 0.00 MB 2 0
66,928 66,928 0000000000d4fb9f251bdf3dcb788255a17912dc6a62306a628722d99baad058 0.00 MB 1 0
66,927 66,927 000000000436409e7753597f70d66fdb52a9140ba8bccd7a875a39211fd3e0f1 0.00 MB 2 0
66,926 66,926 00000000035491fa4b4e9944c4987d031600c1d83db3b9f763f1ba96f17bb343 0.00 MB 2 0
66,925 66,925 00000000008a29181dca8294aba937eb862a663b093614573183a1a1246f5790 0.00 MB 1 0
66,924 66,924 0000000003a70bd57d1ab734666962b5140c88f1102ae97a91b50074961b841b 0.00 MB 3 0
66,923 66,923 000000000426f4855b35df9e06cf2bbc6b25503dd4944f5792ebf84184fe87f7 0.00 MB 1 0
66,922 66,922 00000000006c97c0ed8e5adf0295bf65920eec02e25c6d8cbc90901a0412ec84 0.00 MB 6 0
66,921 66,921 0000000000de6db0442aa49733076e2e26864e9404204b5b9709c2b2acd776c4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.25 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,858.57 GB sent, 103.34 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.