Memory Pool Memory Pool Refreshing

50,069 transactions
27.10 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,412 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,477 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,411 (65,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,321 798,321 0000000000000000000549e59417cd81728c567f626b1c3580d1fbdf6dadaef5 1.78 MB 2,524 9
798,320 798,320 0000000000000000000458e1debe119c86fdc9a72d62cd4549f216d23100d34a 1.67 MB 2,611 15
798,319 798,319 00000000000000000003944480c3d77d23b927768ee0fa6714a67ea860983c59 1.49 MB 3,437 15
798,318 798,318 0000000000000000000362498e2adae834626df0421055ed37786410863c40a2 1.61 MB 3,076 22
798,317 798,317 00000000000000000005284f0992edf1146dce731be74c5efb3931e08912b043 1.39 MB 2,802 31
798,316 798,316 00000000000000000004be415f010ede02480ff960fea0db5f0d28980101985a 1.56 MB 1,810 11
798,315 798,315 000000000000000000036be196c1d41f4251d8cf062fd28d03bb8b9aace76011 1.63 MB 1,900 9
798,314 798,314 000000000000000000000b055f08910db48a1142da2d1a7e660b6089cb3cd1a6 1.57 MB 2,730 17
798,313 798,313 000000000000000000027a2901fc5e2c1c33c3c4eda104249e4cab1858a814df 1.70 MB 1,884 10
798,312 798,312 00000000000000000000fb607305649ffbc51cafaf3a066c287e8684a54fe7ab 1.42 MB 1,721 15
798,311 798,311 000000000000000000028e03b410cf01cc7e7669c16d3abdc92e43bb32a8d878 1.52 MB 2,680 12
798,310 798,310 00000000000000000000b31dc0ee320793700ebace5b43ef0835e33ef0a5d2ea 1.53 MB 3,232 20
798,309 798,309 000000000000000000053a8dff3962a5c41712612d8e5974187c7c35eeab3a21 1.46 MB 2,713 15
798,308 798,308 0000000000000000000209eade29cff20a35c7385c87e2c975dab2d16ece4215 1.62 MB 3,288 20
798,307 798,307 000000000000000000024e5f504d51a7237464e062e21e2811026d1f223d8d54 1.27 MB 1,487 12
798,306 798,306 000000000000000000052c874e65ac96629d5f294bd7fea6146b5f514d9859dc 1.57 MB 2,594 17
798,305 798,305 00000000000000000005455fbfa7610356ad759478d49138e92293c62e17e79d 1.82 MB 2,455 12
798,304 798,304 000000000000000000032ef3dfb54c493640cf1a1d1bbf00b01e72274264beea 1.64 MB 2,076 16
798,303 798,303 00000000000000000003500e8499fed61ab8fb08a6545d229e30344e6d8e8904 1.66 MB 2,634 16
798,302 798,302 00000000000000000004c950d4ff396c884ed21b3c4168bfbba3f1dbe8a968ea 1.43 MB 2,897 22
798,301 798,301 00000000000000000001e5e6ef63a71ad245f2b1d856ca218251cacb179185e4 1.58 MB 2,382 15
Previous 10 blocks ↓
Total Size: 686.90 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,496.87 GB sent, 117.78 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.