Memory Pool Memory Pool Refreshing

8,897 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (779,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,280 128,280 00000000000012c52463b0430fac84fc2a90d363bd4bdeb4581d0f06a9146244 0.00 MB 8 1,200
128,279 128,279 0000000000001547238205737dcdba2e2b0bae9ad48b0cdc79ecc53c5b04e628 0.01 MB 41 538
128,278 128,278 0000000000000b79ae8ae5c751b4d8b47cfc89d6eaf0e10b751ba58d5c1ac3a8 0.00 MB 12 0
128,277 128,277 0000000000000d2808527a12efce0c63acc6f9f7f687b49b4fa2fb07af81e2df 0.01 MB 18 1,249
128,276 128,276 00000000000018c3b87426cbf1aed9da3283ec782610fc6003fe7556208a48e4 0.00 MB 3 1,147
128,275 128,275 0000000000001837bf46d7587b8da22f4791748b4061e26e6f4973decaa2da91 0.01 MB 24 230
128,274 128,274 00000000000014e3f667a745551974758e146222744cac949ab1954d911fb167 0.03 MB 81 1,748
128,273 128,273 0000000000000bb2c6c34c4fa9aece06422051fb2efa87fb268d97b6a885fb56 0.01 MB 38 451
128,272 128,272 00000000000018df776abdfc973a8673195e5328acf70161b721bc8a05f73a0a 0.01 MB 14 594
128,271 128,271 0000000000000f56f1d1a0583fed15fb33aa17c2855ebebf6a698220f455752a 0.01 MB 18 740
128,270 128,270 0000000000001deaefac3b5f6784ef499e1191e49de6085122be431f60e9fd91 0.03 MB 101 149
128,269 128,269 00000000000004270dace24ac7b5d7a04a548ba400925a023ea3d84c5333debb 0.02 MB 32 1,203
128,268 128,268 0000000000000c8fb9d681f71ce0fe254e5eebe61b6a126038d116964da92dc2 0.02 MB 58 79
128,267 128,267 00000000000019d79474f40e757de5c0bc70548c3ef6c5b08f322ebb593ae3f4 0.01 MB 20 1,245
128,266 128,266 0000000000000b9618e02f7e987cfea04dc5e4076d2e66668bbd443cf79aab30 0.03 MB 58 679
128,265 128,265 00000000000013371593f60fb67b693aab988be8d99cff84e9682302bb331c17 0.01 MB 18 837
128,264 128,264 00000000000018adc9bb4e44859ac2961c7abe7b11ae5a24eb4790124691d259 0.00 MB 12 1,494
128,263 128,263 00000000000023350bf599f0d3b7534aacd007d99b9af8e34c92d7ccbdddea84 0.02 MB 62 528
128,262 128,262 0000000000000caade2fd7507f269e33254749da69dd7f318b31680f1a56afdb 0.00 MB 9 789
128,261 128,261 0000000000000629be5b9c5bf1bd676a806e83e20672ff823701f9a1922cd022 0.01 MB 20 289
128,260 128,260 0000000000000fdbdb7804d0b1f8452f89c26f8b2393dbf3dacb1a170f3eeede 0.11 MB 21 1,072
Previous 10 blocks ↓
Total Size: 769.03 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,625.59 GB sent, 93.03 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.