Memory Pool Memory Pool Refreshing

2,731 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (72,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,125 835,125 0000000000000000000212cb13a1d29c8c26ab004cf2b654b4970addd85767e9 1.76 MB 2,676 20
835,124 835,124 0000000000000000000263cd47575e81e180c0bdcbec35a08c50ac7f74b72377 1.68 MB 2,539 12
835,123 835,123 00000000000000000000d456980664f676a6edaa408fc1aea6df08d5ea433602 1.78 MB 2,992 17
835,122 835,122 000000000000000000009e3fb67ce3f2ca6f8d5c18924118934a901590fb56cf 1.85 MB 3,804 14
835,121 835,121 000000000000000000032358afb765e5312a7f93c81ce57d333275f2df3ca3c0 1.54 MB 2,725 26
835,120 835,120 00000000000000000002a7d2233cab55734f62cabc138b2228004484da53ab2c 1.49 MB 1,572 13
835,119 835,119 000000000000000000018c9c1cb7616bac2f64a73ead450f6e0a5f238e2c094e 1.83 MB 4,483 17
835,118 835,118 000000000000000000031a4821271718133fea500dc93e023bcb6fbb69c4240f 1.67 MB 2,663 16
835,117 835,117 000000000000000000007d3a59aeb7940ab34e82791786d311c554251c5d4b24 1.69 MB 3,495 21
835,116 835,116 000000000000000000022a5ac0af22a2804d14df458811306aa66f944e4cd8fc 1.85 MB 3,124 22
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.