Memory Pool Memory Pool Refreshing

1,376 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,902 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (379,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
528,212 528,212 0000000000000000001e8d048a3b17a3437a10bd9462cc0162cd2d636ba5508b 1.15 MB 2,359 25
528,211 528,211 0000000000000000000273ab2ef40d2872429d3286206ad328f551ccf881e0e6 0.21 MB 478 15
528,210 528,210 000000000000000000359ef05c9c74e4f4aaff13f1fed0674fcbe9b809e0b8fc 1.16 MB 2,323 25
528,209 528,209 000000000000000000272e3a5052f79552e9c7d4e99d0b67fe94ec4304e76973 0.12 MB 296 20
528,208 528,208 0000000000000000001af875c663526bde488736cd5ec415c091c457d00447b3 0.86 MB 1,159 13
528,207 528,207 0000000000000000002452bcf8ccff3d4b8e0f972140667a98f4e608335d43b9 1.13 MB 1,599 3
528,206 528,206 0000000000000000002aa2bbf3b935902b5092167b512c9bddb559db4d55343a 1.24 MB 2,741 6
528,205 528,205 00000000000000000016005ec6a906ce4b59ceb7b54081f73cab0f0bcc1cb969 1.14 MB 2,177 40
528,204 528,204 0000000000000000001528c8bdc028538794f81da9f25b888a6755918b1275da 1.15 MB 2,322 4
528,203 528,203 000000000000000000031e7919c00623651dfb3b3315211d709567dc16d118bd 1.18 MB 2,171 46
528,202 528,202 000000000000000000045823a0c506c1a9452dc429b727afc8d04b6411b1f9b7 1.24 MB 1,980 8
528,201 528,201 00000000000000000028ed29c14dbc4a23277d722ade56c48e928df2f7d08b1f 1.17 MB 2,428 30
528,200 528,200 00000000000000000000b454d3724ba6b2543f30d71e120656de15d5311dbb97 1.16 MB 2,408 22
528,199 528,199 0000000000000000001e4ff806b99c8ca1ef840581baf7d80ea85f8728fb8516 0.77 MB 1,292 21
528,198 528,198 000000000000000000280799bbe1565fed2f3676301289fe29ace1fb8937c4e1 0.32 MB 658 18
528,197 528,197 000000000000000000333f77ee4de7136397ec39bc2e48c77984b89f8de799c1 0.12 MB 239 18
528,196 528,196 0000000000000000001e7c6f7ce03ab2b63100e535f987fc67c8503d1d1316f4 0.86 MB 238 2
528,195 528,195 00000000000000000003af874237d9c547c8484567af88a6481142d567d63fdb 1.17 MB 1,217 6
528,194 528,194 000000000000000000006e875facd3d7ccc0f72e946548588acf06bb0e4edf45 1.17 MB 2,444 27
528,193 528,193 00000000000000000022ad47727df14e6be6ddd06d4e9c5a644e5b29eb7ccfec 1.18 MB 2,155 17
528,192 528,192 000000000000000000063df1c3a28e5d78b941e7a48cd8466f6265d768b5416a 1.16 MB 1,557 13
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.