Memory Pool Memory Pool Refreshing

6,370 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (721,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,216 186,216 000000000000016875cdb7cb8a0eae585e4097993add274198e55c38b5d17f12 0.01 MB 32 377
186,215 186,215 00000000000000735c9c1c8badf1c66873e0401927206109c11084a5d16380ce 0.07 MB 213 0
186,214 186,214 000000000000076328cd62c7ad6419c12d9aa9f2d81c5ba2b77078474838239f 0.26 MB 604 163
186,213 186,213 00000000000001f965de2728a917acefa498876282d94812041a8205a1fae949 0.00 MB 10 294
186,212 186,212 00000000000005d683998fcb662518e7078565e2b1aaf46daa512dd0c1f1ddb4 0.00 MB 6 0
186,211 186,211 00000000000008183b5293ab3e8b292315fab486e1562cf00a2b0070a59c4720 0.01 MB 23 174
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.88 GB sent, 93.05 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.