Memory Pool Memory Pool Refreshing

3,328 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,445 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (882,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,572 25,572 00000000c5b9f57a5f1f4315418eb106cbff9147adfccb94e7fd5728f484c867 0.00 MB 1 0
25,571 25,571 000000003c55363e680d880089c1397e39d253d6a273016d70cfc487c7b7eb43 0.00 MB 1 0
25,570 25,570 000000000b20f74c14f6c8c61e985aff0dc2371346caee7b7a0b374b4a722427 0.00 MB 1 0
25,569 25,569 000000006ed970b6c9f7de908dd6c81af831db2fd0f2e3f9f195c7e602eb51cb 0.00 MB 1 0
25,568 25,568 000000007f20e687c64dd3506127efb33b9b5ca15bfcb636ae9929b9eb4fee1a 0.00 MB 1 0
25,567 25,567 00000000b5f7a49a452cbf872adcc891579d51e5c95300e6c60d49dff1bfe2da 0.00 MB 1 0
25,566 25,566 00000000b385f7b018bdc70d28fa65299ed477a74bb0f73bd18c5dcb16dcfeba 0.00 MB 1 0
25,565 25,565 000000003c3aa1fef00e66d4674aa2137f74b310d3b42b07a932c32b5e8b9096 0.00 MB 1 0
25,564 25,564 000000002e9971e0fbd6e79a0d66b270db8c01a4ab23981e507f74591a6f3cb5 0.00 MB 1 0
25,563 25,563 000000007f0946413541268b819799f41fab8e230e196204031f659fdef32509 0.00 MB 1 0
25,562 25,562 000000002cee5c8cab58b6e887137d5e2eba873880d684da1a33d409e7614720 0.00 MB 1 0
25,561 25,561 000000003a8fcaa6a9e91c470ddf428f8cf6b6b11c27be8e7bf387a8e8b92700 0.00 MB 1 0
25,560 25,560 0000000050daba3af43060d22898983d1f4fe81014ed8b145cab476c3d8693ca 0.00 MB 1 0
25,559 25,559 00000000fdc9824ba4170bd071965a8c12f4bd3027b9f535d1abab9ae6a0f539 0.00 MB 1 0
25,558 25,558 00000000c79af13a1962001ab763be6b068b77d9013b058911f1535096730965 0.00 MB 1 0
25,557 25,557 000000005bd24f95db4162c55cdf3b3e4d012407d9346b1df29d5fff95b540c6 0.00 MB 1 0
25,556 25,556 00000000e23456c1c2b3d87f8249c708b325fe7f9ca4184293c1c5b40634edda 0.00 MB 1 0
25,555 25,555 0000000071cd979722a64da745cb2437896908e706d5e9d0cfe34d55ba8c5742 0.00 MB 1 0
25,554 25,554 0000000027c46b3fa62461bc16f8c901ee6214000984ff30ce441508a45cfa06 0.00 MB 1 0
25,553 25,553 00000000501ad4d86ca47a1a7c683e4958cd072c967d60b94f9ee970fceb3b2d 0.00 MB 1 0
25,552 25,552 0000000088417f75e8a4e88b5b211ce416bb55189fa2ea87bb263abba1e01a30 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.24 GB sent, 99.51 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.