Memory Pool Memory Pool Refreshing

3,223 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (230,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
677,768 677,768 0000000000000000000899f9992c6bfde8b8440c4f68787ebe68b96246ce47cd 1.34 MB 1,457 86
677,767 677,767 0000000000000000000935e542686ada48a837b56b1a71f7b3548f62b97d0e32 1.31 MB 2,629 90
677,766 677,766 0000000000000000000b843b8ddfc66bdd1e37be1fcb5401058a7c98281e4a54 1.28 MB 3,326 116
677,765 677,765 00000000000000000004f4188cce9af7f12d4062332999d70c464c75ad223475 1.74 MB 860 12
677,764 677,764 0000000000000000000083cafa7164dc02213574e537641e48f7cfa93ed92a42 1.39 MB 2,515 42
677,763 677,763 0000000000000000000843496822cd7ee9a508adfceea04df616d10941312fb5 1.53 MB 2,170 61
677,762 677,762 00000000000000000000764cf58546d26b69215a59ab91803113a236aa49b3fa 1.22 MB 2,146 14
677,761 677,761 0000000000000000000bf8388d091dd0f3cb84f276cd7975e8c4df830836be5e 1.35 MB 2,621 62
677,760 677,760 000000000000000000048d45c9adf538ebfe9b8f1e3e26c289dd82f4d20a6d72 1.36 MB 2,533 38
677,759 677,759 000000000000000000057db7fc2aa1c55ceb51da325bf3c9d099782863491a1f 1.32 MB 2,113 66
677,758 677,758 000000000000000000073ec24a6d98834f76aabada02b206693e1e6d2d9b3172 1.44 MB 1,983 85
677,757 677,757 00000000000000000004b8533cc716992d0aad6b8a10668205324f85d77d0090 1.31 MB 953 85
677,756 677,756 0000000000000000000af5bc034af14fd5f4dd46bdf313d10ff07e796dd32eef 1.32 MB 1,689 87
677,755 677,755 0000000000000000000acaf7a76d171f7246be7cfce5e054b120475ec03f81e2 1.26 MB 3,330 108
677,754 677,754 00000000000000000000334bdc5075603c3be0959b6057c73e415a324a2f4d40 1.34 MB 2,595 97
677,753 677,753 00000000000000000009f5c3eb46f7c7e61d5ee3db21c31cc6d0f30d9d762ea0 1.32 MB 2,030 21
677,752 677,752 0000000000000000000470e70af648f0012cb48258812590c3a8635531673f7b 1.21 MB 2,792 18
677,751 677,751 0000000000000000000b8b2c963530c20cfec05e9ef17852bd0d5150ccb77e66 1.34 MB 2,379 44
677,750 677,750 000000000000000000055ca7b048a6dbe34d8bd95591f4b9c9af8866c78d3399 1.36 MB 2,140 55
677,749 677,749 000000000000000000027c7e59c6b3fdc1a74bf1b3b682e2f151e580c0544522 1.45 MB 2,307 60
677,748 677,748 0000000000000000000a8d74b95430e39580427bbef79b7c648650fe862ee499 1.44 MB 1,785 79
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.