Memory Pool Memory Pool Refreshing

3,785 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (5,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,820 902,820 00000000000000000000e262378d7995174fb01fd86b8a3ad48931d42ba1796a 1.64 MB 3,906 2
902,819 902,819 000000000000000000015495b4152bb29edaf7bcb8ad244075129c912d464e13 1.52 MB 3,414 3
902,818 902,818 00000000000000000001b84ec25a48833aa9690cb460057656ca0bf01f517e10 1.81 MB 5,091 1
902,817 902,817 0000000000000000000074f60d1d191df6e9a27c4bba19e603dbbf4077fa49c1 1.58 MB 3,220 3
902,816 902,816 0000000000000000000123559323dcbbd91b497d9cbb689412051061a104c8cb 1.75 MB 4,162 1
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
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.06 GB sent, 94.14 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.