Memory Pool Memory Pool Refreshing

824 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 806 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (684,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,366 223,366 000000000000016884427e06ec3343cae37c290f0507fb7693a67d3d139ede29 0.09 MB 128 61
223,365 223,365 000000000000000a132383a82de9402d44b3a998e128562481d0de63b18fc9fa 0.10 MB 255 181
223,364 223,364 00000000000003dc260581152dad808836690cdeed6d3315c01d0b51b6a07fdc 0.02 MB 36 122
223,363 223,363 000000000000020f40c6d8735aa541ebb81886c99cf8bba2a4cc05bc1ce82b10 0.06 MB 105 89
223,362 223,362 00000000000002f21f1a0c58b0b270bc29cd30d5a0553901f4a91ecfa2236092 0.24 MB 463 175
223,361 223,361 0000000000000077026ad593a6a2d0c8b61d8269b9036669fc179eb3e23e18b2 0.01 MB 32 213
223,360 223,360 0000000000000396d3231ac69863f13af1312ef789293c59f89acd247192618e 0.05 MB 105 197
223,359 223,359 0000000000000349c5e2c06312af20671b07a66c4792046871da41b369967e6e 0.07 MB 160 192
223,358 223,358 0000000000000174a780ed57c23530e708a5d88fe2665b550dc1901015eaffb0 0.04 MB 63 141
223,357 223,357 00000000000003b90d568e9592921a24cfa2843eb3104daf5bf304f4dee2f14d 0.02 MB 74 352
223,356 223,356 000000000000026d296473393ac9be5527e6f4361623ada08e5ac4cb5a40635f 0.12 MB 316 193
223,355 223,355 000000000000027077892f785bc00685636957743ad633cae268708da01bf7ce 0.11 MB 164 129
223,354 223,354 00000000000000f21067142801ba64551bc672ba76d9faf187a60f0e0e7df31e 0.18 MB 367 147
223,353 223,353 00000000000002a2c14694c8880308fda297c87decdd65ae66cda2a112ba7cb6 0.27 MB 562 165
223,352 223,352 000000000000026f03e4a590e738fcddde056a2982f8504bafbe8ae90f4784ca 0.01 MB 21 202
223,351 223,351 000000000000031242f2c92e8ad61ea5ca10e27ddf0180c0eb116d3147de22fd 0.17 MB 437 204
223,350 223,350 00000000000003821c2b30ee4bf6919b22958a4c8cb933d342424ebe5fb35275 0.06 MB 92 156
223,349 223,349 00000000000000b7d362db464f90a778f88a5f098afe7fcfe0d9310a50d4bbe8 0.22 MB 417 159
223,348 223,348 00000000000002778b2db779df63bd4fa73b51efb24a01e13ed1a1432f891395 0.24 MB 308 39
223,347 223,347 00000000000003da8a0f4e65730649781a42850716e8c75842f9d5123326ace3 0.25 MB 437 141
223,346 223,346 00000000000004117e2e7b2d2b3e494c6c848ab9a9dd57a8e6d811f4d1b97fb9 0.25 MB 729 228
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.