Memory Pool Memory Pool Refreshing

6,447 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,497 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (6,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,659 901,659 0000000000000000000209df89312ca7ade061b1afb280c29e42f2f2f8690fa1 1.34 MB 1,752 3
901,658 901,658 00000000000000000000792c180aafca50a093be99836d70727531ae7075fdba 1.33 MB 1,729 3
901,657 901,657 00000000000000000001301d0d0903a0d482d9dde1b5fad02126cd9ece2ee894 1.88 MB 394 2
901,656 901,656 00000000000000000001cd00f4759ed080ebfe15539b41923cafbbb6f6da7104 1.77 MB 2,417 3
901,655 901,655 000000000000000000017bc8215f00fe97767de70e5a1b50e1641ad351a56584 1.68 MB 3,674 5
901,654 901,654 00000000000000000000c54acb8d1a59ed8029b82fb719953e0ff591814073be 1.66 MB 3,778 6
901,653 901,653 0000000000000000000100b1677974f204f3a4f9db99a1a8ec705581f33ea42a 1.50 MB 4,111 10
901,652 901,652 00000000000000000000fa6953edee977a3ccfc4411c0c4fff3ec4437c83db4e 1.55 MB 4,102 9
901,651 901,651 000000000000000000015eaf93b229069c8ed400ff1e267260e761bf56c10839 1.57 MB 3,582 6
901,650 901,650 000000000000000000004d68bc258ad0ea0e17c95a73d3c3a901fb93c0f2176e 1.84 MB 765 2
901,649 901,649 00000000000000000001aa78a62e1ba0f6a777ab49d706cb8d81f5401becc3f3 1.66 MB 3,081 4
901,648 901,648 00000000000000000001d96d9b3a345166ed9695b00cefa0992fc7c874382f20 1.54 MB 4,512 5
901,647 901,647 00000000000000000001ae1516481917d4e216e8014cd1004532730eef774b2e 1.73 MB 3,816 3
901,646 901,646 0000000000000000000078913d41fc037a091ce1d1db398667d311e0c6af35a3 1.58 MB 3,471 6
901,645 901,645 00000000000000000001d7dea95e41a780090fbe642445ce2d25e9057faa574b 1.54 MB 3,422 6
901,644 901,644 00000000000000000001bae820adfd669e3d6dfabe285eb4caf4db9788b5760c 1.53 MB 3,693 7
901,643 901,643 00000000000000000000b5a48e556baf05991008f8690ebd3431d9f5d9f67be3 1.62 MB 3,984 5
901,642 901,642 00000000000000000000e0d4f99c3f39998b3de7a620adfce23afd23ff23f1ec 1.59 MB 3,611 6
901,641 901,641 000000000000000000003bb243b318cc73ec1874df9234fb6e94af1a5dc87ac8 1.57 MB 3,553 9
901,640 901,640 00000000000000000000a770594ac205ebd1cdeeebd35c99827d0ff4219ef23b 1.61 MB 3,208 8
901,639 901,639 000000000000000000017a40ce77a6e6a3e8bcc60c391919917874a3a2f3cecf 1.52 MB 3,566 10
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.