Memory Pool Memory Pool Refreshing

2,263 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (807,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,734 100,734 000000000000e762a2d29a0302cb1cf15c68220de6499fa83157e15846f5610d 0.00 MB 1 0
100,733 100,733 00000000000374aec307db481e656dffb70a3db1ecc3a71db9dd91b8041661d7 0.00 MB 2 0
100,732 100,732 000000000001404e6737918ca01c50ae156564379cbf4b6c8270b5c0c7a15148 0.00 MB 1 0
100,731 100,731 00000000000405ee8f669a75751bf36ca65bb5cbba0a81b62dd18362b98a5ebf 0.00 MB 1 0
100,730 100,730 000000000000042b5d8e19a50f47ead7617679fe0a91d735529313a1d8dda1c9 0.00 MB 3 0
100,729 100,729 00000000000034a8dfbe8cc201826fdb3c2ab9c12c713c8b8aa7f76735209274 0.00 MB 1 0
100,728 100,728 00000000000314ef89ec16d9f74edc256b7037743eba951df7ca127a132ef5df 0.00 MB 1 0
100,727 100,727 0000000000038ef9c1acf53e61e6058cef69180f81a1b29428cbe3ec1e07eca0 0.00 MB 4 0
100,726 100,726 000000000004200af2894f3b6076581b96696dafb5538c2488d46c59d045da10 0.00 MB 3 0
100,725 100,725 00000000000159fdb8b7404a54553fbf402de2ec15d121e128d144c8c29da993 0.00 MB 3 0
100,724 100,724 0000000000007ff3b62ccce72fe8dd258e607fa4e4576bd752819fc50e186d1b 0.00 MB 2 0
100,723 100,723 000000000003666eaff7c05068c1784e8a87e42ecba2b75ca0eb43e6a1b6c2b5 0.00 MB 2 0
100,722 100,722 000000000000e9e44169c654917b57bc9763bb28c17c75a976fa4a60ee99641f 0.00 MB 6 0
100,721 100,721 00000000000332ead64225d6b1919f2d0ddb4bed672891f996abf6232216db4b 0.00 MB 1 0
100,720 100,720 0000000000030544c6a54ffa5e8c7061ab00c3982fc131c1040ec1541204cae2 0.00 MB 1 0
100,719 100,719 000000000000a5cade5868da91644e39f3ea9d8a66f22d4b4c883e32aba7e777 0.00 MB 4 0
100,718 100,718 0000000000010cfc675f8d7e0a1af5d8e2b3b0e29f49b3d50d49e7d36700463a 0.00 MB 1 0
100,717 100,717 0000000000037d475cb972936dd8b5aa3245225f54c663b3b933de16d434679c 0.00 MB 4 1,293
100,716 100,716 000000000001be55edac99f35fa2d23d09b4fd8dde196b9f1db904fda7d2fb3e 0.00 MB 1 0
100,715 100,715 000000000002f2fc41ea6a3ba83e85c9b21bdb9058ead28e152df06665ba72ef 0.00 MB 8 0
100,714 100,714 00000000000286d0d0d7458dca28b585eb6afe04de587c3cfda40ba287ce110c 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.