Memory Pool Memory Pool Refreshing

11,522 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (721,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,210 186,210 00000000000006b629004b8c5d8d800c8aaa5cf70b7f914bae08c861005c046d 0.23 MB 516 124
186,209 186,209 000000000000027b639a5f60206cc4c2cd4df2cc12729d707a97a7ca721f016b 0.06 MB 139 233
186,208 186,208 00000000000003f8cdecc942a7d980c43013c4e81a8b22bd2944e9da9e33e67e 0.05 MB 141 3
186,207 186,207 00000000000005297ab16185ca7868d099f0aed686cc98b884f3c0f480eac52f 0.20 MB 439 141
186,206 186,206 00000000000005a390251abdf37d6e006ecdd04ac61ba1666b65a95a96f3c232 0.23 MB 639 147
186,205 186,205 00000000000001521199c41ee7ee30c5055eff8f62e1a10e6ab23bb6b4d08bba 0.00 MB 6 0
186,204 186,204 00000000000001c1d6fc3c73153eb9f0d2ac0fe062ae41faaeab35759f89dd14 0.15 MB 369 137
186,203 186,203 00000000000007c97d513b12c945555fdf05c25c618ba5682f2fb7ea49bd1d6d 0.09 MB 317 20
186,202 186,202 000000000000057f231932fb00379a4fa651e79da17f8d4d90be75d5c072f0dd 0.15 MB 254 144
186,201 186,201 00000000000007ede024ebd38902382a39d9902ca2fca18f45f041e27405a553 0.05 MB 127 8
186,200 186,200 00000000000003a03cf1ad77a3d5ec07bc78ddb941e5221c4c424186265f6168 0.18 MB 398 127
186,199 186,199 00000000000008e71ace5ccc3d9cbeb9e7e74171bb16b012de1763c7da51e02a 0.01 MB 32 201
186,198 186,198 0000000000000609d04af07a99b9512d1a3ca7d2d4fff690a7870ac1ce3f1888 0.01 MB 37 118
186,197 186,197 00000000000007ebf600b690e7c2aa33c665a15a13b29379d4f8dc3a821d2cfc 0.36 MB 723 130
186,196 186,196 0000000000000886061c348ea333fe61e1f7658cf21d593c54dd17cddbfb8f90 0.04 MB 89 113
186,195 186,195 000000000000093a69919aa8b9cfcd92173530c478f5e9b1e8aa3df60c3c4aa0 0.11 MB 206 104
186,194 186,194 0000000000000833c5bf1d43d680bdd8ae903aa92dba50581812721eba93faa2 0.07 MB 169 127
186,193 186,193 00000000000002c2f42663d4387ba7353b662a24af3f01340086a4986dfc8a59 0.19 MB 361 104
186,192 186,192 000000000000031b0ddb2de514c7e838948ea05c8dcc9307d4c4932f8a0fd59e 0.24 MB 386 101
186,191 186,191 000000000000044a5b11fe8f05c46fc640057dc266175fc7c788c3ea691c60dd 0.02 MB 54 54
186,190 186,190 0000000000000624d5a713c3f63d246277f27965025acbe3b8116cb27a6c0280 0.25 MB 415 123
Previous 10 blocks ↓
Total Size: 769.24 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.03 GB sent, 94.13 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.