Memory Pool Memory Pool Refreshing

4,269 transactions
1.61 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
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,692 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (554,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,346 353,346 0000000000000000137e8221db81909b87722cd3c32ec912fce6017d159f6fe0 0.12 MB 261 24
353,345 353,345 00000000000000001294ca5200119b7ff609f3efd0633fd971aec43c6f65695b 0.17 MB 278 20
353,344 353,344 0000000000000000070ba650de3b85cdfd146af3f334814d4277cf7042685cb8 0.61 MB 1,072 22
353,343 353,343 00000000000000000bd923d206fbbc459a86c95e0b0d34f5093da4ddd6f7330d 0.73 MB 1,336 27
353,342 353,342 000000000000000012cd3f663eb6325ac5357d2877d6b80466324fd45a4ae817 0.37 MB 565 19
353,341 353,341 000000000000000004017f644a07792801c2eb1dc952f9828d8c66087e5d0f16 0.75 MB 648 15
353,340 353,340 00000000000000000128eededd45fe96095be7a6bd5a706b33b631634b3c5020 0.75 MB 2,263 49
353,339 353,339 0000000000000000039a7a7d68b58708a8abebcd04cbc409b9bd61ce3ecd1876 0.06 MB 212 71
353,338 353,338 00000000000000000f2dfa47d7d9062af1577db54591174bae5a53f2f88ed550 0.28 MB 570 26
353,337 353,337 0000000000000000061fb4d72e7cf3e8eb7dac447697ca0a322805e4c41a92ed 0.02 MB 55 26
353,336 353,336 0000000000000000029a7f9fd3113305f78ab2e68c06e12946e7922861121311 0.09 MB 197 28
353,335 353,335 000000000000000013c8d540d3e0c35c77a5131ba183d2e2f3304371980b9629 0.29 MB 609 27
353,334 353,334 00000000000000000a7e0bfbb0f01f30fd195e8ee7394b0c41b8936803a5cecc 0.77 MB 1,728 29
353,333 353,333 00000000000000000725998fa31add170fbb63b9ee79139a17da5ece4de154af 0.05 MB 83 19
353,332 353,332 0000000000000000006c0baa082b4ede730b212bf2ce1911231759a012da2299 0.25 MB 589 29
353,331 353,331 000000000000000016880e7b6c9f091e42e61765ea0f855bcde3df4ca8eb84ec 0.57 MB 1,021 26
353,330 353,330 0000000000000000160957aa7a70954d6b9b233ca18e450aedce710c79e579cd 0.03 MB 86 31
353,329 353,329 000000000000000013b3612d81077233df4f53c9a025a9ed922bb78c4fb4b8b4 0.03 MB 27 2
353,328 353,328 000000000000000006941cf457e73edfbe91fde9b320ba5ab93ce10bd55b18f8 0.19 MB 468 29
353,327 353,327 000000000000000007efb03325784c2355863174a957681fb1626e90ae25c544 0.50 MB 1,011 26
353,326 353,326 00000000000000000bf23b1adaf2d1cb91a3b5ed90067778997e13119d79910f 0.25 MB 486 24
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 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.