Memory Pool Memory Pool Refreshing

8,387 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,743 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (5,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,815 902,815 00000000000000000001b0879bf7d28ac142b57a21aa18e22f0d802e8d6e6714 1.52 MB 2,637 3
902,814 902,814 000000000000000000005186172b2391f91b3c14bdf3f1a3453636c782dcb266 1.59 MB 2,350 3
902,813 902,813 00000000000000000001fa58c6568c8cd538da333ab7bc029d29e11b5c47dab1 1.37 MB 1,723 3
902,812 902,812 000000000000000000023353e836453b6e466cde30c9239d0bfe7ddd66026caf 1.53 MB 3,172 4
902,811 902,811 0000000000000000000237b16189d0d70c40b06fb17d2ba36187bac97f55004d 1.54 MB 3,795 4
902,810 902,810 0000000000000000000180924ed5328277133ac6f43bd8704094d948b39024be 1.51 MB 3,088 1
902,809 902,809 0000000000000000000064ab31451914de843cd2b2d249ee5c0b3dfc7336db4d 1.58 MB 3,296 5
902,808 902,808 00000000000000000001804c7b157f02fee8e267d717bd70451dcfdddde218cf 1.62 MB 2,773 2
902,807 902,807 000000000000000000019809e3aeb76ddbbaa2cbebe3cfd2d87f3b6e596c8acb 1.73 MB 3,993 1
902,806 902,806 0000000000000000000194405cf767c9b2e475457d76efa5d6e8da0cb2eea8dc 1.66 MB 4,069 2
902,805 902,805 00000000000000000000da88a2f892b5f5fec51b115750da35be02ab53b41a4e 1.66 MB 4,111 1
902,804 902,804 000000000000000000019bbaa678ee7f221e90ba86e163c75a0618eb2964dd8c 1.68 MB 4,292 2
902,803 902,803 00000000000000000000dbc6dea61e2ed9bc419a3d7487b489fcd04bfffbdb39 1.26 MB 1,219 2
902,802 902,802 000000000000000000018fa334ad00f30152a8a605a341bd3409b8b8ed941ad4 1.49 MB 3,610 5
902,801 902,801 000000000000000000000323353cc337f4aa26866f31be27e4c71b8c58199d1f 1.40 MB 2,366 1
902,800 902,800 00000000000000000001f8cf26868f2f945022a794edfcc99faf1a475797aef0 1.59 MB 3,182 6
902,799 902,799 00000000000000000000a75c8528e96162b7f85f08eac05ab8101e4503b60dff 1.54 MB 2,190 5
902,798 902,798 00000000000000000001cb25a82585e16d6ed88dd9c9b53b3b59c8a7591449ec 1.51 MB 3,793 7
902,797 902,797 000000000000000000018a1f0c394689a5bca621721568d7a965a63c30e270b3 1.58 MB 2,586 3
902,796 902,796 00000000000000000001f7f079997cb7bcbf07a6d59e8ad96c54b18e5a97e587 1.45 MB 2,531 6
902,795 902,795 000000000000000000004e12e3d4eb447d2b0f18de2975580c43568e61987fea 1.59 MB 2,408 5
Previous 10 blocks ↓
Total Size: 769.26 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,635.23 GB sent, 94.21 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.