Memory Pool Memory Pool Refreshing

5,593 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (461,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,726 446,726 0000000000000000032d3ac882e51aeb29ab7f8f684caf6984cd9c0891cc53a2 1.00 MB 2,327 79
446,725 446,725 000000000000000002f9c53b39036cd846cc0d99b4fda23adf2223bd0138b46c 1.00 MB 1,998 86
446,724 446,724 000000000000000002028d91a37bdd930e576016f1af6e279d09d0c0f8b8e8b7 1.00 MB 2,228 76
446,723 446,723 00000000000000000110dd408b576e63b2819f2c4f83c08df60989cf38ace8d0 1.00 MB 2,094 72
446,722 446,722 000000000000000003478290db3a51507fb83a202bfed31ba060f698b88ced69 1.00 MB 2,761 101
446,721 446,721 0000000000000000023270ab17bb2755fc21e04d4d24aaa132551ff18a8c6099 1.00 MB 2,128 76
446,720 446,720 000000000000000000820cff7c083be90a8723670f6e5df321968a95905f7073 1.00 MB 1,800 85
446,719 446,719 000000000000000000e04c369de5d135ab1b46d8aae96e6a0782810fb76bfc3e 1.00 MB 1,782 53
446,718 446,718 000000000000000001f28a164aa963b918ba6f64dc054586b914a238761f5b41 1.00 MB 1,854 68
446,717 446,717 0000000000000000024b8dd2b123be64d2ab15e5553f9904cc6f16de8c25428d 0.99 MB 2,332 71
446,716 446,716 000000000000000002453e3dc3bba5b4d71d6f31bda626f1d46dc0cd36369a1d 1.00 MB 2,811 105
446,715 446,715 0000000000000000030df2e6b575547354c740067e370acae30125ba8f509e1f 1.00 MB 1,787 64
446,714 446,714 0000000000000000018a5641e5810115658392850e3a32497386a14338a7fe05 1.00 MB 2,491 89
446,713 446,713 000000000000000000ce5f840903b68172cdf372c49fb66a75fc7b51db306e5a 1.00 MB 2,522 90
446,712 446,712 0000000000000000025345c06529d3d6bc92707701caeecdd1fa1872ac3c6efb 1.00 MB 1,418 71
446,711 446,711 0000000000000000009675b68c7a93f36b0dde7322a3b6bc0584f7230f50a743 0.75 MB 1,894 87
446,710 446,710 000000000000000002d601f6cec64b9a790bb0ce908b70bef5d22c12bd064a05 1.00 MB 1,023 37
446,709 446,709 0000000000000000004c3b1f982a249c7b65b61ab266a747be5076ac4fbda1fa 0.36 MB 745 78
446,708 446,708 000000000000000000650ea45d924a62bd2a5fb258f10172d28f5c1d5def554e 1.00 MB 1,518 56
446,707 446,707 00000000000000000042a65a5e5c6ea352c68933aaeb355e1446e05d7aa14d44 1.00 MB 1,364 49
446,706 446,706 000000000000000000f6cf67fef5b16a01251fff67e68f469e40041c0dcfd195 1.00 MB 1,719 54
Previous 10 blocks ↓
Total Size: 769.20 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,633.90 GB sent, 93.93 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.