Memory Pool Memory Pool Refreshing

46,061 transactions
23.98 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,219 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,218 (41,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,392 827,392 000000000000000000023fd454359377213dd3a636dd35e09abe79f000167d26 1.88 MB 1,424 31
827,391 827,391 00000000000000000003222892dae3780d9046e10074ac9e11e1802c236f87b6 1.26 MB 499 25
827,390 827,390 0000000000000000000325b4d9b6d502b7fc95046c8ebb4b919ee6e6bd92a6ea 1.72 MB 2,697 26
827,389 827,389 000000000000000000025080a64f4f2458749b68584f4e6c46f372b2a98241ca 1.91 MB 1,992 30
827,388 827,388 000000000000000000020740c94f39f154ed52c6dbb82d0f4e09d9c2c3caa16c 1.35 MB 947 25
827,387 827,387 000000000000000000020ca9e9f651bb817b272d3f288941ab97030883d2c03e 1.76 MB 1,898 34
827,386 827,386 0000000000000000000256393ecf88095fde2832cf963c8db6be6ede2c982e9a 1.80 MB 2,172 35
827,385 827,385 00000000000000000003d344a1ed69af45351fbf2fd73d026f15a33a798f2414 1.48 MB 2,031 39
827,384 827,384 00000000000000000001a955b5622674e52c323a9e23468518c92cea62963849 1.47 MB 1,074 28
827,383 827,383 00000000000000000003c62263dd037a8f9fa3591066171d2777abc17741d92a 1.55 MB 2,861 42
827,382 827,382 00000000000000000003fc2664b7b9e6631545924ceb1b407be43dde5d026161 1.51 MB 1,267 30
827,381 827,381 00000000000000000003abfab244dcd07de4e2da6695243dde793902bcdc710a 1.00 MB 89 23
827,380 827,380 00000000000000000003d80ca551e6fae754a7942af968c423676f7e109b9735 1.98 MB 1,439 29
827,379 827,379 000000000000000000009b7d2ceb23a1b291f2ac5478f30ad251efa4a228220c 1.70 MB 1,871 27
827,378 827,378 00000000000000000003c69b00023a56af188008ced2ccb75408057d3b193a95 1.65 MB 3,015 30
827,377 827,377 0000000000000000000159fbb43f4f2f03fc80e203b025423f71fd22586683af 1.48 MB 1,664 30
827,376 827,376 00000000000000000001a91e7afa9745ad883983d36208704643457a647f012e 1.01 MB 158 23
827,375 827,375 0000000000000000000159fbf7dcb33106206a8299c637440159792a036e3a7c 1.96 MB 4,949 26
827,374 827,374 00000000000000000002b330446f6377367b0ebdff0e6ff84e41329699e0558d 1.75 MB 3,445 32
827,373 827,373 000000000000000000011538b71e8a5e03cf99195bfbbaefe1d0ef17dca140a1 1.51 MB 1,055 24
827,372 827,372 0000000000000000000243a088f76dfc96c96ecc113e9f19fd2fca2d41938f2f 1.48 MB 2,295 35
Previous 10 blocks ↓
Total Size: 697.98 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,065.78 GB sent, 197.67 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.