Memory Pool Memory Pool Refreshing

6,924 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,450 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (608,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,854 298,854 00000000000000006f78449ff4208f2ea4848bc58fb910d667d50fbb0a39a394 0.11 MB 200 28
298,853 298,853 0000000000000000581ec041e021927e2407cb80f019dbcd4a05b409f56546e8 0.52 MB 1,002 46
298,852 298,852 000000000000000046cac8233062599cf88a0d799c164a10b20b00b585a79fcb 0.15 MB 88 18
298,851 298,851 0000000000000000458a3fbb19749897a248f678745570e5cae0354ba2965d53 0.63 MB 816 22
298,850 298,850 0000000000000000249e106b99b94bcc6a4a1120345b3f30e4478572db472954 0.35 MB 944 68
298,849 298,849 000000000000000063139414b3a28eb8f3c08af7a4b88ffd9b1251339741f8f5 0.31 MB 662 48
298,848 298,848 000000000000000058fce9bb7a5f5d99ed34149e058c87684bbc7873fb543acf 0.30 MB 381 28
298,847 298,847 0000000000000000360bcda7062068023f3365ad3fd49b9d1861cfd6d1906041 0.11 MB 256 51
298,846 298,846 000000000000000016b5708698f0e49ed08ae47a23a660c166e6424fcc9f0c05 0.12 MB 275 23
298,845 298,845 00000000000000005a73a9a421cdbbfbda17cb5c332d73ea10958cb6168b6625 0.77 MB 1,393 36
298,844 298,844 00000000000000004f83befe17f2c8b6053fe45ba84e409d6ee54b2b3c064e59 0.19 MB 512 90
298,843 298,843 00000000000000005e7307efcc36a378ea9e82da41e07f8cf9e41726d87d6eb0 0.10 MB 256 37
298,842 298,842 00000000000000005dc3b0af9adbbad8da15241b67e3d8fac32c6f9b8bc4afde 0.04 MB 103 111
298,841 298,841 000000000000000066e4caec585ac59d51444b751b953764848ec508d642d942 0.46 MB 641 27
298,840 298,840 0000000000000000706023f888bc0797365f6fda48b343f2618f0f8bf65f0940 0.45 MB 267 15
298,839 298,839 00000000000000007122479c1ec7c403b1ae5c6a7ea383f31ddcfb6e41835699 0.35 MB 633 34
298,838 298,838 000000000000000045e6fb26060756e119dc03d90e33a4b83b5b6e9ccc21158a 0.35 MB 727 26
298,837 298,837 00000000000000000e2af792d3f1fc13726f8e5275741c1d08c7020ca9e1de44 0.35 MB 1,085 61
298,836 298,836 00000000000000008767db5a0fe1c5f652a15e56cf8bdc9ef5bef8279f34728b 0.02 MB 64 45
298,835 298,835 00000000000000007216620d27095ead651eaad8f220fa8a342329c1af122495 0.00 MB 11 32
298,834 298,834 000000000000000057ff7f950bb1fc2cfd19e869e5007e87bf45655834d5452a 0.26 MB 593 35
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.