Memory Pool Memory Pool Refreshing

55,249 transactions
22.61 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,075 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,068 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,074 (92,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,326 777,326 00000000000000000001e51c4442c2dbd6d5f2b1e3186c6b3a30c79853d2b25a 2.15 MB 802 5
777,325 777,325 000000000000000000022b11408c3cf4bcb44a9de3e4f54014028d4528c021c6 1.60 MB 804 9
777,324 777,324 000000000000000000058ed12e63532141e456baf505a4f384b0849a6d2d9bc8 1.94 MB 2,416 12
777,323 777,323 000000000000000000052f72c040c1d2fad0d46747d77645b9eaea49f4d3cfd9 2.01 MB 1,043 5
777,322 777,322 00000000000000000003f74559b77cfc64cfcd038a5789d3a7690ce72109b365 3.87 MB 244 1
777,321 777,321 0000000000000000000218f603015b056b88a0ee884fbd8c2f2506c86fa4a582 3.90 MB 171 1
777,320 777,320 000000000000000000037d181b8ee46e70d6180287cb931c785997b8759dbbf2 3.94 MB 92 1
777,319 777,319 000000000000000000049710b420ec56852b28e057b603dc901101eb8206ef48 3.21 MB 656 3
777,318 777,318 00000000000000000006fdb2b92c8fd5ead4b44fc052f39135c55e89c17a374c 2.46 MB 728 4
777,317 777,317 00000000000000000001d37a6942f8774f1387bc31cf0db67d657ce84e53e777 2.85 MB 354 2
777,316 777,316 00000000000000000004bf940c45a661c4816aaec24898cfdc22d0882634e352 1.86 MB 285 2
777,315 777,315 0000000000000000000400a59a28fba5f169d6936fbf4db76ab61f9687275b3c 1.85 MB 446 3
777,314 777,314 000000000000000000032bea9dca1e30d24f31bfd8a9d32850bc88c202083ebe 1.85 MB 480 3
777,313 777,313 0000000000000000000180090395f281f6a2d539913ef83983b4a584d530c5ad 1.86 MB 131 1
777,312 777,312 00000000000000000004fa1298ea7d2d98a46a3b42db611afbe204729115f2e3 2.01 MB 1,837 9
777,311 777,311 000000000000000000055caa9ffbacae34979ed63363120c5a6ac9f873d21658 2.10 MB 1,627 10
777,310 777,310 0000000000000000000563093394c1244fc8cc16e61610b3057da90dcdcc25cd 1.96 MB 582 2
777,309 777,309 000000000000000000040a73dd4602c38a490f3430115debc5c27338da716f01 2.26 MB 938 5
777,308 777,308 0000000000000000000512fb01c0e4d9463721951a60773e3d0e8ab13b447305 1.95 MB 2,359 9
777,307 777,307 00000000000000000000fe63a9e9d6e0fd89b8868623e22273e35b4e701cf0dd 2.15 MB 1,968 8
777,306 777,306 0000000000000000000355b772e1e73dc534b5a335b7bd13a63fb223a799d425 1.40 MB 2,811 15
Previous 10 blocks ↓
Total Size: 699.60 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,174.62 GB sent, 207.57 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.