Memory Pool Memory Pool Refreshing

7,684 transactions
3.54 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (772,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,691 135,691 0000000000000749aac7368df51d552486e193d0c41ffc77166bc18b7d765c0d 0.05 MB 146 117
135,690 135,690 0000000000000a23f85cfb4435688598eb1474ac9a2a247bdeff9b51acd0d251 0.01 MB 22 54
135,689 135,689 000000000000014134d5384f1e1179d31d74b010046c23c783d9c27d0c09f279 0.03 MB 57 178
135,688 135,688 000000000000037d6a36f1218e7874ad245e5053709ec77b9485a9c46eee1ecd 0.00 MB 6 18
135,687 135,687 00000000000005cde928457890683d4e89df400a82773bc4d6034e6562d8977d 0.00 MB 3 0
135,686 135,686 0000000000000159ab8b53189da44a66d81e4241abea744d0a34a296a9c910eb 0.03 MB 86 113
135,685 135,685 000000000000041c3f8eda233e0e14072c3ab08926cf4c68fe3dcbe1b08f30bd 0.01 MB 17 1,478
135,684 135,684 0000000000000037b0376a45036589059ae5a4bf4def28dcf5764a7767cfe807 0.02 MB 67 2,335
135,683 135,683 000000000000025c9141057116cdac1c350fb55ae7f62a705abd5c5039fda68b 0.02 MB 43 635
135,682 135,682 00000000000009c2a87fd7c0e4025d18a9949cfb162703afae95fd1d171b532a 0.02 MB 50 207
135,681 135,681 00000000000003214cf62fdf006fa8b951e1deb453ba2018d8b8f63c830a948d 0.07 MB 174 870
135,680 135,680 000000000000003445b64c9af3e3daf0b6b24aa2eeb2e009d7d0b77a08cb952f 0.03 MB 88 187
135,679 135,679 00000000000006f6254d0e2b9f86f897dc87bb53e75cf121b3c82c5ba03d9953 0.02 MB 20 177
135,678 135,678 00000000000009eb3458993383e1978ac64082ce43b14adbebe52e86e52ab3a9 0.04 MB 59 112
135,677 135,677 00000000000005949aa7b22d77420d0880c1693d9f502782d8723338457e8be1 0.06 MB 121 558
135,676 135,676 00000000000001f70a341ab7eb1e5d7a1d01645133abb93df3eb29f8044c28eb 0.02 MB 47 196
135,675 135,675 00000000000004917a26f3c7615f9df370ea00c02e1676c50d6816eeffced93a 0.00 MB 5 42
135,674 135,674 0000000000000858451075bbe62388a3fef1f128f6fc7d7c0ed8d7837dac1fd6 0.12 MB 222 92
135,673 135,673 00000000000001c1998aef6d9494a1e3ae6efa98cd7e0f0c15d826efedb3483b 0.05 MB 102 232
135,672 135,672 0000000000000574e01189f159eb79979dd1382b40a7ea26717b8eccdb23f080 0.01 MB 23 126
135,671 135,671 0000000000000937dc1114841965bedcc5884e0e76bac195ca11e8f123d7e457 0.05 MB 63 888
Previous 10 blocks ↓
Total Size: 769.03 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,624.87 GB sent, 93.01 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.