Memory Pool Memory Pool Refreshing

30,214 transactions
24.09 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,456 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,570 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,455 (29,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
833,527 833,527 0000000000000000000063892517a934a4965b2d471bed865aed866f5998b26b 1.69 MB 1,901 16
833,526 833,526 0000000000000000000096dd698d526551490f966be31699fda4427153d536bc 1.71 MB 1,950 21
833,525 833,525 0000000000000000000354b49479cc265b65c31137ca8724249d752f8aa8ff69 1.45 MB 1,133 17
833,524 833,524 00000000000000000000c4f3d1da2ffc4932ec38cc82085fa8bca7d3e03d781a 1.88 MB 1,834 16
833,523 833,523 00000000000000000002b867f1f3701c44593e418c774bb502cb6d10426896b8 1.98 MB 3,320 27
833,522 833,522 000000000000000000002c91b5bf96000fcd1778f87fe3c5fa323df5ae6cd328 1.92 MB 268 13
833,521 833,521 000000000000000000020021daebf3bac977c57b0ffa01f90feecf1119dbeff3 1.86 MB 2,846 14
Previous 10 blocks ↓
Total Size: 686.99 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,500.11 GB sent, 118.30 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.