Memory Pool Memory Pool Refreshing

2,681 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,971 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,681 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,970 (112,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,301 795,301 00000000000000000003ebf933e4d521c8ab2588d12c1028354c3036a74cb1a1 1.61 MB 3,497 42
795,300 795,300 000000000000000000044759be8b0d99ce33860ae21e38dc2d101d2f4ec16545 1.70 MB 2,161 24
795,299 795,299 000000000000000000022e29deea38a3fff88c61dfa10bfaebf81e3c7b382475 1.46 MB 2,734 24
795,298 795,298 00000000000000000002ff2297d26f756584f964542abc857b26756aa1fcf8ff 1.42 MB 2,880 40
795,297 795,297 0000000000000000000113ff48c857c2582a70863e391eed3b1c2d5d199b0e5d 1.68 MB 2,373 23
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
Previous 10 blocks ↓
Total Size: 769.49 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,646.60 GB sent, 95.39 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.