Memory Pool Memory Pool Refreshing

464 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,681 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,680 (181,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,110 726,110 0000000000000000000a10c7ec7e7ba181d8c6b95d0fb79fac29d5b7bb005490 0.46 MB 594 2
726,109 726,109 00000000000000000009ebd91fde6c14ec81db594afaa90c5f8945b6d546a1f5 1.41 MB 2,941 8
726,108 726,108 00000000000000000002d4cb3d5cea07ffde8f71e304f3d96e0a09dcb5588873 1.43 MB 2,927 16
726,107 726,107 0000000000000000000753691c31989f31ad0ffcc6b5a1650dad98bf372f741f 1.36 MB 1,949 9
726,106 726,106 0000000000000000000382411e80ff2c49b18ea9ac0bb92cf5afd07ad762c6c1 0.35 MB 641 11
726,105 726,105 00000000000000000004676342bdd52589e877ba24ab82edb42a5ad94fa43a67 0.06 MB 95 10
726,104 726,104 0000000000000000000108992137fde9a8be7a1af59938d24e818fc0ccb97dc1 0.46 MB 742 9
726,103 726,103 000000000000000000020a02161e4d3be29abe9b225043ba47d450ec9cf5e380 0.09 MB 218 13
726,102 726,102 00000000000000000000b91aa8c787a60742e0425b2013cd795ba4d12208ffae 0.54 MB 678 9
726,101 726,101 00000000000000000001daa6019fec1563d449aeeb6c4032f5e757a99307a9e1 0.97 MB 1,151 6
726,100 726,100 00000000000000000008d274ba64ee0d0835e078d35ef0c5de223b34d88b7d3f 1.66 MB 2,357 7
726,099 726,099 00000000000000000006bd01f14b938a56a751992e960e6f077dc859407f487f 1.56 MB 1,644 9
726,098 726,098 000000000000000000028f3a4eb01ce768f398c2f70ca3e1fb3afc7061a88b67 1.45 MB 2,125 17
726,097 726,097 00000000000000000002eb2b81aff284462fb35f7afd8d984389e4d5576dfe26 0.73 MB 962 8
726,096 726,096 00000000000000000009fb603e0ec643e38151a8e781c70f67c4a633b51c028f 1.41 MB 1,467 7
726,095 726,095 0000000000000000000759f335bbe55f2c9101126ba561eab173d2f4540c448b 1.76 MB 1,430 1
726,094 726,094 00000000000000000006437749fd627464c99fbe54596bfc613e310b0648d0d2 1.53 MB 1,753 12
726,093 726,093 000000000000000000044b9b8d22ce1103c7fd2d3b6063f32bb3954cacddeb00 1.35 MB 2,023 12
726,092 726,092 00000000000000000002b6b8a572c75267d9cdadee1c21b561fc92fd19b562f0 1.55 MB 2,275 4
726,091 726,091 00000000000000000000fbabfdc8bb95463d23b198df0eda8af71691ebfbca45 1.60 MB 1,491 12
726,090 726,090 0000000000000000000879b2e5469fa997cecec71a8517445c408fbea6a0baa8 1.29 MB 2,019 16
Previous 10 blocks ↓
Total Size: 768.95 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,613.54 GB sent, 92.51 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.