Memory Pool Memory Pool Refreshing

48,348 transactions
19.37 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,750 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,693 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,749 (79,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,452 791,452 000000000000000000027fcdcd0ca19dd26c64627bbadbed6f4edc31898e2e91 1.65 MB 2,939 78
791,451 791,451 00000000000000000002b3f46e57835f5e5e077e15c93aa16a038f93969de310 1.71 MB 3,069 67
791,450 791,450 00000000000000000000451d6fe543cf382e7dba65fd197ed3e8f4765ecaee47 1.55 MB 3,277 77
791,449 791,449 000000000000000000046dcbbba45a00710c380ed40ccf3d31e3c287e8a28ab0 1.92 MB 1,716 107
791,448 791,448 0000000000000000000021e30a9ce5baad1540bcfd2d4a4670099868de188cf4 1.39 MB 2,302 90
791,447 791,447 000000000000000000033541915722f2c459bcfcef1699da96b8fd4d6be9df69 1.56 MB 3,074 79
791,446 791,446 00000000000000000003b298ca38977ce94bdcd085bce662ea4210c350a74170 1.56 MB 3,497 73
791,445 791,445 00000000000000000000788b7f414a3ca5c847632eaadc887dca7250422e0e03 1.63 MB 4,357 66
791,444 791,444 00000000000000000001ff12ab67d6ae0173b852ad5c9eeed138af0cdab41582 1.65 MB 4,713 71
791,443 791,443 000000000000000000010d8282811d3032727d8f8bd80aa813a776b559c278e9 1.59 MB 3,667 78
791,442 791,442 00000000000000000000751a29f604d26e2358c96ef1674f37bce9150f972a50 1.43 MB 3,189 62
791,441 791,441 000000000000000000017ad3429f95da6d5728a5f107242e68512b6b50b07b07 1.63 MB 2,939 89
791,440 791,440 000000000000000000031c909336e5f3a0512f34a007dbdb730a0fc55767af89 1.48 MB 3,240 90
791,439 791,439 00000000000000000000354a3dc8d64e7cd87debc3133a6c1c0e0a01ee7d093c 1.59 MB 4,562 76
791,438 791,438 000000000000000000056a054463124f01654780e80028b7728a2579122ceabb 1.54 MB 4,364 68
791,437 791,437 00000000000000000004f9d321fa0b2b960373e8d5610f3eb338d4585f46f5ab 1.60 MB 5,442 74
791,436 791,436 000000000000000000014648d98a1ef033079749c25cc644b9e29a060b2292cd 1.57 MB 5,577 79
791,435 791,435 000000000000000000042519ee34bf226a4768becd27406527941e7cb81041d2 1.57 MB 6,392 81
791,434 791,434 000000000000000000022dcb8303145cdfb5d2f2cedc507d371eb3f047d9fcde 1.58 MB 5,038 87
791,433 791,433 00000000000000000004f312afaed7e79d6e0e2e17eaf891c2d5943255bbb0ae 1.71 MB 7,434 80
791,432 791,432 0000000000000000000543523df2a465c22eb711a57452faa34983730c859545 1.75 MB 7,197 80
Previous 10 blocks ↓
Total Size: 700.88 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: 2,385.70 GB sent, 216.24 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.