Memory Pool Memory Pool Refreshing

60,786 transactions
30.11 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,347 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,059 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,346 (357,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
513,130 513,130 0000000000000000002556a32de4fb627e87d01378d5c53e3fde68c67a8bbd6a 1.33 MB 498 8
513,129 513,129 00000000000000000011797911439513a40a3c9bfe9639b1e4fdb022d530c3e2 1.02 MB 278 4
513,128 513,128 0000000000000000002116e1ac1a20788a79fd3401901b3afaaf9b45a0f295bb 1.15 MB 352 5
513,127 513,127 0000000000000000000cd5438065551884e524e864b5e85ee75db69e493ca86a 1.05 MB 565 7
513,126 513,126 00000000000000000050ed03f274791ee3e7709547d42bb8d742430ecaf46adc 0.22 MB 296 62
513,125 513,125 0000000000000000004a3afeeb663b811cb25697d3c6740a55341dcd8eb1ee0f 1.02 MB 376 8
513,124 513,124 00000000000000000032e293f015e229aa2d1e1cfbc41678b510047a9dd7d906 0.12 MB 235 44
513,123 513,123 0000000000000000000f1111cc24ad86cd6d74e729e0d54369379ff08dd2d97c 1.12 MB 2,310 27
513,122 513,122 0000000000000000001001144996b03325b34542a9bc7703efcb2e20d0daab33 0.52 MB 1,156 56
513,121 513,121 000000000000000000054d00e81163a92d78d21fa09d34f7dd816149dbe5693d 1.02 MB 420 8
513,120 513,120 00000000000000000024150976008964f0f887a11ad82ff67bf00855473da61b 1.11 MB 860 4
513,119 513,119 0000000000000000001999df69131453581f518f80b2aa706c05f98620ac03d1 1.14 MB 2,661 45
513,118 513,118 0000000000000000002537e78b6f3d91cd8484f717b0c017df98f86f83dbd2d0 1.00 MB 170 3
513,117 513,117 0000000000000000003ccfb0fee4497c1e635ad6d1e01517289c937ccf3c0abc 1.03 MB 803 12
513,116 513,116 00000000000000000018bf3192b5120b3a9612f653a85693b05af01842358081 1.02 MB 526 12
513,115 513,115 0000000000000000000fb1f2f42ec1c2f66e0c3254c8c377002fcb6890ac5562 0.53 MB 849 25
513,114 513,114 00000000000000000015025548331dc90013c60958cf5796668578423b8d63a6 1.02 MB 229 2
513,113 513,113 00000000000000000009b965655e6b70ae58f075665078469df484eb5883511f 0.34 MB 460 32
513,112 513,112 00000000000000000009f2920c00bc8d61309b7af8b9376cd7426759c5ac4670 0.89 MB 524 12
513,111 513,111 0000000000000000002127e475444cea044989471bf7c1f129e1e3c4d86a64b9 1.27 MB 204 2
513,110 513,110 0000000000000000003fe77ce20d42ecd72cde12a5f6ce048c29a4e82513e7c3 1.07 MB 356 4
Previous 10 blocks ↓
Total Size: 700.10 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,238.95 GB sent, 211.06 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.