Memory Pool Memory Pool Refreshing

3,736 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (112,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,296 795,296 00000000000000000000ae09d5dc6da54761fd9e2061dfe8143a7f8ecea86175 1.71 MB 3,374 23
795,295 795,295 0000000000000000000547fa5c287b21e6e474b9151d766d446e988e33f1a02a 1.43 MB 2,723 26
795,294 795,294 000000000000000000006e19cd9b8acaff452238101630e2b2d7ef83afc58fbc 1.54 MB 3,955 35
795,293 795,293 0000000000000000000030de56d9da53274d340ed290ebc825fa1b9c41e99c24 1.58 MB 3,484 33
795,292 795,292 000000000000000000053fd09a45f48e747f281122021edc2f7e97efcdd66248 1.61 MB 3,646 30
795,291 795,291 000000000000000000021f2afcb8bd12950d6847b3b1da1e36d5e846437b28e3 1.53 MB 3,658 33
795,290 795,290 00000000000000000003161e0784e7abd4cbff45d5d243d47d52867ccde7e5fa 1.57 MB 3,677 31
795,289 795,289 000000000000000000036083710e88a6c44368130eb8be8de2d40d181ebeafaa 1.52 MB 3,159 26
795,288 795,288 000000000000000000017b1417c6a12510fa163ae66287c20f290c99723b9efc 1.64 MB 1,738 30
795,287 795,287 000000000000000000028ad70d979d85d00fc31ebf12d4bb6fe2a50dee3b1ff0 1.68 MB 2,517 21
795,286 795,286 00000000000000000003233afcb16537200504468c87fc1b2fe0c871b3a232f9 1.76 MB 2,432 23
795,285 795,285 000000000000000000042c5dc9211d5b41a2c96f68dcad2235d130fd5019e576 1.56 MB 3,829 32
795,284 795,284 000000000000000000032a519a8564af23243ea975dc96d194c3736853eec1f6 1.45 MB 2,883 37
795,283 795,283 0000000000000000000084baa625607c43dba4b071597740ebbce622ec902db7 1.60 MB 3,242 37
795,282 795,282 000000000000000000010380b2c003570210d2ae650652137310964970489e0d 1.92 MB 4,371 16
795,281 795,281 0000000000000000000267c93550bdaccac445d4deb40fe07506b22b5b362ef3 1.63 MB 1,645 23
795,280 795,280 000000000000000000002902d285033f18076b7679edfe340107eb9d61e7a469 1.64 MB 3,521 33
795,279 795,279 00000000000000000004431fa02654b781447ae63e9f0e6b7595ea4816dfa533 1.34 MB 1,834 42
795,278 795,278 000000000000000000025a6e04d43acc639cbab69092abd78d6533bbeabed6aa 1.54 MB 2,591 19
795,277 795,277 00000000000000000001099916b8596e12fba4f44a7c8950dcf235578045d69a 1.60 MB 3,588 30
795,276 795,276 000000000000000000038decc5f42d01fd8e5129f6ac02da878af0e2a8e5a50a 2.07 MB 3,397 14
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.