Memory Pool Memory Pool Refreshing

1,397 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 3/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 0.74 vMB 1,397 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (13,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,506 894,506 00000000000000000001f5999bef6040e7cb838f28f5c68dfb0fcb9962cd6929 1.55 MB 3,591 3
894,505 894,505 000000000000000000022bc656f1d3d0ba03ea8ce65e4d2b5d6f47de3e6f64bd 1.61 MB 4,220 3
894,504 894,504 00000000000000000001298338c9dba1ed5a73e1033659a9de25884c6d6b916c 1.54 MB 2,873 4
894,503 894,503 0000000000000000000198286946041fa85e018433d2ae0f0cf9e026940e99b2 1.95 MB 3,212 2
894,502 894,502 0000000000000000000133d810bfa80352032a6988e12f97df53639336f7993d 1.69 MB 3,050 2
894,501 894,501 000000000000000000019bb16c8805f43c5478ff9dfe62e0e3a53fbccf319f5b 1.60 MB 2,626 3
894,500 894,500 00000000000000000000c4583d76e75ad1f9b429c6985935ec8d577721fb6762 1.19 MB 1,168 3
894,499 894,499 0000000000000000000131343a6b2482a4253ff6fb06e1e1c76b50747039ce99 1.66 MB 2,949 3
894,498 894,498 000000000000000000007841ef6823d66784127f381b7aa8be7d15e06a17ec9b 1.61 MB 3,933 8
894,497 894,497 00000000000000000000f68b03e3fe59d4e3cda60ecbffb2623ddc5d09e5ed98 1.61 MB 3,768 6
894,496 894,496 00000000000000000001ebe8fbf604d69a2501f802304dc0dda585ab736a48fb 1.61 MB 3,444 6
894,495 894,495 000000000000000000014e8815c867c0997d496df27d0810bf8a1f331c3fe5c5 1.40 MB 2,282 3
894,494 894,494 000000000000000000008b10137da0b06d54f8f9040a5465e3af6e69c6f39cce 1.64 MB 3,155 1
894,493 894,493 0000000000000000000178e2d5c0a63e6c6074e770ee4b0fd8547d83777e9f5d 1.88 MB 3,808 2
894,492 894,492 000000000000000000014a811da6edb993a4e5b671fe214b05b1e51e31029a9c 1.51 MB 1,724 2
894,491 894,491 0000000000000000000065d6e4044fc59ce99b8cdc86c1b88fa8ac84a2a60290 1.84 MB 2,272 3
894,490 894,490 000000000000000000006bf2751cf0fca9757194fa6ba6ec4dd361cb85611780 1.56 MB 2,724 4
894,489 894,489 000000000000000000018d6dc0684fc84bafed8229103b403c6695af2c65c65a 1.22 MB 1,164 2
894,488 894,488 00000000000000000001bc2ec694290dc7d9bc992d92fa962fc47df49c400638 1.65 MB 3,413 4
894,487 894,487 00000000000000000000da7eb0fa737b47e9b414972e9a2422302883fbbe1afd 1.57 MB 3,432 3
894,486 894,486 00000000000000000000d0876692e3d9f804956d0e959549c176683917bf643b 1.54 MB 3,779 6
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.58 GB sent, 94.41 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.