Memory Pool Memory Pool Refreshing

9,988 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,343 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (637,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,269 270,269 000000000000000491c6cd612a1214931972134d0f64f80cdfc953080622df33 0.25 MB 562 70
270,268 270,268 0000000000000005a19f6985a381f090f97b2a8d04e2a3d9ae87ce95f9bf9ca2 0.20 MB 405 6
270,267 270,267 000000000000000369d271b521c488018cab3ac40524eb57eef8f6551ddbbf7f 0.33 MB 633 53
270,266 270,266 0000000000000006ac3eda43640c1d7005b6ca16a84dd28a93721de2afad22b6 0.38 MB 576 52
270,265 270,265 0000000000000001775ef5f8a3b2d709a5c235c0a0fcd41480b23c11c720fcc1 0.20 MB 394 84
270,264 270,264 00000000000000045b3aecba3dcdea313402c127498ce1591b37fbf08e7ecb5b 0.24 MB 417 65
270,263 270,263 0000000000000006033c5fb9e9effb5e3e46f7b109284f32f81c274b4d9dfa22 0.38 MB 780 86
270,262 270,262 0000000000000001033e9feb24cc65f182f654a2f2c0425ec9a37fbd7c7e4526 0.16 MB 218 28
270,261 270,261 0000000000000003144e12c8414db83600c714678a3f842df6c0389f59b94200 0.20 MB 483 92
270,260 270,260 0000000000000001c5e0831081f136cb9edf6ace437c8a9b961266c75dade588 0.20 MB 247 34
270,259 270,259 00000000000000007b06127c26890bd1d329a921abc151e5b8f82a3fe9d955f1 0.25 MB 440 50
270,258 270,258 0000000000000002898adcd65223361dc8807352c29bcd33826d7bec2b96348f 0.25 MB 466 52
270,257 270,257 000000000000000532080e57704364edc4f8ca18bc578a0d1f7a3775405e74e1 0.20 MB 401 56
270,256 270,256 000000000000000576622d8a8beee1bfd35eef40d1a2f4d0cacd6c6097325513 0.20 MB 555 116
270,255 270,255 00000000000000066ed5289c0c999a7c8e5f4deb72fd881b6f81ca5be9934720 0.25 MB 647 154
270,254 270,254 0000000000000000b29035463e3f1a5a39a273a94b88b3f992ea91ed925f2136 0.50 MB 561 42
270,253 270,253 0000000000000002f3a90e989c0508e40963ff47ccf89d7c63e527276a4a69f0 0.25 MB 789 212
270,252 270,252 0000000000000002592f5886558c9812acf9375bc4e6fb88e806f492b55615c1 0.25 MB 844 243
270,251 270,251 0000000000000001b3174bbeb37334a41942cf1503b2f4977ffa6dc64a6bf63e 0.25 MB 522 89
270,250 270,250 00000000000000037a355646fc322895068d0723f638e8cda6034b3aeafd5ef1 0.18 MB 277 39
270,249 270,249 0000000000000001640a55259d62487843d72bbfddc708a07a12d9a4b7e3d011 0.15 MB 176 25
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.