Memory Pool Memory Pool Refreshing

7,055 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (721,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,710 185,710 00000000000007008761a738b0a7acd765f1b910595d56b872442ba1ff44ab61 0.26 MB 660 142
185,709 185,709 000000000000054b3cdd1ac574da4070fd78343f77bd15db97642a09df8266ba 0.09 MB 32 611
185,708 185,708 000000000000062f772af7ae2ea87c7b1e00e890e690649b4c9178e798058ea9 0.00 MB 8 17
185,707 185,707 00000000000003316d1d1e30cfbeacd6348c149664a1421099b0c4141710c632 0.12 MB 238 104
185,706 185,706 000000000000017caa40b4c2f725ac60a56c4dadee04278a679fab47cb4d380a 0.16 MB 342 133
185,705 185,705 0000000000000666110fe0e586fb41e803bc07ff8367c9508e6738c6b1c8168b 0.01 MB 18 68
185,704 185,704 00000000000003288ce60e60f044c72e4a5f525eb805e9491b752dd22f39a83b 0.11 MB 200 85
185,703 185,703 00000000000008d5a75e01cc496cf455ed4301f7f62f3b5cdab85a4bc4aa5bdc 0.02 MB 42 100
185,702 185,702 0000000000000689a1febcfe33676a48acbf3ec284c653d535ba2df9e290abcc 0.14 MB 314 128
185,701 185,701 000000000000025e270b1cd0367679c0ee5ba60ef5167342d3d5dc104f7ac12c 0.11 MB 256 112
185,700 185,700 00000000000000edf3eb0bb52b748382193be6cbe9c280df264b45de5bc55485 0.05 MB 127 113
185,699 185,699 0000000000000466f2064da59567b895ae739656247a98277a84881efdf3b808 0.02 MB 51 100
185,698 185,698 000000000000020c6aab797d53336db915bcdcf867833d70962f5b120bdafdc2 0.21 MB 443 128
185,697 185,697 00000000000005934f94a6a6739ff17f859e990660cc1e30910f629ae212950d 0.05 MB 71 603
185,696 185,696 0000000000000429d90b6603313b042368d08f70e432b6cb893b1aec5329378c 0.01 MB 55 120
185,695 185,695 00000000000005aeea6d8e5fa773a464cf628c58e8c971ac0ab3c877421a351c 0.02 MB 66 187
185,694 185,694 00000000000004f017a42ab911f75b35a722803674e46cc76bcb0570aa14aac9 0.03 MB 80 98
185,693 185,693 00000000000003d97bd2c7663fa3b1b007cdc44d872beb24f775f810c172b216 0.02 MB 73 35
185,692 185,692 000000000000067253c8b93b6b61cbcfb0b299f418fcf2e293b6632951db6767 0.13 MB 263 108
185,691 185,691 000000000000084bb2b40ca6db0686dfd0d5d29dbf1d9156953614c6b0bf200c 0.25 MB 202 387
185,690 185,690 00000000000001e7b08cadbb3007db53f044ca80e932a21e63c2cd77250ad2fd 0.08 MB 168 137
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.