Memory Pool Memory Pool Refreshing

69,253 transactions
30.73 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,352 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,395 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,351 (38,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
831,263 831,263 00000000000000000002c30fcaefacd6ccf8b862160c6f8b8c8494d06136f871 1.64 MB 3,114 37
831,262 831,262 00000000000000000001455d8c08a2a13e22faa27ff59381bf0625ea003ca9b1 1.79 MB 2,475 16
831,261 831,261 000000000000000000021e13ee0d46000057c6070cf486a8eb3367ed3c9248e2 1.72 MB 2,162 15
831,260 831,260 000000000000000000017ec11a24dc29f5f5751e9042590813047fbb0e381a18 1.65 MB 3,276 22
831,259 831,259 000000000000000000015424ce638cd4f6742b259afd6f3358d8a8248f647d8a 1.57 MB 3,066 27
831,258 831,258 000000000000000000020776a231088e06cc00459f4cc7f6b91a3fb84a5beec1 1.66 MB 3,064 21
831,257 831,257 00000000000000000002f33e6009092a906fbe5a718082ac9b67c5e43d89238c 1.75 MB 3,571 22
831,256 831,256 00000000000000000002aa1eb19a4709e1603e7698feba14521b89323160ed9f 1.74 MB 1,958 18
831,255 831,255 00000000000000000000fc6c3bd42580fd775018a31c65d48c65044cb6fca34d 1.63 MB 3,190 28
831,254 831,254 00000000000000000002ff9793d9c30b83c05660d3e33ec2417850a460dcd88b 1.88 MB 2,334 19
831,253 831,253 00000000000000000002ca8017a49c6211bef9be98e3f82fb17109bf9565bf90 1.75 MB 3,409 22
831,252 831,252 00000000000000000001d0a7fb0caba42a4243d4c2f52424a9c18d01a0265e89 1.99 MB 2,353 15
831,251 831,251 000000000000000000011d451873abac8bb49b18ae31ef6e875ee2c8adafe6c5 1.84 MB 1,515 20
831,250 831,250 00000000000000000000aec504cc038872a25d031eb9af22c0a95039e835e3fd 1.61 MB 2,841 29
831,249 831,249 00000000000000000002d4c2c84f2ea6b4478ff486479cff4bbfdcc03e0de5fe 1.61 MB 3,067 30
831,248 831,248 00000000000000000001f78b31a9664fb70b165e4c6a51307527ae0449ab7ebc 1.64 MB 2,864 27
831,247 831,247 000000000000000000033a175cc3e933ae120fafa03981ea81c69d42ce733828 1.77 MB 3,111 20
831,246 831,246 00000000000000000002946973960d53538a7d93333ff7d4653a37a577ba4b58 1.50 MB 2,606 18
831,245 831,245 000000000000000000025249020a51a40856dba7128fe78391fe71b750d2853e 1.59 MB 3,000 21
831,244 831,244 000000000000000000019a0d01d5d409676af01bec8df414029053fbe7fe989d 1.65 MB 3,299 33
831,243 831,243 00000000000000000002489b352c4edb1cdb0d4fb0cfd27b4c89f004d4c9c435 1.83 MB 2,919 19
Previous 10 blocks ↓
Total Size: 698.24 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,071.02 GB sent, 199.18 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.