Memory Pool Memory Pool Refreshing

3,928 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (4,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,668 903,668 00000000000000000001f4de4cae31afe132b9203d5843c7f1a5774a29815306 0.71 MB 961 3
903,667 903,667 00000000000000000001c4c9539de5b9eaafa7e0a5f8c3521180409fb2e39fa3 1.10 MB 1,745 2
903,666 903,666 000000000000000000003fe51b9bf4032363d9ea292365fab3420ee1dd5655f4 0.21 MB 261 1
903,665 903,665 000000000000000000024599733a1df7ba019f6c1dab157f47db9ef8e7777346 0.47 MB 929 2
903,664 903,664 00000000000000000001291888deb9e1d404f4c45fa60523e20765b5265b253b 0.67 MB 1,646 2
903,663 903,663 000000000000000000012ac6c32d3f15542fbfe7271b43a75300f95d1caa0685 1.80 MB 3,228 1
903,662 903,662 000000000000000000008c255772840b19bca4284ca54deb3753b3cc910ecf38 1.41 MB 3,320 4
903,661 903,661 0000000000000000000053e292f783fbf17c0963ce47fa776f64eeaf1a7200fc 0.53 MB 1,233 3
903,660 903,660 00000000000000000000370103d9cf0424bb21992b1a2a070a33c4efd44cb458 0.74 MB 1,211 2
903,659 903,659 0000000000000000000212fd1370691d15222df5945ca379f82effc4b095d7ab 1.52 MB 4,460 2
903,658 903,658 0000000000000000000055d8b2f40428843427b86cd03bfe66577976219b3ef9 0.87 MB 2,669 1
903,657 903,657 000000000000000000003dd1c254a3fedae69cfb15ae4faba50ec4a71b7ca215 1.60 MB 3,748 2
903,656 903,656 00000000000000000001ce0a2def2c1b3c952f84fc147249be37864c26c5722f 1.45 MB 2,204 1
903,655 903,655 00000000000000000001e1d32c060c65c9f6e5eab84e2d07054747837f64332d 1.54 MB 3,770 4
903,654 903,654 00000000000000000000d2c4d9e455bde0c648bbf0e8c9929afe2be0412a8392 1.57 MB 2,314 1
903,653 903,653 000000000000000000023a7be4cb15f272d1a6dd3913799ff4f6c9de35c1da3d 1.45 MB 3,336 4
903,652 903,652 00000000000000000002522b2b5d7cee6c002969f0fbbcd9911047d49bfc3409 1.60 MB 2,151 1
903,651 903,651 000000000000000000018f1e84fbdc05a329b796000c09af86de131018432fba 1.60 MB 2,720 3
903,650 903,650 00000000000000000001e2d9e2d6a5c1cf71b5aae9aa639eb156aa02b34707da 1.28 MB 2,406 2
903,649 903,649 00000000000000000001c97d0c73ae76faffaa57d4f4e8d7671fa754086c0cdf 1.51 MB 2,446 3
903,648 903,648 00000000000000000002086410078ec9db151bb71756207afe6a4f4ea49a5bba 1.59 MB 4,088 6
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, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.