Memory Pool Memory Pool Refreshing

4,840 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (724,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,648 183,648 0000000000000152d8af2280d68c04ffac786a7a5e2a84bddf40202362162f77 0.03 MB 87 123
183,647 183,647 00000000000001fbae96cc609fa3c6af2bc8845ed6b56f0cf26f84a831cae67e 0.00 MB 11 14
183,646 183,646 00000000000004178dfd837e21650ef093a2ca9fff310305bfe9c1fdd2efecca 0.05 MB 189 15
183,645 183,645 00000000000009c83276c53a4ec399e7043736bb78940be6d453ac9ac805cd6b 0.01 MB 36 205
183,644 183,644 000000000000074266190df7868049394cdd3969dc4789da4be02800e897551c 0.02 MB 38 63
183,643 183,643 00000000000006d485b4e62e0962dcdfb5d70e3ce8c09d1c0176d64e596c8367 0.01 MB 42 68
183,642 183,642 00000000000009e14b79942974b6558225bdbe5a2c366429f209cc80f6dd8048 0.06 MB 64 60
183,641 183,641 000000000000025eecf0596fff1374ddc2d3f2716b9a3efc4e23b927a71b746a 0.00 MB 4 15
183,640 183,640 000000000000055a3d67f0ccca4ae21d0f8ccf28bd4fb536ffe40a45334a5bd6 0.05 MB 80 125
183,639 183,639 0000000000000472afd54fd222a1e3b6edb05ae5b27475d35c69284fb7f9704b 0.15 MB 357 139
183,638 183,638 000000000000067d7b69595c5ec2e677bd2edc6b03af572810908c34cb681a22 0.09 MB 228 138
183,637 183,637 0000000000000483d2e011d904713730962c7cecc0d395ad3f508162afd2adb0 0.00 MB 5 0
183,636 183,636 000000000000079725767c208ec35b4641a14bc1535e1d8dac5ddcba8871ed53 0.05 MB 115 141
183,635 183,635 000000000000012409e8fb4e3fca2ff557af1267ee78d391315313a102721a05 0.02 MB 23 63
183,634 183,634 000000000000002d6c90144dd30f49816a62437ff77ad4b4af53179ee024ea3e 0.08 MB 155 107
183,633 183,633 0000000000000809438fb8a5937e9f4d025056662c158c5a8c46d4e84bc939b2 0.05 MB 106 48
183,632 183,632 000000000000003a37fc546021ba5f670582144a35261cb716cd6fda4ac58868 0.29 MB 458 112
183,631 183,631 0000000000000407a5bb1f1df630acb8208c3b00a5bb64ccd8b5c2ed17b19fba 0.25 MB 573 189
183,630 183,630 000000000000025f6491e965422334dafabd1761672c331019609dc4c5af81b8 0.01 MB 33 6
183,629 183,629 00000000000008c67e30428d94ab3b7d936189ee0b4166e282cda1877d0a2ccb 0.26 MB 395 100
183,628 183,628 000000000000096e0c2ec34d57f7dbc7a9955b1c2541ac0aa99e50e54c123db6 0.47 MB 1,024 156
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.