Memory Pool Memory Pool Refreshing

4,484 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,949 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (707,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,396 200,396 000000000000031aa7ae05e46aca533d3f4b3cddf08d221d09ba497a99d50080 0.14 MB 260 117
200,395 200,395 00000000000002d190c29512dc8c08cf8eb8a161fba1160082d4f5a7af97cf2d 0.00 MB 17 240
200,394 200,394 0000000000000491f4b0007975a772dd6dc519add23a619ab349d70158d26e53 0.23 MB 446 81
200,393 200,393 000000000000033adde2331c5e0aa5c8240fb81608e012b777ea11a8f95ba8a3 0.00 MB 7 15
200,392 200,392 000000000000024288802e965867fcd8d42b33d4762e2dc56dc138276fad7ad5 0.00 MB 15 43
200,391 200,391 00000000000003138b5a100b66482a5dc1465cf3eb407096dbf747cbd1d328c4 0.12 MB 239 133
200,390 200,390 0000000000000362df2dda6d84b9e6a74e03857c243ab9b0a5fb97d5863b6dda 0.00 MB 1 0
200,389 200,389 0000000000000407d2eb05dce50aa815d2173aded9b059f40be2d9bc01986137 0.00 MB 7 151
200,388 200,388 000000000000039a215faca576b0be28b37aa553f681ab10ee4f77fd41eb0548 0.03 MB 62 81
200,387 200,387 000000000000005fc5d3c3d301f46a4b5bfc948c7dc76b39faad8c7cda22baca 0.14 MB 380 133
200,386 200,386 00000000000002c5fa316b914ce23cd2f12136d691a69f56493cc479d17ba17d 0.00 MB 11 0
200,385 200,385 00000000000002f8bc51ac8852cbd3d170df066da3b8249e91f7428c45ec8cf0 0.01 MB 47 147
200,384 200,384 000000000000000566e839a5df4729d1106fb486d9e3654315f95f49a0d71cca 0.11 MB 277 110
200,383 200,383 000000000000011e2013ab80817a72ce7bef74db5c67c7283d815b727897d6f4 0.07 MB 217 118
200,382 200,382 000000000000006611a8d0a115ecae2568f593b3987171e30e348dd04e8950ab 0.16 MB 288 99
200,381 200,381 000000000000009c9009eee125f91505f533a8dfe20963634956694f1e2937ad 0.11 MB 152 89
200,380 200,380 00000000000000bed46cc1c836ac62bb07b6c94b96b4f34cd6a73a1dfbc7fa23 0.05 MB 114 99
200,379 200,379 0000000000000452d7b799be4d71b42e35663ea757622c23cc4c6c49a5530584 0.08 MB 175 148
200,378 200,378 0000000000000543308184820c64af67a52929108c6fb28926da9a1ca6fbfa38 0.06 MB 151 182
200,377 200,377 00000000000000dc20b9cd451a8abd6734e2c28b5ffdb29ecf62e34b24b34e4d 0.00 MB 7 0
200,376 200,376 000000000000021f92ba54234e81a9d81349e68f1735403d87b598c6608819ff 0.20 MB 409 117
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.