Memory Pool Memory Pool Refreshing

663 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (443,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,808 463,808 0000000000000000017404eaa9d9c16ea4539e02ccc886b3f99dec378f27a254 1.00 MB 2,415 192
463,807 463,807 0000000000000000006ad531969b8acb8fe38aa4f4d969474dd4b8e738793f98 1.00 MB 1,969 145
463,806 463,806 000000000000000001f45e10607585093a608eb79593e4aca1078c8760ad9ce1 1.00 MB 2,075 134
463,805 463,805 00000000000000000108bc5aa862af702090ee369ee65b899dd7813e8a6c91c7 1.00 MB 4,077 147
463,804 463,804 000000000000000001dd0aa7903e32775b1cf15e5dab9ecf46509df2c73479b3 1.00 MB 2,272 139
463,803 463,803 0000000000000000006351d6978b207bbbc3ad5d5ef1c32effacb11cea67e6df 1.00 MB 2,428 208
463,802 463,802 00000000000000000134901b2c3a0b4ddc14c9a6b3c5d04a545bc77ab34aff40 0.99 MB 2,502 160
463,801 463,801 000000000000000001f7ae550f6321c0ab8921e089f2bd71876359269b8a591d 1.00 MB 2,613 131
463,800 463,800 000000000000000000e94e65f3de2c8506de3afd237cf17a7aae94c05b9617c1 1.00 MB 1,991 129
463,799 463,799 000000000000000001ba2d6568572cabecd394e068af56474b67a0cd40de79da 1.00 MB 2,905 251
463,798 463,798 000000000000000000623cc44d0b57096cb88dbae079b69201ad5dc68059579c 1.00 MB 1,231 140
463,797 463,797 000000000000000001230464a92dc70958eadec4c444f7dd27e1c219b2c22064 1.00 MB 1,579 171
463,796 463,796 000000000000000000492937767fef8c3ba7433f79cd58ca6d841382859c4ef2 1.00 MB 1,717 144
463,795 463,795 0000000000000000013646fc84fa7b4a9dd675f4a75ac88c914f84942237cacf 0.00 MB 1 0
463,794 463,794 00000000000000000065c02fbf8ee0e8519fdc46451d6c8e0b3d3ec562e674a0 1.00 MB 2,039 183
463,793 463,793 000000000000000001d531e84bee9dbdecb1bc82d268706c05f4d30520cf1401 0.00 MB 1 0
463,792 463,792 00000000000000000213a57e5c91b5bfd5e2f3a06b8e4ab99610ddc57d01ded2 1.00 MB 1,821 135
463,791 463,791 00000000000000000037c460455df9507d12f623614c4fe5a3aa158935fa394e 1.00 MB 2,335 162
463,790 463,790 00000000000000000069ad84702eaabf505668a4418bc8c18cdad0d27afbe0c6 1.00 MB 2,203 187
463,789 463,789 0000000000000000001deb58c66d04e39b877e0fc71fcb74ce925c8e08f9e8a3 1.00 MB 2,554 216
463,788 463,788 00000000000000000108ed60d096a2795862682ca3829e0e1b0aefd65cc3fd53 1.00 MB 2,689 227
Previous 10 blocks ↓
Total Size: 769.10 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,629.08 GB sent, 93.41 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.