Memory Pool Memory Pool Refreshing

30,081 transactions
33.46 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,096 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,263 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,095 (593,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,351 268,351 0000000000000006f76f49564a9e64dc0c4a45452f239536c7b540e9bf7baccd 0.22 MB 395 96
268,350 268,350 00000000000000069bdc636192c70617068d0a2b0ed32bacfc2b9daf7f13e409 0.20 MB 394 107
268,349 268,349 0000000000000005713cac303bd2d529ebeffa82fff60be5307010a83933698d 0.15 MB 275 33
268,348 268,348 00000000000000036ac8f336f94f458e647a5e20bac8981033e4ae7fdf1a3c72 0.04 MB 97 25
268,347 268,347 0000000000000002714af59b05fe845891ff4c5a0a900bbe28145110b7c039f2 0.24 MB 574 79
268,346 268,346 0000000000000001335394fa5a710d5fafdd6986c5a513b1748debd47661bc38 0.17 MB 270 58
268,345 268,345 000000000000000629ebb4c9d88798755bc8f523dc3facbf3cf8dcc52351dd80 0.22 MB 483 80
268,344 268,344 000000000000000281f07e4cafef2bcaab221e1588d2916bb5505f0374889d83 0.19 MB 250 8,132
268,343 268,343 000000000000000846e300f8939b043261a501f94d3dab96361ee93437adbd06 0.14 MB 240 56
268,342 268,342 0000000000000007539bcc0123bc43380f4e394478cfd1e6f5ec45e87982a2f8 0.21 MB 373 62
268,341 268,341 000000000000000802075355aafda83b7386d847901f93687f745bf2a0e3b2f1 0.24 MB 495 70
268,340 268,340 000000000000000367791ba9f6a09a30f9df321a705efaf5fd2f1bf429f3b559 0.15 MB 256 53
268,339 268,339 000000000000000541a8653fdb7132bbb67a6ca87a2f5de4a63d7a9a9894dd08 0.06 MB 122 34
268,338 268,338 0000000000000005130623da5801f38a391ca09ca25c251cb0483e2fc18725fd 0.25 MB 428 51
268,337 268,337 00000000000000078b970f5134bae96da021744f80e04aa9dc2e2d2c2bcb07c2 0.25 MB 420 56
268,336 268,336 0000000000000005c5d6734c0c9a0dee308118be2841f2e6393127875673845f 0.25 MB 572 74
268,335 268,335 0000000000000008285ac4f974a2521cd5495dbbc7e8e0faaa21ddd00d69b8fa 0.21 MB 356 46
268,334 268,334 00000000000000062aa3fffbcf320c09bae16d6e13db4a0941dbf6b441f81bcd 0.49 MB 957 65
268,333 268,333 0000000000000006cd4c35105960f8c2c1395a83abac662745a2d9108da876e1 0.13 MB 278 63
268,332 268,332 00000000000000005e58f6c53bc7527ee87e0319da33407b26bf78d9e6dcd0c4 0.04 MB 108 16
268,331 268,331 000000000000000581917b81aeafc17013bb115be84e090a66b0c01e7dc4b07e 0.05 MB 94 40
Previous 10 blocks ↓
Total Size: 684.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,336.18 GB sent, 100.62 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.