Memory Pool Memory Pool Refreshing

14,791 transactions
29.93 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,176 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,807 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,175 (476,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
385,424 385,424 0000000000000000051bb5470f3b731659ea6f9d4274870c3816d37e85c6d1a5 1.00 MB 672 11
385,423 385,423 00000000000000000bbc4b770de7d15f35d8ce2e812f219591615099cecee700 0.71 MB 839 26
385,422 385,422 0000000000000000011702f7b8bb19c24a592a99ef7d9a4f5d8d76b43acc43c6 0.80 MB 1,215 29
385,421 385,421 00000000000000000b987861a26231be94bf633896ce4538765793d01238446e 0.61 MB 1,593 48
385,420 385,420 00000000000000000a34c25a128e10fa6ff6c510ada03a0d474516429b1002c3 0.18 MB 203 21
385,419 385,419 00000000000000000046a01c2c83195931f3ef5904a68aa7715caf068c1d6541 0.97 MB 1,609 26
385,418 385,418 000000000000000001b6fe9a1244dd121c91ebffde87383f9a5ae45efa6667e7 0.45 MB 862 35
385,417 385,417 000000000000000007b3ce908b02d6be153c46658d3507cc5e6ea875e2e85afc 0.74 MB 1,029 26
385,416 385,416 00000000000000000970a062584e7613ea4d2552e7ff58dd86421c949570a83b 0.75 MB 1,048 22
385,415 385,415 00000000000000000d5b6a91a0c8b54372d631a83999b0a27976705511e8be51 0.17 MB 262 31
385,414 385,414 00000000000000000c85d225c408f8cb35ac41bee4b33c3daf0cd4180f5a7102 1.00 MB 2,185 36
385,413 385,413 00000000000000000415343f954630cd5d0b5a2802c39d0fcfb8cd017ef800cb 0.95 MB 2,442 46
385,412 385,412 00000000000000000e54946ab0461c08933fbdd9c930f3cf3339b0bc5ff778ac 0.94 MB 1,859 32
385,411 385,411 00000000000000000b6a36ec8dfcd9f840c3a37d4f77ce0fada0acb637af6d8c 0.35 MB 695 31
385,410 385,410 0000000000000000019131ca2f5d1247f02caa1acdbd4294e6b0e7dca44184a2 0.58 MB 1,210 32
385,409 385,409 00000000000000000395a910f8cdadb514d959c5088ca4d7ae2eef4cdf515da9 0.00 MB 1 0
385,408 385,408 000000000000000004c5dcafd1f565552481b766ef05c17fd100bf50e0806c62 0.62 MB 1,278 31
385,407 385,407 0000000000000000077e63a99a0a51185e77d208fd92fdc2d8737e43debf5527 0.52 MB 1,015 32
385,406 385,406 0000000000000000090e1946d5dff37f0fd6b1030382cc8ddc9f73850fca8085 0.00 MB 1 0
385,405 385,405 00000000000000000df8874e0599ccc6c7a766a63d15b8b975bc70dafca73aa9 0.33 MB 416 19
385,404 385,404 000000000000000003de9b78b65867fb5bb59588923bcba8e60750854297b43f 0.40 MB 678 27
Previous 10 blocks ↓
Total Size: 684.50 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,345.27 GB sent, 101.43 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.