Memory Pool Memory Pool Refreshing

1,637 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (904,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,293 4,293 00000000a585798563ea032364eb744193a4ca1bbe88b6c6cb74ff682137ec28 0.00 MB 1 0
4,292 4,292 00000000eee94d88c599d3de9572c13c99e3c0a20588765a51d5c41450a6a769 0.00 MB 1 0
4,291 4,291 0000000000a9b124abca780e299cbc6be88596ac86458f22ccb0bc2d5257b6f6 0.00 MB 1 0
4,290 4,290 00000000d4f97ce36a8cdc4a78ee6b963cfadc24d007ca84603bcb4a77ab46cd 0.00 MB 1 0
4,289 4,289 00000000ff7999d3c14fc0c601147af1ae5f07ee839f768e53c2277566ce4a43 0.00 MB 1 0
4,288 4,288 000000006d5e2deae03b412459e1bd0b5368008b711fb67a0bfc81fe2da4bbb5 0.00 MB 1 0
4,287 4,287 00000000525496f3bf5045cccf1a2e75f125ca75300448795b36eee643872aa7 0.00 MB 1 0
4,286 4,286 00000000e7ab8c5e8f3210c409c1c099c0c8a44a936b7e366bf4b6748e5e746a 0.00 MB 1 0
4,285 4,285 0000000069fb687cd8fe5bc8b8b2be43a3764edd0785b1933974ee92fa3467ad 0.00 MB 1 0
4,284 4,284 000000007e1973d58cb411a39f2910644aee47c63c8755a1fb726d961fcfcd6d 0.00 MB 1 0
4,283 4,283 00000000e4b110f873c6d7259d2826d610403566f1d49f59d195049c93d127dd 0.00 MB 1 0
4,282 4,282 0000000006bd7c98846d5c7f5fa150908277b0ea5b09fefbd5d1fec03b20ea28 0.00 MB 1 0
4,281 4,281 00000000f53ea76b32a50f179246402013ad9f89b3d520d182e70bf5745b2e86 0.00 MB 1 0
4,280 4,280 00000000c21639cf017515976786be5c4b84d1d36cfac50b1d8bb9d23fb89108 0.00 MB 1 0
4,279 4,279 000000002d5d2941d8460d49d674fc464977770699de65cdf7fd3301c2a2a862 0.00 MB 1 0
4,278 4,278 00000000651a9908ed98790f1431e5a08e8d2f79cc8acc796bac3be1ef5df558 0.00 MB 1 0
4,277 4,277 00000000f1e3293bd933c93f0926d804a60ee6d58b1ef155eb52ae9ba3b49427 0.00 MB 1 0
4,276 4,276 00000000e52c0e74a5c8a502b8f04a83d1a9f8a84c50fc1a9f9ca1e7fc4d6529 0.00 MB 1 0
4,275 4,275 0000000010a4fcc5a5b193df91fec0f642f98236ef73d091b3158fb01eae2ab4 0.00 MB 1 0
4,274 4,274 00000000dda72c64578c0a74d961a3546ffa6c1dba67978dfa5e851f9c87c36c 0.00 MB 1 0
4,273 4,273 0000000028e799322637b12a289d73615061ab609a6b77788733a357ae6e58d9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.