Memory Pool Memory Pool Refreshing

56,306 transactions
34.12 vMB
Show Random Selection Loading Transactions
Max Size: 185/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
879,892 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 2,159 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,891 (20,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,290 859,290 000000000000000000001f05f41805732b51d9f6147758966f681f788538ab79 1.59 MB 5,104 3
859,289 859,289 0000000000000000000261e4171ce74116ed38dd2d21cd0b262344e2165c7476 1.58 MB 5,390 3
859,288 859,288 000000000000000000023d151d6673430833c6b74ceaf70c5f1f94b5fd0c4c8c 1.64 MB 4,178 4
859,287 859,287 000000000000000000017ba3534a76ae92ef7b1706cea96943d08678999f7f3e 1.69 MB 5,088 3
859,286 859,286 0000000000000000000072ffa062b2e174e95709e2259fbd8703c03718f87271 1.67 MB 6,497 2
859,285 859,285 00000000000000000000d0f142030693c323d39f71ec9ffd8f9394b301f0a1da 1.55 MB 3,018 5
859,284 859,284 0000000000000000000048779ce602b1cc90cf3745799c511d4006280cb1e23f 1.64 MB 6,464 3
859,283 859,283 00000000000000000001ed7ff529d5a49f1ed0050a8d75ec7748472808959b00 1.60 MB 5,580 3
859,282 859,282 00000000000000000001727b2d3e73ad50ab260c4a450cbeafaf892554c8a7d2 1.66 MB 4,085 4
859,281 859,281 00000000000000000001fa32ef46122a1ebc446c2c4555b5585135fad8616232 1.55 MB 7,204 2
859,280 859,280 000000000000000000007441ea81d6653edd816dcf5f9e21f6357c305e9cffc6 1.66 MB 7,652 2
859,279 859,279 00000000000000000001e8d7582639d35b2c910a45860fcc73123788a0d5ae22 1.65 MB 6,048 3
859,278 859,278 00000000000000000002fbf06736fc0311fc6664e2cf9dae6aea2c80183474f0 1.69 MB 5,380 4
859,277 859,277 0000000000000000000191af41d1c10e0965266cb0846e92bed1e78522c74621 1.68 MB 4,718 3
859,276 859,276 00000000000000000002c445018c5aa8df8726ba538cda0a0a86f9cffd31b8c8 1.59 MB 4,143 4
859,275 859,275 00000000000000000000e75c9905cc220d804edd0be9feeccd7ba3f490cdd988 1.64 MB 6,653 3
859,274 859,274 0000000000000000000029102d6794b9dec9f7d88cd5fa666ecafd711afd7e24 1.65 MB 5,852 3
859,273 859,273 0000000000000000000125ba6a4f09eb345233c9db456352c290a9cbdc36951c 1.31 MB 3,291 2
859,272 859,272 000000000000000000029a77eff62a8b12f6f8f8f5a294f8c5da585ff7776466 1.62 MB 2,244 4
859,271 859,271 00000000000000000000f72ea51676c5aaaf698e080409c7c73ba00ac0a16589 1.62 MB 3,595 6
859,270 859,270 00000000000000000001f1a23a5fc0d7efa561ef083d9bf99b8c43493469c631 1.44 MB 2,572 6
Previous 10 blocks ↓
Total Size: 718.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,686.04 GB sent, 55.86 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.