Memory Pool Memory Pool Refreshing

669 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (751,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,351 156,351 0000000000000de0f124e6c909a85003be39b094b74c6bc4ca6e3fcf5292ea4d 0.02 MB 51 62
156,350 156,350 0000000000000cb5454e2f0e893d7880ddca78ef85a89391e7f35c02cbc318c4 0.01 MB 27 60
156,349 156,349 0000000000000de12938538680467ee21d29e9394e4a521de5f49cf59b577bae 0.00 MB 13 16
156,348 156,348 00000000000007f0097c07ca05c99952f42ea1b583845afedfbcc4bc6c8fd768 0.02 MB 39 261
156,347 156,347 0000000000000e7f675b72e2b6085f99db8a0c006873f5ffee236eee22ba40e9 0.01 MB 39 114
156,346 156,346 000000000000048ab55a116f1416872d785856e0b5ef86f5bb0761a352bcb70c 0.05 MB 147 122
156,345 156,345 000000000000048e0d201074f99a01be159c4e3f4f308580bd7eec08e5eeb5b6 0.05 MB 115 1,345
156,344 156,344 0000000000000767ac464496d1be8bdfda9aa73f9fbdfbe84eca6f998b61a0b5 0.01 MB 22 196
156,343 156,343 00000000000009adf60793b686a921cefa3d0d054a5c88468f31817c322aefcf 0.00 MB 11 0
156,342 156,342 0000000000000e60eddb0e6c57667dafa95a26bc6ae62d900a9e68d41098ac4e 0.02 MB 42 2
156,341 156,341 00000000000004859db26fdbfeeb2e51afb769b3512beccb02ebe2cecc1fb57c 0.04 MB 64 133
156,340 156,340 00000000000002122c27fe783e9baaa91af45470b6b52f97be46fa1273e732d6 0.03 MB 67 79
156,339 156,339 0000000000000863377cb58aa1daffbfa2e4e932ed9df2a7c38b9d2311f3222a 0.02 MB 45 81
156,338 156,338 0000000000000365e3367200d058f96e12ea1f3f5f79df452ce74db95d900fb6 0.01 MB 14 76
156,337 156,337 0000000000000527c6797d9de1dd0c12f50c10738bea1b32dc972fc33dc9e65a 0.05 MB 98 23
156,336 156,336 000000000000077081c7acd5a802b1b0761853e020025a63e1197bb9ede2edec 0.01 MB 17 65
156,335 156,335 00000000000005bf8c13f2158f9e7d11662e24b31175f06689c8d6958a317566 0.01 MB 17 36
156,334 156,334 0000000000000c3f188b1ecb0d526829073844d1292df58bcd79dff424224b31 0.00 MB 1 0
156,333 156,333 00000000000005fb4c4a9af5f2b76875fbf2f4a9774dd47da8ed3a7a7964b628 0.03 MB 63 104
156,332 156,332 00000000000004d826dd3049d2a59aa3ce4ac7ca2c645769dca7db79f63adb12 0.01 MB 17 50
156,331 156,331 000000000000000e8178632fa426f9e4183dfd9fd1bec421370f923b3c68f5bb 0.04 MB 106 156
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.74 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.