Memory Pool Memory Pool Refreshing

7,999 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,914 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (763,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,589 144,589 0000000000000736f837a4294c3b0a3ea485080a32beac49e085b269f293c487 0.01 MB 28 126
144,588 144,588 00000000000006ac65acb8e7c33e7583422663a24eb5dc19ba8882abe3f4f6cb 0.00 MB 7 74
144,587 144,587 0000000000000748167fd9c11fb86a0d79fe7263d06b82555f98c8927a9dd5e5 0.04 MB 38 103
144,586 144,586 000000000000034b383a6597f47497919f8de2c711744f1f48487952f82e1d38 0.03 MB 78 261
144,585 144,585 00000000000005143f71f209de62a442e6fe508ccaae6679c5b231bf3d183eca 0.01 MB 13 28
144,584 144,584 00000000000003412ff12ed668486c551e7c68a2223f7f2edcf6c9af0646686e 0.02 MB 40 117
144,583 144,583 00000000000008f4ecb2280ef6b0c97210e52d0b4b5088dd08df8ba87d1a03ef 0.01 MB 29 217
144,582 144,582 00000000000007287720375fed3f320112a29a17f4c63b3f2687117c1adfe710 0.02 MB 35 7
144,581 144,581 0000000000000591bb373d53ff63bf1a37899af7e2ecb9eed7f9cab66bfc66a3 0.04 MB 59 77
144,580 144,580 000000000000001874857067269f15c9b30a987d0b88d5ac37b36d93d3dda56d 0.04 MB 90 65
144,579 144,579 00000000000003c491749ca443c1b76063f29704a4fcc7c353546f1395fbdeec 0.03 MB 52 214
144,578 144,578 00000000000000742e7ae3a1898fc4ac3e83d538a5bac046be138bc8d1fc7f8c 0.05 MB 94 86
144,577 144,577 000000000000048d9ef958a677d240bab2cb6e3b69f35c1d23d40ef828b21e55 0.06 MB 5 1,009
144,576 144,576 000000000000033346b099c5eb0f9ba471af07edce15f1dec5e0260422ea26eb 0.05 MB 122 182
144,575 144,575 000000000000023a9ba5b715c600d0eee7050c71fd5a130e21c5fc5607e134c6 0.00 MB 12 0
144,574 144,574 00000000000000634c186512ac9e4668c3d3d057278ec66d8ed5b822fc4070e4 0.02 MB 24 38
144,573 144,573 00000000000001d7450a5c52a7e4820d13f89a3c6b08b0feb73db75a89dc8ef5 0.01 MB 47 313
144,572 144,572 0000000000000431f6e604a53c90eb8d02b039801aae133ca9fb030957bc9328 0.03 MB 65 142
144,571 144,571 0000000000000652f9b502021dc77956e67deeda051d3d0a02a9ff08495e2b41 0.04 MB 77 1,675
144,570 144,570 0000000000000867cf36732b9ef989bd67c4bc96bc6fde94705cd765a44869ca 0.05 MB 147 33
144,569 144,569 000000000000029594c00f9aecd7480bd81b68fd129a018b8cc4b982a28ee9b1 0.00 MB 6 463
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.60 GB sent, 94.35 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.