Memory Pool Memory Pool Refreshing

1,483 transactions
22.95 vMB
Show Random Selection Loading Transactions
Max Size: 93/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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (904,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,297 4,297 000000008fae380b28898add3a3383a9743caf412206508ebe5ab86707317cbb 0.00 MB 1 0
4,296 4,296 0000000061c6e5cce6587e39921c2b77e2925c71367bd2efb68b0d7098e685a1 0.00 MB 1 0
4,295 4,295 0000000075fd168f2c87b3d7e8c184f290807bad627933efe29485f94bbaae5d 0.00 MB 1 0
4,294 4,294 000000000dcfc38f9fb68639baa7881307e9aa291dafdc06d1cdd75912dcc9ff 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.22 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,699.34 GB sent, 98.60 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.