Memory Pool Memory Pool Refreshing

3,923 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,795 (686,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,512 221,512 000000000000005009237b101003026c7142f15b2404fe6871c2ddc45f5ff711 0.28 MB 560 257
221,511 221,511 0000000000000087af52f1c82a45ebf276a6e653cf598cdd33a3425107650c72 0.25 MB 682 314
221,510 221,510 00000000000004b8ad7bd1d52a6517880126ea54ecdb7af104452f8b1bfba0b4 0.29 MB 695 261
221,509 221,509 00000000000003a15a52ee56f6e76ffb3da60ad80b42e0a27c3a09d31afdfc84 0.00 MB 11 0
221,508 221,508 000000000000039a0e2c32a6a1bc920a2db7386575e9b0b1fcc99a6cafc39c7e 0.17 MB 358 241
221,507 221,507 0000000000000080f393e040ebf48326a5cfabcb531d47deb537ab7084485658 0.12 MB 293 266
221,506 221,506 0000000000000481c0b294d86eeceaf0292b78488fd11a56ce082a44dace3329 0.04 MB 81 518
221,505 221,505 00000000000004b4aafb4a76caaac24ec7e050733c614833fc77a9f595afd122 0.09 MB 199 252
221,504 221,504 000000000000034225d11bc73a061a8ed43e0587924417a414a232c7ee23d392 0.05 MB 51 109
221,503 221,503 000000000000013376c5851edabd50d818829e81abf24c9b2bbedc94220a0b9f 0.00 MB 14 177
221,502 221,502 0000000000000157c37afdf54a60e210590dd6e1faef49bdab514a1cfa9db10e 0.05 MB 112 223
221,501 221,501 00000000000002eb09ad8c75017ed9344dfd9bfc462894c82bf8d1454c2a74b9 0.03 MB 69 269
221,500 221,500 000000000000012763958fd65f2aa1aabfea6b84c1291afd088df7c64285f3c6 0.23 MB 404 183
221,499 221,499 00000000000003e73f2750728827cea10f993511d2df3ca3d7b88e539fc0cda1 0.14 MB 204 54
221,498 221,498 00000000000002fad49b9848471a819e2a810e329038f3db25cce5b0cb5737b9 0.10 MB 246 300
221,497 221,497 00000000000000082a23c3e61e4b85d67329e6f739a2186426d5949b357a1d93 0.06 MB 107 242
221,496 221,496 00000000000004a6d72960685435d857c7e5f04af0e496d68804e521e9db2ca6 0.11 MB 262 245
221,495 221,495 000000000000011fb3e6c640e9f4fa5f5cfe44485fd3647ce6836575247eacf8 0.02 MB 58 116
221,494 221,494 00000000000000bb4b48fe6d34d6399ef86cbe085f9c80270f3566872d25951e 0.10 MB 173 185
221,493 221,493 00000000000001aa084f85415fe119cef72568b582514c2c559aef5fe4c5df1e 0.24 MB 365 156
221,492 221,492 0000000000000023af75802e9d920d16f743b5f4678e97703f718fe22abc9343 0.21 MB 82 75
Previous 10 blocks ↓
Total Size: 769.16 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,632.71 GB sent, 93.68 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.