Memory Pool Memory Pool Refreshing

72,060 transactions
33.46 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,350 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 4,340 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,349 (43,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,115 835,115 0000000000000000000275a0239ca0dcdda657112d946694250bb77e48fe8f2f 1.73 MB 2,960 28
835,114 835,114 0000000000000000000321bd726b09961d7992b50b422cd9cb9ed03775354e73 1.66 MB 2,460 33
835,113 835,113 00000000000000000003531e458fad65bddd1824f634d8ff4d8840a876052d33 1.52 MB 3,231 41
835,112 835,112 00000000000000000002a21b1eae69618e1f6c662538806191aae3b6325d5deb 1.67 MB 3,588 39
835,111 835,111 000000000000000000026613b022f653a8a3ca4eb70795cfa8808c176ef85f10 1.63 MB 3,788 22
835,110 835,110 00000000000000000002d2a10dc1d0cf5f49d99b2c28f2a3e45376a2371f2bbe 1.57 MB 3,144 31
835,109 835,109 0000000000000000000127f7f0659f8cca67794b1be60bffffa5e2126a712c6e 1.47 MB 3,453 36
835,108 835,108 000000000000000000029bd454ce9457c54159422014fee8d968ed02e68046fe 1.72 MB 2,682 17
835,107 835,107 0000000000000000000219c3d798671ef220aaf669c762f3adf1f3cadcba68f6 1.65 MB 3,401 20
835,106 835,106 0000000000000000000319e5d2fbf24b24f654efaa7cf50a295903cb3f4fdb7f 1.67 MB 2,183 15
835,105 835,105 00000000000000000001a6f2c8abb15b2f390f78d3aba1379933fcadef48eb1a 1.57 MB 3,469 27
835,104 835,104 000000000000000000007e7f5547b90578a1310c8dc4f6fad30fbaae281ba561 1.94 MB 1,729 15
835,103 835,103 00000000000000000001f93cdd65d4ecad0248aa97ce14121b0d335db0221f1f 1.65 MB 2,820 20
835,102 835,102 00000000000000000001f99ae8a6d5202322a09b4add42befff0a37345c2fa87 1.73 MB 2,885 22
835,101 835,101 00000000000000000002d17bfbc3bbaa7a2e0ea1152d8bbe9ea6fec410ec82a1 1.79 MB 1,660 10
835,100 835,100 000000000000000000031d86ff4efffdd94c0aabdec5076db3b3cc9431b97b8a 1.96 MB 2,069 9
835,099 835,099 00000000000000000000182aa974d676e8e578eee4882a6f1c5dc2cc30e5005e 2.00 MB 1,380 10
835,098 835,098 000000000000000000027ab617a03078d800737ffe3edb90a7ea5bbd0634c588 1.84 MB 2,706 22
835,097 835,097 00000000000000000000aa290fbc1d609a57e41fd35f2e683d7e0f93c42c0cd2 1.97 MB 2,000 12
835,096 835,096 000000000000000000027975fdedd407c8bd6523e558900df9e850d75623a7c3 1.91 MB 1,686 11
835,095 835,095 000000000000000000011e7ae1b383a9fce442f32e20f3db837d3a586d80c7d1 2.02 MB 2,764 15
Previous 10 blocks ↓
Total Size: 715.05 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,374.21 GB sent, 40.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.