Memory Pool Memory Pool Refreshing

10,509 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (473,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
433,735 433,735 00000000000000000200e27e3cbd17acd60666b61074355ff1c81f4cfc7928db 0.83 MB 1,854 62
433,734 433,734 00000000000000000220d252d520c5feee73afd1b0449e6b2be16cf5af6e1a65 0.42 MB 438 25
433,733 433,733 000000000000000001ab3a667b0f48c14b54373a8f78826f73d3e5295a12e26f 1.00 MB 1,922 44
433,732 433,732 0000000000000000042a17f113203daf9e19c04ce5bd9329f1046f5556e253f1 1.00 MB 2,708 86
433,731 433,731 000000000000000000b7d71fac2f559b953b8fb9a865ad84b0d326a4bd455aea 1.00 MB 966 21
433,730 433,730 0000000000000000033f83009aa616f63677c794d07101389df04f5ad4a80cb3 0.86 MB 1,963 64
433,729 433,729 0000000000000000038d806452e18d122aab2daae276e9156e012f77783f4dd4 0.49 MB 834 44
433,728 433,728 0000000000000000021d63830c32a27212462a3ea9f4bbb05ab67539c9fd159f 1.00 MB 1,273 56
433,727 433,727 0000000000000000017613f53f9a5aa425f1ea66b64cf8c5ae616be2351f085f 1.00 MB 761 62
433,726 433,726 0000000000000000007867eac17f12e66942b09ac26cd3a3d8990bb355690398 1.00 MB 866 21
433,725 433,725 00000000000000000046af17c3a58c362fee991e69fb8406bb3247e6b0f901f9 0.76 MB 1,680 55
433,724 433,724 0000000000000000040df6149b63078626bb9f30c52890759a87ce3c289e11ea 0.81 MB 1,691 56
433,723 433,723 000000000000000002233b6f08f002db4ffd60c94738dab3b46bee2df51e29e7 1.00 MB 2,421 66
433,722 433,722 0000000000000000015c9c312c561800c80e5fb518607d7654b6e46ae37d2958 0.54 MB 1,231 59
433,721 433,721 00000000000000000079b3abe83b7eb92d18bc873ad7c0d903fd939a14c8e481 0.50 MB 1,091 61
433,720 433,720 000000000000000001ede800a562b95087e0c9d687db9a5f3cc87a8239cc7895 0.99 MB 450 11
433,719 433,719 00000000000000000393ac61ff008d6bc0b61789ee57e30e1184a53706eaca13 0.17 MB 357 64
433,718 433,718 0000000000000000016bcc5f6f6c536265a1dbb7d324989d2aa9df5416c74817 0.99 MB 1,282 37
433,717 433,717 0000000000000000005490843c926ea4129562771f5b4d8f018c59bc2f1e86f7 1.00 MB 634 18
433,716 433,716 0000000000000000008f75e5a3e8119623362054570d70e562bcbf7fbc069e43 0.33 MB 671 61
433,715 433,715 000000000000000001dd02bf1c119b3e631e497ecc64126ac3eb2898d3e80206 1.00 MB 2,015 60
Previous 10 blocks ↓
Total Size: 769.01 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,621.46 GB sent, 92.91 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.