Memory Pool Memory Pool Refreshing

9,299 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (715,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,904 191,904 000000000000070e245914923d50fdd15db170b7d3a14788fbe46b46c49d28c6 0.01 MB 32 0
191,903 191,903 00000000000006e1403579f1f27a2eed694d10f8f8a985818e02ffabea59f7ca 0.23 MB 626 142
191,902 191,902 00000000000005410c30772d4e6b42b721979b83bdf6c8210ac78be336c997e2 0.00 MB 5 0
191,901 191,901 0000000000000497d4fe897690941361c0da5c5eb8ce1e6ce5f9ce3594654610 0.18 MB 256 140
191,900 191,900 00000000000004ab679ca15d78ce67bce7120b277c66444e5d0146a4dcae00b1 0.01 MB 19 55
191,899 191,899 000000000000070780aa92c28ebe9c4c0100d00066843a2819934303816e15f2 0.01 MB 32 85
191,898 191,898 000000000000030fe34c23eddb19ed08917bdb11e57bb6038e6d5ef2d47841df 0.07 MB 118 80
191,897 191,897 000000000000002797f551d5b069cfb666b3407bce649b8d1e449ec2b51c47ed 0.12 MB 256 136
191,896 191,896 000000000000063dfe4ffe487720e273b4d4f0681a03fc1836b9725b07b3059e 0.00 MB 8 0
191,895 191,895 00000000000003fa5a0dd877ce73e0e07c9cb98c41f27656fa25b24df0c228ab 0.16 MB 346 130
191,894 191,894 00000000000007bd05cc500064b9d957715fe1bb4345de5d69db62dad31f5e75 0.05 MB 116 86
191,893 191,893 000000000000018de8fa7b8b13933a7cc2156773e50d8b9699ed1652c9569ce1 0.17 MB 377 425
191,892 191,892 000000000000068319bfad56a82cd51c10fe531648ee45b74bd85c147022074d 0.05 MB 179 137
191,891 191,891 000000000000058df7de7f1cc9b4d441a788ec9065dce6353d8605b45654c924 0.03 MB 73 107
191,890 191,890 00000000000007b698f0ee7ddef9b1dd25f61c7edfcbff76a7309ee18e7201b0 0.06 MB 139 119
191,889 191,889 000000000000063b60abb11eea2c02f4ba19b0dcf8f01eec836cb30ae30ea83b 0.00 MB 1 0
191,888 191,888 000000000000009fc607d37d75454b7eeca324b5034c9b85ef9a0a8d7ada624f 0.11 MB 256 122
191,887 191,887 0000000000000460579161afec6e748e89bf94b934dcca97362f2850fca1c156 0.04 MB 84 122
191,886 191,886 00000000000003a14570508f0800786151f16023d4f93dee9a5f1ef93786b64e 0.00 MB 10 554
191,885 191,885 00000000000001e334741447e6b7bbf0dac36126ab121b2f73884767b08b71eb 0.18 MB 443 154
191,884 191,884 0000000000000205eafada08eaadc023dac3e5e325a1639991f1bab382b034e1 0.05 MB 140 78
Previous 10 blocks ↓
Total Size: 768.98 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,616.47 GB sent, 92.72 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.