Memory Pool Memory Pool Refreshing

2,536 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (592,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,996 314,996 000000000000000012a0b2f358e74136608b5e1b0735731b51eba6abd7aa97d7 0.50 MB 769 24
314,995 314,995 000000000000000019d1e9f627533cf31d388b401ed97b078ab7799d7039574f 0.19 MB 252 21
314,994 314,994 00000000000000003480fb637df3b38b7c52af7841573be2eb2b67bb653d100c 0.27 MB 580 40
314,993 314,993 0000000000000000163fa98ff9c387bc4ad741291ddd7808fc93a656b88fac01 0.19 MB 305 35
314,992 314,992 00000000000000000eae98ec899d5bf8d4189c47f721c80435aef883d513ccd5 0.07 MB 98 9
314,991 314,991 00000000000000000bece64e714f45c4b8784cf7235fd1d58c8515ce8daca1d5 0.42 MB 701 29
314,990 314,990 0000000000000000257313cb9952048deb5a0d301ced1b3001e3b2c9c4ddaaf5 0.28 MB 456 27
314,989 314,989 00000000000000001267c93e6841cde4c542a5923a473b54883b1ed964d881c7 0.57 MB 779 23
314,988 314,988 000000000000000017f5381327e90150e54420f10857ebf5191699d1013107b4 0.19 MB 317 24
314,987 314,987 00000000000000001fc41eeda8ca68a4d0ebfa977486ae69c817850dd91bdef2 0.12 MB 233 27
314,986 314,986 00000000000000002fb119f7caad2639dc3fe2e76d672a6d1e5df5e646a19a41 0.06 MB 127 31
314,985 314,985 000000000000000015f343809d6efc4cad93aa84610c87bd60aebea3036459a9 0.59 MB 947 33
314,984 314,984 00000000000000001587dfafc63402d2eec2ef19b8f2efe488048ceca01737c8 0.41 MB 644 27
314,983 314,983 0000000000000000170acb682a89641b09d3f53a3fc290e126a6713c79f5de6e 0.09 MB 160 25
314,982 314,982 0000000000000000113e797a9dd7f64ad86c223a06d16d7b20c012d1e3ba8635 0.58 MB 997 27
314,981 314,981 000000000000000009a6998cf58932d1e38a65cac675c265d0abd1aa0a06a9c8 0.14 MB 241 28
314,980 314,980 00000000000000001955bf833e863143750d83bc35e0466f9d2a6e0a2b33131b 0.12 MB 176 23
314,979 314,979 00000000000000000b4d2b24ffb05d48136e288e6635f6b0ca8912351e28b621 0.07 MB 146 30
314,978 314,978 00000000000000002c76d7434195d8b1085cd082a4a1a3a2cf0458ed0ccd169e 0.22 MB 373 27
314,977 314,977 00000000000000000766c17b777d079c56fd6a19f0a8aedc8608fd63621b9513 0.07 MB 133 27
314,976 314,976 000000000000000016054a246f20e05d310576ad0c95dfacfc2774d017dd0bb6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.00 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.71 GB sent, 92.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.