Memory Pool Memory Pool Refreshing

6,174 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,783 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (761,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,099 146,099 00000000000002cb715b20605c4f63c580ea063c926bbd1f02f759df37f5a0ab 0.04 MB 108 27
146,098 146,098 00000000000003a8c310bd15498865e599712290bc979d8609a4933f4ae93a69 0.04 MB 36 126
146,097 146,097 0000000000000776445325dd3d5eb42ca101eb77fe9687f47f2c2b7215ef858e 0.00 MB 11 327
146,096 146,096 000000000000074ce793690afdba328d0b38e600303b31692c2274ca0cbc9e06 0.02 MB 22 223
146,095 146,095 00000000000003f8ccf46d6f70b97c85dca3740604a68fd226c52b2a61043036 0.01 MB 25 376
146,094 146,094 000000000000061dac390ebc6e3baa952f33631c34322a313ae2b842785b9b07 0.01 MB 33 174
146,093 146,093 00000000000007851be23af1eca3dc01ad2039d48f3165bee36b4fde96febe45 0.05 MB 136 54
146,092 146,092 00000000000004699eb096adde412ce52b183bc391cf39fa372514389b220541 0.01 MB 22 55
146,091 146,091 000000000000086ba0f98d22265905e92c1f22c0981d75e3e306f05b391f78a2 0.02 MB 20 404
146,090 146,090 0000000000000302ee91a204bea8de99e11e29353d1bb081b364407283bcefb7 0.01 MB 19 28
146,089 146,089 000000000000054f33f3b400364871ea6edf5f60bf7f27e1d4ee27e71224d85c 0.02 MB 31 128
146,088 146,088 0000000000000460126fcb79a55e61e9bfb6f57a7ad6262be94fb9840a7581b4 0.01 MB 37 107
146,087 146,087 00000000000008083d44444c6c9542931fee73282ab9b35dd90aacd910dd2b3a 0.01 MB 35 33
146,086 146,086 00000000000003491e49fa5c7f1c6a6f38a506207d3a195f555798491daadb9b 0.02 MB 61 139
146,085 146,085 00000000000005d3086bab028e09a9edaf2c91650e5acb95e5f456ac28e53cfe 0.02 MB 37 110
146,084 146,084 000000000000080ca6ca95ca59219ae761e1270732b7da8ec35bd26b1a31c45c 0.01 MB 36 83
146,083 146,083 000000000000059808eaced70c90043636a9e7d0b150443e1ff43a13573f8389 0.02 MB 58 104
146,082 146,082 000000000000031ae1ba904bc139b1136b064a79b97096c68f95e504bbc2dfc7 0.01 MB 8 29
146,081 146,081 000000000000079013631270226893f65e15fd154b769af177dd20396c5298b8 0.02 MB 64 2
146,080 146,080 000000000000045621d97817e9ffeeddaa4e6838132f8bf8fc934878a343affc 0.02 MB 74 212
146,079 146,079 000000000000081d36032bf97222c57bf2575e8e8a21f0aaf5ea18e438f5515d 0.01 MB 13 376
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.63 GB sent, 92.78 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.