Memory Pool Memory Pool Refreshing

9,372 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,577 (819,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,912 88,912 000000000002c49e3f251db4c36331025c24589e2735f9cc7058538739c24ccb 0.00 MB 2 0
88,911 88,911 000000000007b10f6d5fcaadec78b6c374965fac4b573d9e4e1a0689fae1ed93 0.00 MB 2 0
88,910 88,910 0000000000019ecd14dcef2c893014e94a607ff1b99424c19268fdafbe8da1a5 0.00 MB 1 0
88,909 88,909 00000000001297bf23d57c11b847b5bf70c5e856f3d643ce509c481d2969506b 0.00 MB 1 0
88,908 88,908 0000000000045740180c7ac128d66f88392d2bb015efb3ca7fe5c1fb829665ed 0.00 MB 1 0
88,907 88,907 00000000000fbc96f0156c4cb9b2071be7d1de4a44f77b2a0b2e1c29263275df 0.00 MB 1 0
88,906 88,906 000000000005f4d365f2478d197d4cd7a52f16d7bc46c28093553d88113bd28d 0.00 MB 2 0
88,905 88,905 00000000000f4138529c0d651adb9ca69c50d10eef3aa12ac266eda2b3a228d8 0.00 MB 1 0
88,904 88,904 0000000000071e54c4d4d98b55e908e9e46684f1d094f09d7fb0fe7735321ef1 0.00 MB 1 0
88,903 88,903 00000000000a8d823831762a90e7ee81fb080a560fd08390e9593f620a89a9b1 0.00 MB 2 0
88,902 88,902 000000000012ecaad079ce149ac3848ae7051c4544811b552199c936c34ea7ae 0.00 MB 1 0
88,901 88,901 000000000011f14abc3fdbcd206377ad2f2b7304c0342a452d4c0efb0c802593 0.00 MB 1 0
88,900 88,900 0000000000127d00a0ec58e83f7ac54f5e5486e10f8cf0dae3824fcb6072862d 0.00 MB 3 0
88,899 88,899 00000000000199e374f5d55fcf27c72445b501032d217b838e68f5db56704490 0.00 MB 2 0
88,898 88,898 000000000003dfa7ead0417aa325c6add9c54713c07bcab4aab5b5d4ec354491 0.00 MB 2 0
88,897 88,897 0000000000102df62ceb4b9c721d2df73d73ec892df6555ee17e13f218adb7b1 0.00 MB 2 0
88,896 88,896 00000000000438fb2bf26c09e27c823661d0c9d195c030cd6ba7f98efd263d32 0.00 MB 2 0
88,895 88,895 00000000000ec649430f9266929f21a30946b6f717a078ddd64bdac22dcae7c9 0.00 MB 2 0
88,894 88,894 00000000000edd1033ecabdcfa96033cb7673f4ffa1c32589157cea65e30504d 0.00 MB 1 0
88,893 88,893 00000000000438156269d96638072e7b0d38910fc47107079536d4fe3bd37315 0.00 MB 1 0
88,892 88,892 000000000007accbff359757a2d3b408b72317c714607eb5684547bf8633394f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.46 GB sent, 100.85 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.