Memory Pool Memory Pool Refreshing

6,103 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (714,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,401 193,401 00000000000003612d75e06e2b67824d508032ff541a67d6bd2eae03502577c1 0.21 MB 541 154
193,400 193,400 000000000000043b3fc193ad9d9d31a1aaeef3328037c63fb10a6ac459f78159 0.04 MB 125 141
193,399 193,399 0000000000000386fd3575c35a1eb81f8655858d27b2fb2cf1e88d8d51f2e56d 0.01 MB 30 126
193,398 193,398 0000000000000398489f8344a2baaa8de53e86342e3ba07e46f72e024e407fb0 0.01 MB 31 172
193,397 193,397 00000000000003522fcc7cd07573dce350fd55fa03058758532c9b2c12c0231b 0.05 MB 125 221
193,396 193,396 0000000000000149a47e6bf24df0809e62d6ff36c1d9632f4b6b13d8f4f931e7 0.15 MB 369 133
193,395 193,395 00000000000004b7c4d65c7eb1db32542e6840d1c6e7dfc57307d0b13745329f 0.05 MB 111 223
193,394 193,394 000000000000027d5efadeb301ce132869eb791fbb790acf281a21946ff81727 0.00 MB 9 44
193,393 193,393 0000000000000196f56ca2d78550d5beec26005e47a9c60c3dcfd76f9de53fd7 0.03 MB 64 147
193,392 193,392 0000000000000029b1470fb5ef7b2729250e619fe66e6cbf61467d12d71d35af 0.06 MB 64 131
193,391 193,391 00000000000003a4a6f60553e2a4a1224aadfdc9bf5ee445c8881e3fae3b6577 0.21 MB 526 149
193,390 193,390 00000000000003691576477509891905967c802db7176d7b38d2162efe774b47 0.00 MB 9 15
193,389 193,389 00000000000006ac0e4f08d1f8cb90cc9fdcb6dccad2b4aeaf6711519f3d6963 0.25 MB 871 27
193,388 193,388 00000000000005b5c6d857f8dd1c693467cbb91cff9df15b729211386e4ed191 0.18 MB 463 134
193,387 193,387 0000000000000025d0c87bca941797d7704e09b68ac731e1579b61c133768d6b 0.20 MB 512 155
193,386 193,386 00000000000003237442bbb38b3f573855ec3691b8af103257e47dbec1cfb461 0.05 MB 149 110
193,385 193,385 00000000000003f930e572e5ed6ccd15d9c09b9bb2792702e205288dcb78ff0e 0.25 MB 322 96
193,384 193,384 000000000000016c3a71f80337aadb1d13b24b0235ab2643f0f93f7e156018b7 0.25 MB 687 155
193,383 193,383 000000000000077f90f109d77d01c1c7182ae85071cca042c622ae1336b17167 0.05 MB 140 85
193,382 193,382 0000000000000073f0e13af02bebfa53a22574b032df613a0b7fe4ad5b824ee2 0.12 MB 337 156
193,381 193,381 00000000000003f692eb9d9b4ecca45f5a6c033fc6d99610afaa65d33e424117 0.02 MB 61 123
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.