Memory Pool Memory Pool Refreshing

7,594 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (114,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,541 793,541 000000000000000000055442eef9e0b8fc568d2f7382846a15e608040fb992ce 1.90 MB 1,178 17
793,540 793,540 0000000000000000000462d668fff423b95621d47cd8cda54551e3a41d8fb60c 1.87 MB 245 13
793,539 793,539 00000000000000000001ba4aedc63c27c905ec3a0249ed06b68e27342644eb8a 1.76 MB 2,925 27
793,538 793,538 0000000000000000000015951ca09fd7fd2ba44f24068db6b60a87d605644de5 1.91 MB 2,675 21
793,537 793,537 000000000000000000028491b4542779fc4b2ee6ee3022606d56d2604df47233 1.75 MB 3,931 19
793,536 793,536 00000000000000000000285b8dc71b184569f290c00dc824a001115627d60f5e 1.41 MB 1,354 19
793,535 793,535 00000000000000000000ba9e71d4b2753a979b9c327aa4c5c09d9634eb9c6dca 1.55 MB 1,002 20
793,534 793,534 000000000000000000049a89cce762cae4234007d8c05961acd3d944c63205da 1.46 MB 2,120 24
793,533 793,533 000000000000000000021ee26698b0773a1bac1c7526fdfde6568af218bca763 1.82 MB 2,111 29
793,532 793,532 00000000000000000004dbe2c0d4dcc153f6ab937ec99a581640b046df845927 1.59 MB 1,771 38
793,531 793,531 000000000000000000041a3cec3b6bcc5dbd555c010edcd071bd063e7e5621ee 2.14 MB 3,109 31
793,530 793,530 00000000000000000003065518ff03121486542e3fb3817dd68bd312b073b029 1.10 MB 395 16
793,529 793,529 0000000000000000000111fdf650a449f533858617909ab88fce12deef16db20 1.46 MB 1,495 24
793,528 793,528 00000000000000000001638b492e4d2dd31d0b24d343365245257ecfb7ecc00a 1.67 MB 2,276 19
793,527 793,527 00000000000000000001eb25fc8c33f1cef5c70e223616b120c6094dac646ec9 1.77 MB 2,244 56
793,526 793,526 00000000000000000005296e19a1d52758cdfbc0de8495c247986c5174bb270c 1.43 MB 1,841 26
793,525 793,525 00000000000000000000b75d18dc21029bd781742d1edb46fbc937523167eabf 1.66 MB 2,026 28
793,524 793,524 0000000000000000000189edd127206a49e4f7ce7de1d5199f2bb21efbc99c75 1.72 MB 2,877 35
793,523 793,523 00000000000000000003bd32473f940f6f73a6bd519a293941db853e0a20ab8b 1.08 MB 352 15
793,522 793,522 000000000000000000042900f265a828f727fe55722d9bc2a21aeac6ec8b9679 1.66 MB 2,186 30
793,521 793,521 000000000000000000015b263939ae1f608445d486b7227f148a4db5bb599c91 1.24 MB 1,366 23
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.