Memory Pool Memory Pool Refreshing

5,379 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
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (686,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,285 221,285 000000000000015218946605bedab91bd97df6757ffd2c8321adeb75cfade721 0.16 MB 373 209
221,284 221,284 0000000000000218eb432abee119d004d1024b76a8569aa766da5599e1b7755e 0.20 MB 437 188
221,283 221,283 00000000000004090173f2acc5482edd4531970aceef380859cd43cd9390bd1f 0.04 MB 53 80
221,282 221,282 0000000000000481dcc655b4696cb0d158ad8f13b4fe60c60d645eab7bef6387 0.02 MB 56 256
221,281 221,281 000000000000046237fae4ed79e81a5b10ae44a2ed76abce70e716e276047d03 0.15 MB 341 161
221,280 221,280 00000000000001cca3f9aef26188140afdcb31716d725297edc800066c5978f3 0.28 MB 587 193
221,279 221,279 00000000000003d8020629f2f82b09db0e606e1eb5277e88dfc25c5b29ea274a 0.01 MB 23 34
221,278 221,278 00000000000004fdc67f52cbb82aaea55cfa7891a23b7c0ef8e8de26aa6dc332 0.25 MB 509 171
221,277 221,277 0000000000000040907e28673326a3463df743c372121b1b79882690eca4fcff 0.25 MB 594 194
221,276 221,276 000000000000047fead80b247e86179f1fadc8d79c15e62aa03ded85c5309e33 0.05 MB 125 210
221,275 221,275 000000000000017a2dc9767e6cda479bff444efd55e6d119db2ae978317323c2 0.07 MB 76 103
221,274 221,274 00000000000004bb8d41bb697808d9826a3f8eb7ebd51da2aabdccedc0b77d0a 0.00 MB 11 15
221,273 221,273 00000000000000099aff0aee12ab061ec5c549f7d410da8ad12392be1d8f09c8 0.00 MB 7 44
221,272 221,272 000000000000037e7145a1fd7d867aea41d375ff388f62216c45858826a27c6f 0.25 MB 726 236
221,271 221,271 00000000000003f6f1f20c5d3c6965b4e58c9380fc6cd224a280abcf196bcbc4 0.05 MB 91 100
221,270 221,270 00000000000003a23a945ffa41a3d0e0b8c8f9881bdbd2da5bb7421a9b37b827 0.03 MB 70 144
221,269 221,269 0000000000000381dc37a510d9d44caccd0c63633cb86f35a6e7f7d7aa477380 0.03 MB 47 203
221,268 221,268 0000000000000121d82684210cb97c2b20f33e5a7df2f068df6113996e759511 0.17 MB 362 185
221,267 221,267 0000000000000167f9743058eca6f05b8febea3952631ff1b80a6f6743b47f79 0.25 MB 630 218
221,266 221,266 000000000000013358a1fbd114477b97805337d95cc751edc9f94c9bf379bfdf 0.39 MB 364 80
221,265 221,265 0000000000000510e300a304ab17b6e56751e9af63a22680868b15ad769a9786 0.14 MB 265 172
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.