Memory Pool Memory Pool Refreshing

1,382 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,368 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (46,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
860,934 860,934 00000000000000000001c6a9f015e71e983bb559d8207d293213f2ca74ffe4cc 1.60 MB 3,351 2
860,933 860,933 000000000000000000004ce346b08c1ab80bc9471a96b67e3dd9a0d6509ec551 1.62 MB 2,789 4
860,932 860,932 0000000000000000000021cbca8d7e3c778648070da31e394929ba0fc65c001c 0.00 MB 1 0
860,931 860,931 0000000000000000000138b6987659c57c81e21b0bf5eed47d2192e3c5bcffe5 1.86 MB 2,290 3
860,930 860,930 000000000000000000004875435eba8b29c8a5febb15e61f315af0f5de73db56 1.64 MB 2,327 3
860,929 860,929 0000000000000000000140db658deedf3c023c5ef7a712c5dffb0ba25fc29d30 1.46 MB 2,345 6
860,928 860,928 00000000000000000002293860d36153a8a8d8e5e9c07e35f2d9591870d1dadc 1.62 MB 2,701 6
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.