Memory Pool Memory Pool Refreshing

4,456 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,161 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (716,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,412 191,412 00000000000003bf65447cbc66cc8d9be5b421b638188844db4bf6ea06a72630 0.25 MB 504 119
191,411 191,411 0000000000000573c129f620bcc747dc12de0258e59a3dc268697068b48367c6 0.15 MB 320 121
191,410 191,410 000000000000076be8a71fa7f70594c152a13101bf143211ab02a7c57fbe4e60 0.07 MB 152 112
191,409 191,409 00000000000005425a680823c4cab5f0db8df20a0712f3274c959440cfafc328 0.01 MB 18 107
191,408 191,408 0000000000000099b5d4fd2d75da0b70de177cd09be7abe8858eec051250afc0 0.26 MB 510 110
191,407 191,407 0000000000000393c37d5fb874795268d99429eef60d4a454740e4b734d76848 0.14 MB 370 132
191,406 191,406 00000000000003c1e3546fe7793dc19cab42d26aa59847090292061a20ebc21c 0.05 MB 131 111
191,405 191,405 00000000000001be56c5ccbf4c8e274abd563fcc7445268958e2df1d3a8d6464 0.00 MB 5 109
191,404 191,404 00000000000006ffca3009a3dd047be2210050783443f1a3d9a29f26a7d70fab 0.10 MB 200 138
191,403 191,403 000000000000045e353da4b8e3251d7c6e6e9acfa789d9a0e33ace6a6a8dbee4 0.03 MB 101 47
191,402 191,402 00000000000007b21afd8e06ca719a1e004668c5de5d48f28d841a6acfeb00a1 0.14 MB 406 138
191,401 191,401 0000000000000673bac8fe24f545de12efa39dfb68efc3be18c2757717ad600f 0.09 MB 213 115
191,400 191,400 0000000000000203ff8dee3bceda4f478110ac8ea2a47f7bfc3f5e546580ea9a 0.03 MB 64 97
191,399 191,399 0000000000000349e056c2c6eab5356f8200aab11ca148fcaf46800079cfdd12 0.00 MB 1 0
191,398 191,398 0000000000000506bf847d0a1fd3b2c07bb32e2ecf7a128781f29116dec601e4 0.04 MB 76 92
191,397 191,397 00000000000007d42072454c441369a1814c5d659c3cced6d41a6c87378f280f 0.12 MB 261 137
191,396 191,396 0000000000000428fbb16245e7e9dec112936d9ec147bad23fc4a8abbd3553e1 0.01 MB 25 81
191,395 191,395 00000000000005925ea3cc14e511a48b22e8c816f815fdde193dff0eb62eb510 0.15 MB 312 130
191,394 191,394 00000000000001fcb1aba833ad55893fc1e4f9dbcd260caea292eb7f44d7cbd2 0.20 MB 458 143
191,393 191,393 00000000000001c5cf5dd81504dea6b832c401ceede7d67a8c9ffa2bcd778970 0.05 MB 114 81
191,392 191,392 00000000000002449515fe615231cb7e0fee79e0d91c2a68b46645a8fe6d32c0 0.01 MB 32 186
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.