Memory Pool Memory Pool Refreshing

1,919 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (802,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,049 105,049 0000000000024200bd55bcee3878bd6db9a8816ebeb79574e853f746498989bb 0.00 MB 12 0
105,048 105,048 000000000000b9e673ba7dba91860bb35bb8581fa2f080dd8661dc0d57f69562 0.00 MB 13 0
105,047 105,047 000000000001bc29dac1572c65bc81f90ec58bb9eff730c07a4d2b8ef6469e54 0.00 MB 7 0
105,046 105,046 00000000000012559bccd380d275fb404c20a75f07ae1ec4a64b2378a1ce0f30 0.00 MB 4 0
105,045 105,045 0000000000019e9af979e8e292981efa0d242a26987b336e1e59555715d2480d 0.01 MB 23 0
105,044 105,044 000000000002a3db02de812f3a9a0acc67f43c28ea0e68103623d533615bcc05 0.00 MB 2 0
105,043 105,043 00000000000199c0e8bee54597b88f8af316905ad0ac2e01e66b37f233af8e1f 0.00 MB 4 0
105,042 105,042 00000000000044746be1e53b3e03d20dbdc5881a10efadca05da6aef5e5d9297 0.00 MB 2 0
105,041 105,041 00000000000255a759ec38835cc80982adb2a466e919d6b1912dd66c4af7d0ff 0.00 MB 1 0
105,040 105,040 0000000000025ab95f018b8230d3cb8693b6b303f05cc30539a681b68966d890 0.00 MB 5 0
105,039 105,039 0000000000012fa798a19dc23324a111765d3dbe9bf10afcebf151c983c344d2 0.00 MB 9 0
105,038 105,038 00000000000285b6fde7d9f4d0ac766c655c6ac62168104e483cd676a90d1ccf 0.00 MB 9 0
105,037 105,037 0000000000000ef4262dfd3b11675a5ebe373267132b8f33b4e44413a175df2a 0.00 MB 10 357
105,036 105,036 000000000002e60b5a2525fe96141c60cfb48b6b0cb769fb8914eff895cd46a2 0.00 MB 12 0
105,035 105,035 0000000000001f49536413680a7ec75b787ab0d0c4d525fe86a765ef2bb58a86 0.01 MB 25 0
105,034 105,034 0000000000012cde46914a5b1c355bb99c45bd507e77713cfc8e1c307cbbe3e5 0.00 MB 3 0
105,033 105,033 00000000000042a8bf88fcc9ba8befedd225327f3b64d6e2916fd03e420a936d 0.00 MB 2 0
105,032 105,032 0000000000026f7bc023b516fef57582ed2747c6271c54ab35f09c18f8702f2c 0.00 MB 1 0
105,031 105,031 000000000000fa5c203cdf27dc0814dbac75cf512b46c81a0020ba59eed8573d 0.00 MB 3 0
105,030 105,030 000000000002811868c828383aa588ff8d09a3e905813d3cf353a4aad8376143 0.00 MB 5 0
105,029 105,029 000000000002bc797738067a8e4800a575e8950db7e59b4c6685d32da50b5c33 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.