Memory Pool Memory Pool Refreshing

760 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,010 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 742 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (658,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,305 249,305 0000000000000079a365f789deb08a0f99025d13c265bc825a346ffbde41a9f7 0.02 MB 47 112
249,304 249,304 000000000000003582d5500c847166c6a0a07d84f9e494b2edd19f9b1c57f74a 0.07 MB 186 139
249,303 249,303 0000000000000020c7bd048ee72e9772d2cce689fdb2980a4adab2d3645223eb 0.01 MB 23 84
249,302 249,302 000000000000001b5309a2e99fe6ed1015f488ad4a7851b1d9467afb3a26246b 0.07 MB 164 109
249,301 249,301 000000000000007cbf9856c20f4736dac357a1e6c6237a95dd77234a5e3662eb 0.17 MB 358 99
249,300 249,300 000000000000005f2d7e62569b1613c52f1a4084ed4d168d051e010a73f5c5d8 0.00 MB 5 47
249,299 249,299 000000000000002aa88fc7e95985910b8ed5fdae423cacdddb54f09fdac01a64 0.06 MB 62 74
249,298 249,298 000000000000001f23400e1646ddd1bf87d8937cbcef50f6555708c089fdf768 0.15 MB 345 126
249,297 249,297 000000000000007f87c6d7e6b8c2dbf36c72c3db4a05055b604faeec59bda024 0.02 MB 64 101
249,296 249,296 000000000000002e0debfa1ac19427fb12082d8a35b77f2dc749c3b03d50ba2e 0.03 MB 92 145
249,295 249,295 000000000000006c5661ea956e1801010f60a2b2deca46452137e55b5d52c41a 0.09 MB 128 46
249,294 249,294 000000000000006a1247cdce1337406a516c64dbb63ebb0d14fa6dd3ae076769 0.05 MB 120 113
249,293 249,293 000000000000006cca9d49dd0d969c19660c627a8807e9e72225b0db35179d76 0.09 MB 173 108
249,292 249,292 0000000000000001c9e9c136e92c7e90e9d4e74ea570677cd173599450dd24c3 0.04 MB 89 101
249,291 249,291 000000000000002c0d2065b8ebc94b57bdc362439b021c3c002696ff5f7df5a1 0.13 MB 287 102
249,290 249,290 0000000000000077bb3b12c68ada1e2965411a973b07fc721834154df07aa5c9 0.00 MB 4 189
249,289 249,289 00000000000000458e543108598a95b14eb4a391455fce3b3bf96f0ce9487476 0.06 MB 94 99
249,288 249,288 0000000000000050a29a956b35000c594290b6de429be1e295ca91fe047f2406 0.02 MB 44 24
249,287 249,287 00000000000000314b2e30f489ab56da08bc539bb5a1ae72054b60eca2e3594a 0.20 MB 408 140
249,286 249,286 000000000000001a2dd5dfcf64a01c498b28e6b43593fa1e9187423e669b84ed 0.19 MB 419 128
249,285 249,285 000000000000002253b106d67d73b82f462b02c34a1ed9feda57fbf159cb8ecc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.39 GB sent, 95.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.