Memory Pool Memory Pool Refreshing

3,941 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,720 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,826 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,719 (890,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,807 17,807 00000000a9d4e02e36bcfe5442840debc05058929f2db91e88829f61f7d3a3d2 0.01 MB 2 0
17,806 17,806 0000000025fdf24e280447f834f0429b6a374db67670f7f932d02543f63b078d 0.00 MB 1 0
17,805 17,805 00000000be85dfa573e15affb3b714641f5b478ec1285d7865174fbb66f8b260 0.00 MB 1 0
17,804 17,804 0000000052a487cc98175b2a8b889ecc2e763246619d474aead1f63a09e235eb 0.00 MB 1 0
17,803 17,803 000000004d03973598dcf129ae7a832f3f34e9c66bfdf945f8cb16866dc36c66 0.00 MB 1 0
17,802 17,802 00000000a976579e19a74e5cbbb44d708d51ec2626001398979204c8837f9fca 0.00 MB 1 0
17,801 17,801 000000003a649dc2c71341550f06f96bc95dbbd82bdf36c527bababb453d18a9 0.00 MB 1 0
17,800 17,800 00000000cf06ffbf5969fefa61ccc1bfc5c0db1846f95972a469f2ac0087717a 0.00 MB 1 0
17,799 17,799 00000000a1678800bfc96b0ff22686e7b2489efb0f3d12449afe0901c2de9040 0.00 MB 1 0
17,798 17,798 00000000388fd54ab641b2265511c7a6fed13bc93eaa82cd10ab2a7744268f24 0.00 MB 1 0
17,797 17,797 0000000022ef4518bd8091da0d6485f08cfc50c26e7f2a95426360254247d2e6 0.00 MB 1 0
17,796 17,796 0000000068621423073517c83634ff1349dd9bf56b15b7135dc8b335a06c360e 0.00 MB 1 0
17,795 17,795 000000003796cda736a2f58443794053c1abb369e011202871fa8f85d326c1b4 0.00 MB 1 0
17,794 17,794 000000007134a3943859951a4919697b39c6f804cc2a38610b29ec725750bb22 0.00 MB 1 0
17,793 17,793 00000000e9ae9f193be39abcf3c1e6d1dae64d6d2f40ddc1060ce5716c1f2779 0.00 MB 1 0
17,792 17,792 000000006220ae94b748fb44eebf175db1c85f5b10b48ded25a76d18cebf01a3 0.00 MB 1 0
17,791 17,791 00000000a90f305bea322597fa8ef8e0349c1b9b61b63c7a9e25781edd6ce710 0.00 MB 1 0
17,790 17,790 00000000715a9a1f20c8d6dd2c295342ffff34fdd6af6618f3b9d75ce9af6174 0.00 MB 1 0
17,789 17,789 00000000a03c50c05034d9b587e99892fcd3dc03bbc0004074436615c39f96b6 0.00 MB 1 0
17,788 17,788 000000002874789b0354a7b0515a407bc8d8202c54231fce7d81de821c3fa76d 0.00 MB 1 0
17,787 17,787 00000000d27252a69cc99370dc4d0c8726bc080d7072c85453b4237c28a00119 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.04 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,854.98 GB sent, 102.17 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.