Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,058 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,057 (827,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,852 81,852 000000000002e40e38515a3182003452a13536a446454b768085573ee8944488 0.00 MB 1 0
81,851 81,851 000000000033f23f8a6b32488ac91ceaa7f919c4c10fb1d93eced85678f38506 0.00 MB 1 0
81,850 81,850 000000000005e75bbc9bd9523d634c037dd0a0a6708e99f5049856c23dbe116a 0.00 MB 1 0
81,849 81,849 00000000000c1c23331b096fe34d3a77cc8360ebdf522602288877311910169a 0.00 MB 1 0
81,848 81,848 00000000002130e8ce274743598f7fba04ce6eb4ee5539db6f37a999048d2488 0.00 MB 1 0
81,847 81,847 00000000000e648649e5c7614cdfda6e2e5414abd8ae3c71af4577763ab2845b 0.00 MB 2 0
81,846 81,846 0000000000099963eca9e06c156a5cd9a08458720514641149d1d49548305a21 0.00 MB 2 0
81,845 81,845 000000000045e251b5cc5b56ba7423c63af12d967a561d92d67d1f1208be36d2 0.00 MB 2 0
81,844 81,844 000000000018ce3646f9d69092015cf925760734530816b25b529f7f8736691c 0.00 MB 2 0
81,843 81,843 000000000046f122c6ed02037a73311f41d17ab33cae073eccd000c1da70c6da 0.00 MB 2 0
81,842 81,842 000000000003d12e53a25bb80a6fcbabcf2ec74ee6c6d01fea6bd718a67fa2fe 0.00 MB 2 0
81,841 81,841 00000000003e01a8044cd319afa3098d165e3dac6250574079f439d36d30fedd 0.00 MB 1 0
81,840 81,840 00000000000ac3060ca72fd95fd49c2eed3ed47e94995626bd3d790141a27d2d 0.00 MB 1 0
81,839 81,839 000000000034185e53fcd51282e2f3a84b19238a00d110b4fb8ff3f5b796d0d3 0.00 MB 3 0
81,838 81,838 0000000000266a2c434fe670bc317568ffedef053a2ec2c3b4a995f87a44b539 0.00 MB 1 0
81,837 81,837 00000000000eed30b406a4ea8c3e83dcb611b712f8fef49759af07342faddad4 0.00 MB 4 0
81,836 81,836 00000000001060e9212f4b31c9f9e4ab1b62c8b08b8c6398c5a5ded52c81b02b 0.00 MB 1 0
81,835 81,835 000000000040a4937ca6eb6fbc39e6a2402b98192456fbdd819209ec6d50e6e8 0.00 MB 4 0
81,834 81,834 000000000035c52aac56785bb160834716e8783c83a35e1f9d0b02d11a70276e 0.00 MB 2 0
81,833 81,833 0000000000262225d94d43f92346afe1a4b428ce5467313f7f742d9a3b045d08 0.00 MB 1 0
81,832 81,832 000000000031a4e12ce3f99dbdd0290385db9e5b9d6ff3124f46d3f7cb131f03 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.65 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,897.92 GB sent, 105.77 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.