Memory Pool Memory Pool Refreshing

30,554 transactions
30.47 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,625 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,162 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,624 (30,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,548 833,548 0000000000000000000228725459c95dae57cbfde55f9dec733d47a2ea9bacaa 1.69 MB 3,474 38
833,547 833,547 0000000000000000000177d462a808c1675fb70ba1a49f385a9b5f7f66dc6cd1 1.64 MB 1,878 18
833,546 833,546 00000000000000000002c89d7101803f9a0045301b20fe26ab379c7db09e4ac9 1.92 MB 2,966 22
833,545 833,545 000000000000000000035d9d98a0747d6a2456ac8c7637cfcda8d9cbc68810a0 1.69 MB 2,925 33
833,544 833,544 00000000000000000000563b4607dcc370e969ded1bd7cee1d9be145de2932a3 1.53 MB 2,159 18
833,543 833,543 000000000000000000004e851b27cbdb479b94777250ee89d4e015932c90a60f 1.79 MB 2,201 17
833,542 833,542 000000000000000000010f141f88e2ffa5f339e8bd0b541d3c500c017e2b86ef 1.58 MB 3,434 34
833,541 833,541 000000000000000000017e04ea5dcf988181f5cc10a425ccf693bd047d4c570d 1.22 MB 1,390 14
833,540 833,540 000000000000000000002d89c4ef1342c33a72e515e24e71134207cd544cc4f7 1.86 MB 2,438 17
833,539 833,539 000000000000000000036d361d81cbf110f6ffeecc338d20a5682bd3c9c3ddfc 1.61 MB 2,774 36
833,538 833,538 0000000000000000000161fce5bd001333b40ce2c85cc615f28ebe0f5802827a 1.26 MB 294 13
833,537 833,537 00000000000000000001f0359ae0e5797e4657626def33e6f6f7a3238dbc3a48 1.56 MB 2,500 19
833,536 833,536 00000000000000000000510902d397cf664a8794f094dc83e2b0696a501d6ba0 1.63 MB 3,140 22
833,535 833,535 000000000000000000028f4a40a9a0e75a54e7397de1788816d68f1407b7b5cc 1.70 MB 3,894 26
833,534 833,534 00000000000000000003069adbdf0a214d88e8b75b57b2ea05b8e4d94d5f1d60 1.65 MB 3,062 20
833,533 833,533 0000000000000000000345b690cfe5451ff2c9f620e1befce3483a2598b09975 1.69 MB 3,283 35
833,532 833,532 00000000000000000002c40b7b656dc73c4a73d0a9c6743965f5d71527072869 1.69 MB 3,527 72
833,531 833,531 00000000000000000001e8e0b81b7089efa163ef35d91c034ffeca345e716330 2.00 MB 3,293 23
833,530 833,530 0000000000000000000385e0d1f4b557d7c64ddfe6fe80a5398ed2d2e560872e 1.91 MB 2,623 30
833,529 833,529 0000000000000000000023104ab845c9a9d2700702b1dd59dc05eb7e16030411 1.62 MB 2,020 20
833,528 833,528 00000000000000000001ba9449f709083414dd39dbeed55ecdec9bf4ca11dc6c 1.76 MB 3,184 25
Previous 10 blocks ↓
Total Size: 687.31 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,514.02 GB sent, 121.13 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.