Memory Pool Memory Pool Refreshing

7,194 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (160,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,413 747,413 00000000000000000008fb072e7e06e7cd965369747651a517a80e639f268168 1.45 MB 3,447 18
747,412 747,412 00000000000000000002f2de92bb369f503d2bf262af259692c9ced848872c7d 0.48 MB 704 10
747,411 747,411 00000000000000000005cb6bb0c36916411230c9feafa3e13c3ff6296a573cd0 1.49 MB 1,917 8
747,410 747,410 000000000000000000049fb8aca1a3d088308b93bf2b0d91ea0aa785792a1986 1.61 MB 2,860 10
747,409 747,409 000000000000000000069289868b0583862d63a1ec956458748a0dd4b560bc92 1.55 MB 2,958 14
747,408 747,408 00000000000000000006c1172669e17646c0d65b16c0057a276298df44a144c9 1.54 MB 2,974 11
747,407 747,407 000000000000000000077240dbd7b3975ab000ce91e5f683c04ee0b9c067a1da 0.01 MB 22 9
747,406 747,406 000000000000000000006d16863e0c518f90d309fed466043ce6c48486145136 1.33 MB 2,063 8
747,405 747,405 0000000000000000000a03e6724851cfb69d808f348594d6ddc51b64cf55c8f1 1.20 MB 1,594 17
747,404 747,404 000000000000000000056098568c211e5ae4ce0fb12ca5a919b68ca46d70ea90 0.33 MB 707 12
747,403 747,403 00000000000000000003842e696c8b4bc037e912c5d2525758294a607c66f108 0.45 MB 864 11
747,402 747,402 000000000000000000075e54cde66feb219665b02ac2327437afd8c02327a152 1.47 MB 3,031 11
747,401 747,401 00000000000000000000eafd7effbabc3322bf26f6dbba3e39808e3d924c183f 1.00 MB 1,917 11
747,400 747,400 0000000000000000000600d996b96cf488f615f25d219aa2d742ddf3aac5be7d 0.63 MB 812 11
747,399 747,399 00000000000000000006aa7f7f06b3b37b4850ad5abc710e012a80d8b9a5edc4 0.76 MB 1,505 14
747,398 747,398 00000000000000000008a3fa050c28d6099aca70027f3db124abd0467da3666e 1.02 MB 1,645 11
747,397 747,397 00000000000000000006c9adedab276fa95adbd316138350346a10e4770a5252 1.38 MB 1,408 5
747,396 747,396 00000000000000000001d889f934a089b4c42181cf419bb129177fec3ac8d5e7 1.66 MB 3,168 6
747,395 747,395 000000000000000000003e6c54a675f9b3e47cb36c30754d4d29899ad20aed80 1.68 MB 2,238 11
747,394 747,394 000000000000000000055d2fdd5ebbe2a1993473904f103a7cff74138d5dff07 1.49 MB 3,408 17
747,393 747,393 00000000000000000000bc63488b001356a09ea7182e2f53f9e8bb9104af8170 1.36 MB 2,173 14
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,625.77 GB sent, 93.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.