Memory Pool Memory Pool Refreshing

64,145 transactions
24.26 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,262 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,622 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,261 (456,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,265 413,265 000000000000000001df67fb44229b26af01db531c2ef4804b99f99f7f3eeafd 1.00 MB 1,015 19
413,264 413,264 0000000000000000007d16f2a96866068bef1e0b8294c07b7597352dbd7952a4 1.00 MB 1,072 21
413,263 413,263 000000000000000002f8b8e7c8a5699a58a95d4ac81762d322b178d5467bab67 1.00 MB 2,993 68
413,262 413,262 0000000000000000013d12787de468d0066194c0f9c5c327409a3d5a323ac0c3 1.00 MB 1,790 38
413,261 413,261 00000000000000000590d5c48634e3bc6e505b1df1e45f765467b07d28bea719 1.00 MB 2,318 66
413,260 413,260 0000000000000000015b45a6054009a164d3524517215fba1a33ffd4e027a5a7 1.00 MB 2,252 33
413,259 413,259 0000000000000000047c105e100d98840cb2f8f3c06ce082252ca5befcd3d8f8 1.00 MB 2,501 64
413,258 413,258 000000000000000000ba8f871f5fdfb01c390c03adafadb4e57c1ed4daf4ebaa 1.00 MB 3,190 66
413,257 413,257 000000000000000004d7f70f5366277f5c4b9988c36c2a601bd003ee84b2780f 1.00 MB 1,948 78
413,256 413,256 0000000000000000036934a5a724d98a76a1360db071889dffea57bed9840db0 1.00 MB 2,241 50
413,255 413,255 0000000000000000037083055bb5fc6b47ed090f55ba3053aea7700d4a3cbc47 1.00 MB 2,512 84
413,254 413,254 0000000000000000019842d72a968803bce5b31cfb5e4cb67152afb5789d4455 0.93 MB 1,897 68
413,253 413,253 000000000000000002f3dd3fcf64f0e3fb4b07756164f8e49b5b01438cecbf06 0.75 MB 1,139 25
413,252 413,252 0000000000000000009200908137869b8636d234ab58da13cb77f530cc392ebe 1.00 MB 2,532 54
413,251 413,251 000000000000000001ac234c7a35be724a6b2767a1fae71a9e545bda51c0b487 1.00 MB 1,555 88
413,250 413,250 000000000000000000c6d50df3dfaa78ca4d76846c07927a5b97c5a3a0b2bced 1.00 MB 469 139
413,249 413,249 00000000000000000444ffb63c1454e77097cb6e09b9c9cb885204479f7f9bb0 1.00 MB 1,818 36
413,248 413,248 0000000000000000028d6229847491d6a0fd616ab89e1bd6e93b4f19deab23fa 1.00 MB 1,779 27
413,247 413,247 000000000000000005a859e74c389b2af2fb59cd9a73506af26910e04ac63aaa 1.00 MB 2,351 65
413,246 413,246 000000000000000001ae73aec35b96ab4271e5c8be2e2380e67d535e75b1c89f 1.00 MB 2,430 54
413,245 413,245 00000000000000000478bc2d93738699742ce6b6a7273fe629b579af9c58260c 1.00 MB 2,447 76
Previous 10 blocks ↓
Total Size: 699.94 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,205.63 GB sent, 209.96 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.