Memory Pool Memory Pool Refreshing

844 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 825 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (178,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,403 729,403 000000000000000000056ce376d73425d884a0f312c092ee0789ce785e01fe49 1.54 MB 2,879 10
729,402 729,402 000000000000000000020d07bf0d8c1d1dc6a6800174bc63fd4feb518f236f32 1.33 MB 1,356 6
729,401 729,401 00000000000000000009aa70960874a4d61f504d03f4053a7d84b1d68a030c1b 1.38 MB 1,760 8
729,400 729,400 00000000000000000006e34f167eaf49d923c41d3f9ddef51d33be059b2636d4 1.75 MB 1,840 17
729,399 729,399 0000000000000000000463f852d736e774ebd8f0b10b63fdeff279d93dcaed6a 1.74 MB 2,623 7
729,398 729,398 00000000000000000004dc97af5dc56fb7c9dea32d145f7f12ececa207cd2d28 1.46 MB 2,761 5
729,397 729,397 0000000000000000000625347c3068f2ccd08163fa2d957f5623815823b653dd 1.39 MB 2,444 8
729,396 729,396 00000000000000000003dd6976e227fc544c95959f55a47ef2726389cf16cd0a 1.54 MB 2,711 13
729,395 729,395 000000000000000000002e8626dc07fe8046b354501baee1c4ea06cb1f235697 1.94 MB 1,985 10
729,394 729,394 000000000000000000016ef0cc646965d7c7c23a6235f8e4209922ac7d7403a5 1.60 MB 2,813 20
729,393 729,393 0000000000000000000117700a589bb92d74530be5c0960ca92950c3109ce54a 1.82 MB 1,647 15
729,392 729,392 00000000000000000002940ba11e9494adec08ff5f112dfa49bb7523347f6225 1.51 MB 2,492 7
729,391 729,391 000000000000000000075f6a216cfecce4cd3968a2d71120e926349294a4fffd 1.90 MB 2,140 10
729,390 729,390 00000000000000000005e92097146bf5a0d2a31c430598bf9a75a252356fdd4c 1.24 MB 1,986 7
729,389 729,389 00000000000000000000c9823181be7f86b70f5fb921649795232a462ad433ee 1.61 MB 2,431 8
729,388 729,388 00000000000000000004a6d9eea30cb5448e9b3d237623248d01d33bd410d6de 0.60 MB 602 6
729,387 729,387 0000000000000000000281ffdddf983402478858d61254126ed65c75f3742100 1.67 MB 2,257 7
729,386 729,386 0000000000000000000628a17284c1a9e6032345f6ac7c3187cc6a4a972a8c62 0.31 MB 489 8
729,385 729,385 000000000000000000068f13a472b57be6c40ecfc33743d87466fb3ae8991cf6 0.98 MB 308 1
729,384 729,384 00000000000000000001a416da6874348fb5fa02b8f7914dfc09c4aa6cc372d9 1.34 MB 1,563 6
729,383 729,383 0000000000000000000a239d64d539f84a433d6ce0a042107aa204d0b070848f 1.52 MB 2,200 5
Previous 10 blocks ↓
Total Size: 769.24 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,634.83 GB sent, 94.09 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.