Memory Pool Memory Pool Refreshing

7,411 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,902 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (7,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,090 900,090 00000000000000000000ebeadc883725a4174aa654c61491e3bb023e3029e597 1.46 MB 2,729 3
900,089 900,089 0000000000000000000000a3eb361e101eea6639ea89919bbcbcbaa34a747f62 1.60 MB 2,495 3
900,088 900,088 000000000000000000008a97e6bd626ff19f4d2dae7e4a075ef1c0a747461b5e 1.50 MB 2,321 3
900,087 900,087 0000000000000000000196b632a7363226794a7f34ed07f6d23a28a468a0102e 1.18 MB 890 2
900,086 900,086 0000000000000000000043d83a36573c304c3e78ce467a9f564990d3902fd12d 1.13 MB 543 2
900,085 900,085 00000000000000000001baec1eb1f87622426d1389ff89a5f515a9c71d210246 1.12 MB 584 2
900,084 900,084 0000000000000000000149a4fc265b5455b6b9abc88817d8b77a635808f4161a 1.67 MB 2,736 4
900,083 900,083 00000000000000000000cfd8dd58c3507f10da627134da1f4e7ee6d89bd143a1 1.50 MB 3,250 4
900,082 900,082 0000000000000000000036461cdafc1d3939a7feaf14e6f9a0a1bcb184eb7cc7 1.52 MB 3,681 7
900,081 900,081 000000000000000000010efd5b387fd7e4a54f7340c1bf13b4b7efdc37d6bad2 1.56 MB 2,544 4
900,080 900,080 00000000000000000001d269a1e28aecda33a51fb4e9707f44945c31a77ed7bd 1.66 MB 2,260 2
900,079 900,079 00000000000000000001c8a4867a0fc8529a20199748ee85e1398aa4954bb8a4 1.74 MB 3,571 4
900,078 900,078 00000000000000000000c47d792fc7419b4d18ac0478fe412a34f6f3636464e9 1.64 MB 3,317 7
900,077 900,077 00000000000000000001a71cc5371a47ac059cfab0b68b5d45bc517aa8091002 1.53 MB 1,932 3
900,076 900,076 00000000000000000001af4ef13458363d7059c02c2f997f34d55e8630eeb744 1.69 MB 4,074 5
900,075 900,075 0000000000000000000152855ee239c2637c24954d220cf639888b2d42676cd1 1.46 MB 3,714 8
900,074 900,074 00000000000000000000689e3e0db2fcb6f1246531ec6ceacc17fe2fe0682c28 1.33 MB 1,643 3
900,073 900,073 00000000000000000000f70fd9e6580c98cd20d07740cd41fdab3383b55ddaff 1.41 MB 1,651 3
900,072 900,072 000000000000000000012366e767ee042459c04aaa4b55678ada13f76d89832e 1.61 MB 3,748 6
900,071 900,071 000000000000000000014ef4563c2ea331bdb3518046adbe00c9d25d3fd14ce0 1.54 MB 2,255 3
900,070 900,070 0000000000000000000077f17f8c3a76c27c7e5018d736c5a1d7b48ef9bc05f9 1.62 MB 3,700 6
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.04 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.