Memory Pool Memory Pool Refreshing

94,743 transactions
22.33 vMB
Show Random Selection Loading Transactions
Max Size: 152/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
878,882 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,850 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,881 (585,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,338 293,338 0000000000000000d1aea23b23cc108c5c1b2f749e1937e126f225da5a441e6e 0.09 MB 157 27
293,337 293,337 0000000000000000452b7b788d205a1cc59dbbea30164cd8b199241332d2ade9 0.15 MB 220 25
293,336 293,336 00000000000000003b4adbfe367348b6be63bf25683be7dc498ee764429fa05e 0.02 MB 43 27
293,335 293,335 0000000000000000170553ee0ed073f4f3379fa742ad3bd6b1543432311286bb 0.20 MB 314 30
293,334 293,334 00000000000000009266521d986ccc442652497184d29a4fe2d9aaef28e66607 0.07 MB 81 4
293,333 293,333 0000000000000000951fbbf2ac2654b77d6a42a874c5e6a33784a1294f15a298 0.17 MB 69 13
293,332 293,332 0000000000000000160f1cc9eed75a03bb74652a928c0b9af561f070c3789101 0.47 MB 744 34
293,331 293,331 00000000000000006a1ea028c37282f2e5b5f8eda66828dd8f62c73fad38b036 0.14 MB 128 19
293,330 293,330 000000000000000015fcc493078916b748fab6cfe6eaff7f02674085ae60fe1a 0.25 MB 521 34
293,329 293,329 0000000000000000a116af9b92b0225d61826ba6d00e5d807c0e853685c8ddcc 0.18 MB 419 39
293,328 293,328 0000000000000000ae89f19322a3014edb949831f657b04273af448fc3af9263 0.29 MB 360 27
293,327 293,327 0000000000000000520eba7a2901870a788db81990eb631e5c362d491ea20fea 0.25 MB 532 40
293,326 293,326 0000000000000000aa5879a07807306731e2a030f839c6d6f301dd99178782e5 0.00 MB 1 0
293,325 293,325 00000000000000006c706ecf76be5858c9d28ee76e9578e511779341814e2417 0.35 MB 542 30
293,324 293,324 0000000000000000c7620799de8201ba55948fe1b40ab8e45d6528db93cfd75d 0.19 MB 512 43
293,323 293,323 0000000000000000d44c851a55031c6fae31e15b618db88f07022275ee309364 0.29 MB 423 31
293,322 293,322 0000000000000000104131099138f32a345063abbb733ec6324bdc7b2db3f73c 0.63 MB 758 29
293,321 293,321 0000000000000000720a0303ca24652312b42f76a883215511ac43e5b2be2e64 0.35 MB 913 42
293,320 293,320 00000000000000000a849a10037e5676f3fa864868baf270d0fc80038e9f0a42 0.18 MB 432 37
293,319 293,319 0000000000000000c37c16ece7a4e6f84db3a674081b32196810157181a70782 0.10 MB 176 31
293,318 293,318 00000000000000005953d64ab19d0665f0e07217af6efeeb4df1287095215c92 0.12 MB 240 26
Previous 10 blocks ↓
Total Size: 716.10 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,551.09 GB sent, 45.77 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.