Memory Pool Memory Pool Refreshing

51,411 transactions
20.32 vMB
Show Random Selection Loading Transactions
Max Size: 128/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,144 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,347 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,143 (103,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,711 768,711 000000000000000000045a64ddd39e41df1c0461938db8c0edcbf7e91a657990 1.47 MB 1,711 8
768,710 768,710 00000000000000000001c1e4eecbcd069b8206b18b1a73a89675f5406f69b944 1.39 MB 1,575 14
768,709 768,709 00000000000000000000a885f32c55315ff8591d7cdc5f8aac300428c027308d 1.36 MB 2,413 24
768,708 768,708 0000000000000000000270b42b21d6d0142963853c33cb895e5cb678b201b186 1.19 MB 1,499 24
768,707 768,707 000000000000000000068d7a32571a65a34c418a72d815b9032a50d0a025368a 1.63 MB 1,116 5
768,706 768,706 00000000000000000002dddb190a75f261b9f55560afdccff61ee36636c71b2b 1.81 MB 562 3
768,705 768,705 000000000000000000051ddaad7085c46c594ca5ce3be13bd83b15ae7d155461 1.62 MB 2,160 12
768,704 768,704 00000000000000000003ed5cb38d4915e8bce53bed535ca677831f6fe170e56d 1.56 MB 2,413 14
768,703 768,703 000000000000000000025b29404697b81d98d30066d09a315cd4c59438129716 1.81 MB 828 5
768,702 768,702 00000000000000000006851bfa907cf15763a0ab602c43e143a3bacfb18ca5a4 1.17 MB 552 2
768,701 768,701 00000000000000000004d36bf59a7e6054411644dc24f30c388e5926fadbc2ba 1.46 MB 2,125 12
768,700 768,700 00000000000000000005d867a26f2f3bffa2cf616ca69c4e9e32e5da9f771a39 1.71 MB 1,798 9
768,699 768,699 0000000000000000000022ccaafc9530ca7243975f6d67ab73ca76ffcd3c5f44 1.58 MB 1,195 2
768,698 768,698 000000000000000000026cdfcb5f775bf97d689e1cccd0f8ac4e8d6ee328f18c 1.49 MB 2,280 7
768,697 768,697 000000000000000000037735981197336fac6c0e8af3cfe48532acced2035032 1.59 MB 1,975 18
768,696 768,696 00000000000000000001e1229f54f777b303a0d8b3f2dae168387df4592c37f6 1.39 MB 2,967 28
768,695 768,695 00000000000000000005f72e07f8c4fd61c9620e4b30b03b9dcabe9eac8490c7 1.71 MB 2,931 7
768,694 768,694 0000000000000000000187a68dd6954f6622b4ec41b638a2a9cc499d9d59c6ed 1.48 MB 2,669 14
768,693 768,693 0000000000000000000174a5b7dd60730bfcebd007466f6e87f1c98fe53b6e48 1.48 MB 2,492 16
768,692 768,692 00000000000000000007e0167def09c222ecf11f51c73f01f61f4ed6aa1be000 1.45 MB 2,865 26
768,691 768,691 00000000000000000000566f9bc7640eb5f917a5c3656bbd8c632cc627e7ae10 1.34 MB 2,188 21
Previous 10 blocks ↓
Total Size: 703.47 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,592.65 GB sent, 234.48 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.