Memory Pool Memory Pool Refreshing

6,832 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (779,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,413 128,413 00000000000017ab1a43b934199837a06b5de42bc67011ae69cbd35bdd26438e 0.04 MB 87 257
128,412 128,412 0000000000000c9f4c0aaa8ca7bb8942aa3018df810365ca7e108c7e4347f1a1 0.01 MB 26 823
128,411 128,411 0000000000000cc36aa6856c524f4155be197c8b630b03e7cd632ee44f6ccbbd 0.01 MB 26 818
128,410 128,410 00000000000008a35b69e5f8b2678f70ed1ead8f57e3953694d0f5d3eeb2bfd7 0.01 MB 22 1,098
128,409 128,409 00000000000014cf34d0f7d08981e46464262a253a7621e2efbad7072f6dce9a 0.01 MB 24 1,398
128,408 128,408 0000000000001341d41219536321240188e151deb509022e259d04c2abe83481 0.03 MB 99 3
128,407 128,407 000000000000073e9e834ec5f631fa2d4515f6ed5f9182f7031a4e7483c031c2 0.03 MB 56 455
128,406 128,406 000000000000003082d295ef81e71b508e034a996968d4ed936ac4a359cb0472 0.03 MB 30 709
128,405 128,405 000000000000159d430d1eab80521aef68517fea88bba3d04477042b2d8d75e0 0.02 MB 71 2,224
128,404 128,404 00000000000008d6bbd0449297010d112f0f51a1f84d9f8b7c7375034d719b54 0.01 MB 23 1,037
128,403 128,403 00000000000013d19ddd7c482194c07750862686e392f8fb597e1a27e8a337ca 0.01 MB 13 126
128,402 128,402 0000000000000e18b51f4431cd554e6725103c781d897a8a5021ceb3e23be646 0.01 MB 17 376
128,401 128,401 00000000000021a6748552958bc0b7608860299b6f4cfeb140cf23fd8b4864ef 0.01 MB 19 2,092
128,400 128,400 00000000000018359e5d441408debfc9a7ff71eae9b2165dd0d6a1f937065557 0.00 MB 9 1,145
128,399 128,399 0000000000001e9d05dad2ab7a9a066cee9822c803b63cc7a2f1f8dd4a30a67d 0.04 MB 68 261
128,398 128,398 00000000000000b8f0637d5f29dc7b4073a98695fcd2beb94880928162f1fd97 0.00 MB 11 818
128,397 128,397 00000000000024d38b6ad98921cc9c40830680f2f6fb9d9c6f4d4f0e7b549f99 0.01 MB 20 515
128,396 128,396 0000000000001d8add1eeb6f28874563252cfabef0deb8fe52fe14728c68114b 0.10 MB 213 915
128,395 128,395 000000000000245ca74db81c7037c9174766a4bff276c28bdb3e62b99d9f6f4c 0.02 MB 44 555
128,394 128,394 0000000000001a41632d9412d67e9d19ccf410da4395dcc16a540f801468df2f 0.00 MB 11 338
128,393 128,393 00000000000011acb5a3d03c0c55a27275310a1ea8adf4d0caacb8b694a86004 0.02 MB 27 677
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,616.51 GB sent, 92.74 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.