Memory Pool Memory Pool Refreshing

294 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 289 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (694,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,402 213,402 000000000000027ad2ff3ceb47090338f1c607d3a2a8ccabd0e6b77e850715f3 0.09 MB 212 155
213,401 213,401 00000000000001a395703b9cac33a5782f1540ecc0cd3472b9907d16366facf2 0.13 MB 337 254
213,400 213,400 000000000000009481aa8da7f2e1d112d16f32549e91eb2bb7370978ca40a353 0.00 MB 10 21
213,399 213,399 000000000000023a92281531aaafea05ef55c058ee73e01b174f599a9206a166 0.12 MB 294 190
213,398 213,398 000000000000022ad1e24dd59445fbbd844275c6fadad22ee65854f6e11b11ea 0.00 MB 13 177
213,397 213,397 00000000000004e01b7701be10c0ab38d47ff9c752dd0acde91baf4464ef75e1 0.05 MB 104 96
213,396 213,396 0000000000000312c58727106b747453595f4f8fff97e1da154c417a3b531666 0.13 MB 199 116
213,395 213,395 000000000000036c3b91bc5525620d8ceeedc91ae5a47d7e25b40a40cdc03ff8 0.08 MB 122 101
213,394 213,394 000000000000019aebf0e1bd1969064c004d43cc6ebe60baba782e2727fb5e1e 0.16 MB 305 127
213,393 213,393 00000000000004bb72e0838f2f97861ec9b0c4db51809b21f4fba6632f7da851 0.12 MB 280 154
213,392 213,392 0000000000000227f7934c7bbad93f37ffe6580446792dd22d441fe49611e206 0.00 MB 9 16
213,391 213,391 000000000000015ea3168419de98e3d7996cf3cf1fab00df5f65bebd98c8ce33 0.09 MB 248 165
213,390 213,390 000000000000011675b24bc2945b1d73559c9ffa2b2374161483f01c3c4fed6f 0.07 MB 183 131
213,389 213,389 00000000000000aea8c065f1cebebb0b6d5cec862c390760ef3fee2d4f62068a 0.09 MB 215 183
213,388 213,388 0000000000000139ec312de8e8773400f9d8d94a9c7833ee977b1b59dca72b2d 0.09 MB 214 128
213,387 213,387 000000000000027b200743da76a17bb0f6226bfd93cb5349a0e115e6ad736f45 0.19 MB 444 150
213,386 213,386 00000000000001da421a46107859a9d7012658cdeddb5c922d1c8c059c8f5148 0.19 MB 503 183
213,385 213,385 00000000000003a2ca08827a7a07d072ffc5ffae58db4eef849abffa28a08bfd 0.08 MB 219 265
213,384 213,384 00000000000003936fde80ae037e59483af2a96ad62e8fb653fbc357d3957c98 0.21 MB 440 173
213,383 213,383 00000000000003dbc457e1394ebe45c9e82c0fa3489cee673458db8c0377cda5 0.08 MB 161 144
213,382 213,382 00000000000003e6f3b5788157c5a7c640ec6f37e462bdc85e4a94863f41dfb4 0.22 MB 431 151
Previous 10 blocks ↓
Total Size: 769.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,628.83 GB sent, 93.39 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.