Memory Pool Memory Pool Refreshing

32,376 transactions
30.98 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,625 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,168 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,624 (53,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,494 810,494 00000000000000000003c6cd99cfd5d656ea5c6edd4724d7b4b247821fedb603 2.03 MB 1,651 8
810,493 810,493 000000000000000000037dbdf6b9e6c6eb7107d39e9cf531d2d741b61f3cff26 1.59 MB 2,918 20
810,492 810,492 00000000000000000003316e8f62b00f41c05775b721ee9c6359da8597264da4 1.92 MB 1,239 27
810,491 810,491 00000000000000000001e8d8a250389dc1469c355268d7225bf5db1d1e9164bf 1.97 MB 1,193 32
810,490 810,490 000000000000000000011a59bb6478cd66cd03612123fbc13eaf58a236908680 1.94 MB 1,051 31
810,489 810,489 0000000000000000000221fee82c0e5cb2a1c4b6cc70c88a347c46bd0506038c 2.25 MB 1,455 5
810,488 810,488 00000000000000000003ba1ecd5e31eb2d2ccbc161610a807e210517aa11571a 2.30 MB 2,035 11
810,487 810,487 00000000000000000003211795439140a7d85cc48c15ce980d8e8fa783c5ccba 1.71 MB 2,539 21
810,486 810,486 00000000000000000003618e46525e0297c7eff3a4a69926f86e80f2891e5533 1.55 MB 2,865 17
810,485 810,485 0000000000000000000192a4ca730fd1e68332687f39671b274967576d70bd5f 1.52 MB 3,028 34
810,484 810,484 000000000000000000030808fd35ad8a37a09d9061c87e06b0105ae9b4dac59d 1.45 MB 3,370 36
810,483 810,483 0000000000000000000205c4ba5905e18f5344c4f30e0618d9fc7a1f37dc13d0 2.18 MB 730 5
810,482 810,482 0000000000000000000283a9cd30600cd94c5d18a168ea8eda7ba921b19815bc 1.62 MB 3,319 14
810,481 810,481 00000000000000000003787c08e749fb1798ce95220e875b14b6fc7926505261 1.43 MB 2,188 18
810,480 810,480 00000000000000000000418171035b9c4dc7330cf37255a1ace6e27f85275857 1.30 MB 2,028 30
810,479 810,479 000000000000000000015d1c7a99f6c3b04326d98a3524773e3f2119b7d71a80 1.37 MB 1,849 10
810,478 810,478 0000000000000000000250ca56fc12c41ec4cf8882d6aa62f14177fc1301ca69 1.51 MB 3,016 25
810,477 810,477 0000000000000000000299b53f05a94d400b5233a4dd24442bd4987864f90dfd 1.48 MB 3,455 33
810,476 810,476 0000000000000000000495b2dd511f8a0bd9434a1eb00b9fdade5371a59e36b5 1.59 MB 3,582 32
810,475 810,475 00000000000000000003f23640bb5e4f69cb0903cdb66c210adb44c820193586 1.73 MB 3,003 17
810,474 810,474 00000000000000000000d9ede0027af2016fd01493884eba1961e6cf7fd7f193 1.81 MB 2,851 20
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.03 GB sent, 121.14 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.