Memory Pool Memory Pool Refreshing

925 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 906 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (27,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,908 880,908 0000000000000000000135b9f7f26913eee8faf05d7480ac80cf0f83cfd6e64a 1.71 MB 1,966 2
880,907 880,907 000000000000000000026146141de4ef8fcafecc51a41789fa17fa2ca438de19 1.65 MB 2,034 3
880,906 880,906 000000000000000000024b63993b7c3a885d5db5c70b51a916a66c2c53a59033 1.42 MB 2,673 3
880,905 880,905 0000000000000000000150afbf9bfdac9151749fb035464ee33c73940a3a5dbf 2.13 MB 1,893 2
880,904 880,904 000000000000000000025d47aaa8c3c475006c4804f602df3bc211c23026d80c 1.71 MB 2,085 2
880,903 880,903 0000000000000000000156841f8257efc514431eafd6446a55edbfc9fb98180d 1.64 MB 2,150 3
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
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.