Memory Pool Memory Pool Refreshing

3,781 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (83,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,857 823,857 000000000000000000032b3ceaab5afd7b12726d5c193631fd41c5e0a511a8a6 1.73 MB 4,745 121
823,856 823,856 0000000000000000000322e618e9a848eb2c084cc325f46940359a1656a24090 1.68 MB 3,215 122
823,855 823,855 00000000000000000002f5564eca59a5745316b5fb2b9a437d20bd8994ce88df 1.84 MB 3,684 107
823,854 823,854 00000000000000000002644e45773232bdf62e2fd7efb1df657a693ef755cf11 1.89 MB 3,680 123
823,853 823,853 00000000000000000002f8211586eb8fc69cbc8e183e9ca31da7b3790e77caa2 1.54 MB 2,883 137
823,852 823,852 0000000000000000000120e37a4c16a12751d8f5c9024b23f184615b2448bfa4 1.63 MB 3,175 221
823,851 823,851 000000000000000000000afd18ea13bfc4d95c259725c3657b59cdd478d4a712 1.91 MB 4,042 126
823,850 823,850 0000000000000000000394f47d98566925c2b4b193ebe778d78a4d38828a62a5 1.80 MB 4,430 126
823,849 823,849 00000000000000000001a03b89ddf22cef6978c6da3b0eae533ddcc80f61d5a4 1.84 MB 3,398 145
823,848 823,848 0000000000000000000178fcb94d0450e5ec8c822eea5e65d1a117bf01b2abb8 1.66 MB 4,645 110
823,847 823,847 00000000000000000000b7a350f5a707f7bac1727ed53bbba7b50c801d04b8ae 1.70 MB 3,765 150
823,846 823,846 00000000000000000001c6fd191caf7b4b67736b189218b3a50ce2c928e56ae4 1.71 MB 4,437 133
823,845 823,845 00000000000000000000359d436219fef7c59b6c48981a4c79ac93a2dc704596 1.77 MB 5,401 122
823,844 823,844 0000000000000000000110077e15cf7172a104328742223e9ace5e591fe4258a 1.67 MB 3,122 172
823,843 823,843 000000000000000000007dfc773587143c08ade3ac0ae1448534be5b311cdff7 1.74 MB 4,285 124
823,842 823,842 000000000000000000004edad4cd832458054ab952e90b2940de48087ab4c9f6 1.78 MB 4,202 130
823,841 823,841 000000000000000000033473a1ddec92c6d51b1422ea847edd254869fa11cf41 1.61 MB 3,993 133
823,840 823,840 000000000000000000036ed9468a9ba3ec2cb977f9366f0de718a483c3e83624 1.78 MB 5,252 122
823,839 823,839 000000000000000000014b7035c57c60f439f7e2f08085e94f452a8ea797fdd0 1.57 MB 4,373 189
823,838 823,838 00000000000000000001bdf568f61ac441e4a5ad1943790b9725f2e92ecbc3cd 1.72 MB 4,931 149
823,837 823,837 00000000000000000001702137651f9fb082eb5193ed912c34bc084dd297ca9c 1.78 MB 4,466 136
Previous 10 blocks ↓
Total Size: 769.17 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.31 GB sent, 93.78 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.