Memory Pool Memory Pool Refreshing

3,338 transactions
14.78 vMB
Show Random Selection Loading Transactions
Max Size: 61/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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,879 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (849,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,190 59,190 00000000044a9bda662a02dad3b63c2a962083c3d72d527e7d3a04a2c4ab62ea 0.00 MB 1 0
59,189 59,189 0000000008cf5807c913a16ba47cd4a895f0a4070a0d5043dcb9b7afa29a5eaf 0.00 MB 1 0
59,188 59,188 000000000afbf20aa5334956776abd0d9ea665f7534c61afc6287f625009f7d5 0.00 MB 1 0
59,187 59,187 000000000c222343d946b129f811c809a18e4ef997501926b02ce36de9ae05eb 0.00 MB 2 0
59,186 59,186 0000000004454047a0153095d6ef02f4a47f1cd423c740f9d27c8508990a04a4 0.00 MB 1 0
59,185 59,185 00000000054584eaa530aac7528fa0ec41683917e703750404ada6a957e09599 0.00 MB 3 0
59,184 59,184 000000000b9ac75f5548a0c39386e44032cf93a9be101a556b386ed368f8426b 0.00 MB 4 0
59,183 59,183 00000000076b2addcb57ef1bd2285522f44474734d505c1efca3301452934ad9 0.00 MB 2 0
59,182 59,182 0000000001965a19906e528370984e43b01b95c5fb40f16db84bcce9fe95a0da 0.00 MB 1 0
59,181 59,181 000000000a7d22c981f11ff011884d400a24b28e20a6f432eaf1db1bdc6df6de 0.00 MB 1 0
59,180 59,180 00000000025923383eeabb9ae88dfaf4efbaaaaa63c75f390d7ef363526c9f90 0.00 MB 2 0
59,179 59,179 000000000e2a34ce97a293bbff77209f757b04956349e9b30c7fb2f3601323c7 0.00 MB 2 0
59,178 59,178 000000000cc05dcbf6fe1c329fbee68ceef38fb19f4911b0075ef9b893c1c564 0.00 MB 4 0
59,177 59,177 000000000e054cd5dcfea5087b02f3850ab1b7b8d8e0d04f66d3e52385d74ccd 0.00 MB 5 0
59,176 59,176 000000000470e708730b3bd64482cb090cbe68134ab757b35849ab3e17f8356f 0.00 MB 1 0
59,175 59,175 0000000000c1081bcac3240640c321f4bc2ca10861c877975880c0f7a4994bb1 0.00 MB 1 0
59,174 59,174 0000000003515ac63c1cd906af4886183c60cfe0810d7212896efef56f907c1e 0.00 MB 2 0
59,173 59,173 000000000d425b4c5482d8cd560ab2935995d07751b818d42d50181b0689fc80 0.00 MB 1 0
59,172 59,172 0000000002195b755b1931df4ffe2e5ea959a239aefe3cbde0d072d740799272 0.00 MB 1 0
59,171 59,171 000000000f15fa9fe3bd3d5a372b54f0bb776530f6dc63ee7d8fd60cc90f8dfa 0.00 MB 1 0
59,170 59,170 0000000005acedc846091f708db833b6418bd901f408fd3e975e3a28a442cffb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.35 GB sent, 98.49 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.