Memory Pool Memory Pool Refreshing

454 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,016 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (27,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,902 880,902 0000000000000000000163c56b1e8c2ef530450ccf5e29edcd43d0d424645317 2.05 MB 548 1
880,901 880,901 00000000000000000001b091ff31fe8c0919707718623a24fe320d14a6423525 1.56 MB 2,487 3
880,900 880,900 00000000000000000001d8a31b9ac9b5ce5c10b11525770cbcac106397c522af 1.93 MB 1,308 1
880,899 880,899 0000000000000000000010e6c92c77400351fad25623fb10b46f2a5f0c9fed2b 1.64 MB 3,402 4
880,898 880,898 0000000000000000000040b81595e73e27c4e7f7903c6b2e51560caf29f6cd99 1.65 MB 3,190 4
880,897 880,897 0000000000000000000156384b3b4699cc18311c8842a2f83451cfcbaf9f3c66 1.61 MB 3,346 2
880,896 880,896 0000000000000000000145053007b28d193d392a87220ed805e98c2fa1f1828c 1.61 MB 4,008 6
880,895 880,895 000000000000000000001a228720282044c10cdd0e601ec151f4d8db955a3358 1.80 MB 3,455 3
880,894 880,894 00000000000000000001fd9149e0fbb69e53a2371c8651be4684a549bf584abd 1.68 MB 4,004 5
880,893 880,893 00000000000000000001f5a417dd24529cde73521e6619773b515e6ffc4b70de 1.71 MB 1,978 2
880,892 880,892 000000000000000000005d77bcf2c08626d8557ec736cf8dc0559111e8422ae0 1.93 MB 919 1
880,891 880,891 000000000000000000010ed5bae2682472ef1f086293e77d80e44d06983a7fe2 2.04 MB 1,029 1
880,890 880,890 00000000000000000000cc75e279101e9bdc25b8dad49d8e500a9b2be50887ea 2.11 MB 867 1
880,889 880,889 000000000000000000021f994e2704704df33d916376ee15a4b005d2ee79628b 2.13 MB 341 1
880,888 880,888 000000000000000000023554eedc202fc7537c894066330563da262d67f8979b 2.16 MB 219 1
880,887 880,887 000000000000000000027a3b70a3531ce11520e6bd13e7f4ef4f84278c75e9cb 1.79 MB 3,266 2
880,886 880,886 000000000000000000015716448f6d4bdaeea27a7deef881d8369279fdf7411b 1.68 MB 3,236 4
880,885 880,885 000000000000000000015d5313446f0c0ce1c736b5c1c413d79808b2e4eea2a3 2.13 MB 448 1
880,884 880,884 00000000000000000001e01fb713e56a2761cdf34ae819b3005b19137fbf5964 1.81 MB 3,505 2
880,883 880,883 00000000000000000001247415abe7d46d88b52122913225bf961032fd0a5047 2.02 MB 3,818 2
880,882 880,882 00000000000000000000a8fdbb7936751bd93c0dac7e6aa5083617dff011aa55 1.66 MB 4,077 5
Previous 10 blocks ↓
Total Size: 769.57 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,650.09 GB sent, 95.80 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.