Memory Pool Memory Pool Refreshing

4,023 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,454 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (792,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,156 115,156 000000000000464bf7dadf26177681861d67a2b40425d2e9e0e3370a0570e10c 0.02 MB 57 631
115,155 115,155 000000000000695828ac88b73ff5c5669d6feab30ed646af335545837e7d2387 0.00 MB 5 3,879
115,154 115,154 00000000000062f16a2e7f5746202856f5ddffcab5d990029abbfffd85db8ae1 0.00 MB 15 734
115,153 115,153 0000000000007d3a41e5a872235ab7b0995c5a93d5269b82e797bfd5aedcdc54 0.01 MB 26 572
115,152 115,152 0000000000005091231294aa4c94d7e16ce984bfaa72d948c3731b9b2275a3cf 0.01 MB 16 900
115,151 115,151 0000000000001c34c3fc77b0f7501547289c65ddc0d10f59fdcba378e848471c 0.13 MB 427 45
115,150 115,150 0000000000002679e7e8611b88bab0c5e4a935a6258ea2b8b0e0cb200346246f 0.00 MB 4 3,875
115,149 115,149 000000000000c819c2ce4d2db9ac30ed5764c52a3f5aa2b2747c5b46c4dc6782 0.00 MB 12 0
115,148 115,148 0000000000000d17d2ed721f305386f1ef8e9073b4133b68fa2c3a1035a6cc40 0.00 MB 12 0
115,147 115,147 0000000000001f6c2f040f9add3f3104025006cff7abbccee39a37ab5f7b7c1c 0.00 MB 10 0
115,146 115,146 0000000000000dccc9841efef80b6c1bada8378608ce3488c286349027148164 0.01 MB 23 645
115,145 115,145 00000000000056136f824322b23bd21b1a229c14751b10833adb2da8e27bb52b 0.00 MB 3 1,200
115,144 115,144 0000000000000c76185d6ab9b04672082d8d9a876fbe9f908c63bd9ec5d02433 0.01 MB 15 527
115,143 115,143 000000000000830b40d78b927ffd7372cb5b22f46afde7f42a1607ace00fbd16 0.00 MB 10 1,232
115,142 115,142 00000000000014900a40f34b354eb6be28c1ae6374542ab5b17b6624759fe385 0.00 MB 10 332
115,141 115,141 000000000000da5506515b2fa34f4f3a919bcea557f83ec4d1c251ed5840867c 0.00 MB 13 0
115,140 115,140 000000000000649a8915950e0d711690747e817aca8841e58640226fa3e90c6e 0.00 MB 9 643
115,139 115,139 0000000000000ff94b52a413a51640c10c13912af2f9a68cbfb489bb7769068d 0.00 MB 12 0
115,138 115,138 00000000000083f2ddbc187f6a23fb7abea92e710c3dd380828bd3d01abe27e6 0.00 MB 12 307
115,137 115,137 000000000000b6fa9cd843346fde0a1895d8765172d1a38afe240d0d2cabf26d 0.00 MB 13 578
115,136 115,136 0000000000009136e966d7cfce0a6ed43863b31b7824cdb96d918247fa92908a 0.00 MB 11 499
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.