Memory Pool Memory Pool Refreshing

1,357 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,335 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (46,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,955 860,955 000000000000000000023f281c4945ca92b12b095f78a7bc9df45c6cbe8862da 1.73 MB 4,914 3
860,954 860,954 0000000000000000000110ba0e7f387236e44899705fdc4bc98fe9b65da66727 1.63 MB 3,194 4
860,953 860,953 00000000000000000002a2688a67af26521b037d036dccb290162392b8ebd6d6 1.52 MB 3,345 5
860,952 860,952 00000000000000000000368f76f6ad149f30ac2dbb017b48bd959cef4779403e 1.71 MB 5,153 2
860,951 860,951 000000000000000000023626e5b7fffd1d18e07d14d07f2270ac7ffe57dcb24d 1.64 MB 5,653 3
860,950 860,950 000000000000000000021ec7caf0194a19249ac8ac1bc49366fba561d15aa21c 1.67 MB 4,660 2
860,949 860,949 00000000000000000000b93a5ccced531f7edd370484296196542e3ba85ea0c0 1.74 MB 2,687 4
860,948 860,948 00000000000000000002586af6d1f1e2981104bd5a64bbfb464a46d330dc1436 1.66 MB 3,313 5
860,947 860,947 000000000000000000016a47fc2d8446f0eab18c69a2ff126f8feb1b3d0ee396 1.64 MB 4,301 4
860,946 860,946 00000000000000000001b79a7fe35dbe0ad8915e987d1e95afe8f7eb46ea3d91 1.61 MB 7,534 2
860,945 860,945 000000000000000000015c1136961b0df4600bd8de1d9e4fb247bfaf163e3551 1.65 MB 7,657 2
860,944 860,944 000000000000000000024bc56f92045878a8ce56986778d157c5debaa99b4a10 1.59 MB 3,596 5
860,943 860,943 00000000000000000002c7a1c11712ec60d5d6266703dc442375ecaa526f3eaa 1.56 MB 3,056 6
860,942 860,942 00000000000000000000d1f05720046262a699c31a8321f38c344b16e6b46c42 1.59 MB 5,610 4
860,941 860,941 0000000000000000000188ded32898808016d99b4bc1fcc310635d7c905658e1 1.56 MB 6,144 3
860,940 860,940 00000000000000000001e3588f237f3d436fc2891bf055f273dd73e6d604310d 1.55 MB 6,894 2
860,939 860,939 00000000000000000001c956fbe0e4ba8668cfdfb53fce7657a041d42657356d 1.60 MB 6,139 3
860,938 860,938 000000000000000000014852c1008a114823bfba7b478cd9c13da4c8a385a2f2 1.71 MB 5,617 3
860,937 860,937 0000000000000000000274ada2560cccee6dcfdc352b1e75bf488d5bc5563ccc 1.58 MB 4,881 5
860,936 860,936 00000000000000000002fd8c4f896832e09183aba252dd45256423a9b54d088d 1.62 MB 6,984 3
860,935 860,935 00000000000000000002fb661cdafbe73dfd8c2733a92d311cdee3c90ac16f5c 1.65 MB 7,847 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.