Memory Pool Memory Pool Refreshing

6,230 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,746 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,699 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,745 (845,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,259 63,259 000000000639cb843fad41a9e4990b081f016f45044d51c2dd19d242d679619d 0.01 MB 2 0
63,258 63,258 0000000001ac055c5d7f5c1adf1ca60f55c24e6de31bf8f3d2615f828efea818 0.00 MB 2 0
63,257 63,257 000000000b8f4f5435f300cf517f6a2fb9343f3f5062ae294f2825a8c8cdfc24 0.00 MB 2 0
63,256 63,256 000000000abcb5fbf6fe03b2a655e04b6f3e7dff0af3267f57f1f59857b6db78 0.00 MB 1 0
63,255 63,255 00000000055bc85a0ebbebc80bffad58142a5dd3bc76698269d9de5ce695db12 0.00 MB 1 0
63,254 63,254 0000000002f2c19de0d9201fb11b9185e9c36fd285c88d57d902b9679df475fe 0.00 MB 1 0
63,253 63,253 000000000234cc9dd245a94b36ba7b5f68cc641ebc14d4c2861dc32b5ca1a22f 0.00 MB 2 0
63,252 63,252 000000000773df9e5756fd1c2069dcee33ca98d102145a140b2bc5b81c9ef897 0.00 MB 1 0
63,251 63,251 0000000009d817bdb865acca7c03ecfa871706e78d53db1ad6c3cc18112ad999 0.00 MB 1 0
63,250 63,250 0000000002e51fdcc11049ad7cc5366949e8c58610dbf8857f9eb08ac491f774 0.00 MB 1 0
63,249 63,249 00000000071e28de883a40b5a73047cc0fc32ad31e45da2db36dff225aacf47a 0.00 MB 1 0
63,248 63,248 000000000bf3ceb26a2758e04f4877d1c9e461d9f394c7ce481e53ffced91456 0.00 MB 1 0
63,247 63,247 0000000007041f34566da9dd211cee8f3a42846f1c45433b0eda8dca4434b4db 0.00 MB 1 0
63,246 63,246 000000000097836706415d8384b763aa6130db0223fc8da37d6e25a622b5c774 0.00 MB 2 0
63,245 63,245 00000000071bf31aacc37301fd743924d5402bd9a89cb4d022bc0003ba424bc4 0.00 MB 1 0
63,244 63,244 000000000d1fcdcc074f61f3a3e02e42d1557b32bddf6b36e58eeb75519222f4 0.00 MB 1 0
63,243 63,243 0000000001646d1ae31a7907c420ac09d5505e9191504d61e6ecbd8dbd9f67f7 0.00 MB 1 0
63,242 63,242 00000000082a63f4b3adf4c5ce2cee68b369812ef9711fcee87fecf220dc94a6 0.00 MB 2 0
63,241 63,241 0000000007b779918b1e55b67afa54534f43dab605103b95ca100a626cdce8b4 0.00 MB 1 0
63,240 63,240 0000000003678764d275f0addbd11dce9db8b1eb582e79eeae52601725de47b9 0.00 MB 1 0
63,239 63,239 00000000075b277d2a00d128d5051043a4e477253825b1996355f093458c9e25 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.00 GB sent, 102.45 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.