Memory Pool Memory Pool Refreshing

14,134 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (779,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,696 128,696 0000000000000c710f6d52514afc0024cf69a8108665dca12f31f9e0d7fe8b0c 0.00 MB 9 368
128,695 128,695 00000000000022dee46adda0948a9c476ae36209ded8fb22a42e195410d6747c 0.04 MB 115 161
128,694 128,694 00000000000004fee70cc6916fbc5caa487fc47428c7d8380c1bdc8e3ec02027 0.02 MB 29 561
128,693 128,693 0000000000001ea3807aefcefbcd8e21b986ac9f5886b323b54e5c02480b0c6b 0.01 MB 36 545
128,692 128,692 00000000000017b2cff6126e18a2921855907ddbfdaf5cc5115cb19dba83a915 0.03 MB 90 140
128,691 128,691 0000000000001b610c4f0adf800bffa10150f17f94b74bd86b7db9864c82e537 0.00 MB 9 366
128,690 128,690 0000000000001b8f0bfddf129520994c59a8398733cdfb6a6051f334b277a731 0.02 MB 70 2,141
128,689 128,689 00000000000000861a6935f49d7d1875c263dc8061f075b0c0a2121b1332e05c 0.03 MB 45 654
128,688 128,688 0000000000000b4bb1d65e10cbc587cd6c66c4790b2d0a0841a0504e1b826009 0.00 MB 6 500
128,687 128,687 0000000000000002ed549896e4571ab6ec7d805741038cb8dac97d4c2917c729 0.00 MB 13 975
128,686 128,686 00000000000009508df5631847289bf368a73e17abba35a8420c4576f7727298 0.00 MB 9 218
128,685 128,685 000000000000250620749aed504dccd592a6d4ce3d1bdccdf501d16a46fe073c 0.01 MB 25 1,551
128,684 128,684 000000000000267578635e10e53d18796ef686b0f9d4e73153470fa99eeadb34 0.02 MB 24 908
128,683 128,683 0000000000001ffe75b515902cc6b53ef53ea6b82d59122ec228c4b3110b83cf 0.02 MB 41 436
128,682 128,682 00000000000010deb07e2123044bb135396f664d1705851ff703295cec57dd57 0.00 MB 8 756
128,681 128,681 00000000000021a3dadacc8d69acecdae60e3b646c046086f0dfb971fe813d9d 0.02 MB 42 618
128,680 128,680 0000000000000100d4d993233197498fbec6be550fd71807facb887a5eca9bcf 0.01 MB 24 0
128,679 128,679 000000000000169174b14beeef9ee4d4174f1d76e4487a9df0a3f588f3969447 0.01 MB 27 617
128,678 128,678 0000000000000732e80db1b257eaec8ef1b7913efedfda92d92e5b735e42fcfb 0.04 MB 118 301
128,677 128,677 0000000000001c19997fe11387659e06940978158a92a3d238f55796eb3c1941 0.01 MB 30 0
128,676 128,676 00000000000011b94d31ce7061a9ad44c92f69de795339498c3124731a3c17de 0.01 MB 19 2,180
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.