Memory Pool Memory Pool Refreshing

3,630 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,838 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (765,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,104 142,104 00000000000003a7bcf4e3986ed09fc165f57a907bfa57b2954d9bb1c61b07df 0.03 MB 110 39
142,103 142,103 00000000000005dc1c72f0b4afe2f871fa93e77005b1e3f417c1ae849d337bdc 0.02 MB 30 102
142,102 142,102 0000000000000250d6b22a7787c13da41ea826c034cb4ba0eda09c48705fe2ae 0.05 MB 97 115
142,101 142,101 00000000000004233c09c1daa2411f7a79a02bc919a7932d7b3af9b3f7e78873 0.05 MB 83 75
142,100 142,100 0000000000000599ae84a9e36af3c3e00a0d6f8a65a2dcd2038c7efb368858df 0.05 MB 92 267
142,099 142,099 00000000000009095cb8cd3315b084903048188e08d551d2f0fc06b09182866d 0.00 MB 12 49
142,098 142,098 00000000000007129967b7e353aa86efc438fa34b648cb1b7582c209b30d0f0e 0.02 MB 30 173
142,097 142,097 00000000000006ce5a18f566e4f5725b95b1b1384706f8956ab08b2ddb31a261 0.00 MB 1 0
142,096 142,096 00000000000007f45dadbc1ede49ade553e32059a5f0ebbc778a753a19c0fb7b 0.04 MB 113 3
142,095 142,095 0000000000000011b6927488d599ca9f5252cf4a36586e8283558b97848b19d6 0.06 MB 103 315
142,094 142,094 0000000000000218fcf5eb2ed71ad2d3c6068ad6d5dcff776e2d02130e877b1a 0.06 MB 156 962
142,093 142,093 00000000000004dd5b44df24a397c364738eeff064aa7fc4008593c941d3bbf2 0.02 MB 47 242
142,092 142,092 00000000000008e259dcb593afa18e3db50686205d6f19ae7d2648d7aa6a90d3 0.04 MB 58 151
142,091 142,091 00000000000008f88fc6f75939d7138868c3d7f75a7e4b9638af9a459f0c8a40 0.02 MB 27 225
142,090 142,090 00000000000003e3f87dedce4e2109c88ca9ff5209dc4357978294dcef498236 0.04 MB 73 5
142,089 142,089 00000000000005cf3a724358623f97bd2aac500d810273c3b341762e0df974b9 0.04 MB 84 174
142,088 142,088 0000000000000161c83342eef02c4f229ed98722d317fdef53ba9f904a085ec4 0.02 MB 34 359
142,087 142,087 00000000000004dc37c40f5773a675b19ccd4c6303ecff2f1d0f8f043dbeffe6 0.04 MB 67 223
142,086 142,086 0000000000000363058ba5b9917204a47761e1937c9850cd1542398e66daa4a3 0.01 MB 40 430
142,085 142,085 0000000000000286317abb8ae5eaba928e3f1ba4767e05b3f46dbe343c5cbe24 0.01 MB 15 144
142,084 142,084 000000000000039d976b1d072edca1e004a1edcb4d2068635010b1c38019edca 0.00 MB 11 116
Previous 10 blocks ↓
Total Size: 769.24 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,634.95 GB sent, 94.10 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.