Memory Pool Memory Pool Refreshing

49,821 transactions
22.58 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,495 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,190 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,494 (17,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
852,564 852,564 0000000000000000000283216a8e88ec9fba191f5e9028d44542ce6dae92ba99 1.79 MB 4,439 7
852,563 852,563 00000000000000000000db5e3d2fe4ad8cb02bebfe910d97db56279f23d916c7 1.76 MB 5,101 5
852,562 852,562 0000000000000000000183a532cff0489d22af6fd61a3ab90925043b99eef40f 1.78 MB 4,460 7
852,561 852,561 00000000000000000003383df42e4a73c49e5e10159a2284b280fb731eeb2e11 1.40 MB 3,608 8
852,560 852,560 000000000000000000004fdf2c40b1d12fb3ce18d066c99091c17b1801d48d53 1.54 MB 4,172 10
852,559 852,559 000000000000000000020001b906336a504e0a28ec222bc3c617ffe445dc3b28 1.23 MB 2,943 4
852,558 852,558 000000000000000000020b14a8bb4fa16f10265cf6015e5f46d62b8e8e0642b5 1.75 MB 4,651 7
852,557 852,557 0000000000000000000313898d8cc5f5865e2d160ef4dc577cabc9ef31419fec 1.64 MB 3,698 6
852,556 852,556 00000000000000000001212b9598c2a908c62eb6a983b7fee5f769fb882213f2 1.37 MB 2,540 4
852,555 852,555 00000000000000000002bc4c3cb3dcde16b073e6135047e0b2a7e830b1035006 1.78 MB 6,268 5
852,554 852,554 00000000000000000001e3775acb2aabf2680120061678842c49c48baacec3ab 1.81 MB 4,636 6
852,553 852,553 000000000000000000034a9dab3bbc046a496bfc3f5f0e15a1fdb8d8d6a60503 1.77 MB 4,425 6
852,552 852,552 0000000000000000000102711fa7ad2d0e6ad60a4d0c19bf92a8e43299f2685a 1.73 MB 3,775 6
852,551 852,551 00000000000000000001c020a00e064602a269adbb905aedf7c423c0985023c8 1.62 MB 4,417 7
852,550 852,550 00000000000000000001a17e8ce7f50babb9ffa7383d737dc01ae5132649da14 1.71 MB 5,155 13
852,549 852,549 0000000000000000000212f2e8d7c93ce588a2414e6d99fab75da8005cb28f8e 1.38 MB 4,184 9
852,548 852,548 000000000000000000010b66e7a6881a04a083db41cbf71de660a84242e5cc55 1.50 MB 6,071 8
852,547 852,547 0000000000000000000282ab30408ab93bc6916812a76b3f6cb8f7cde2a8fa13 1.62 MB 5,559 10
852,546 852,546 000000000000000000027d048a920f3c4fdc32adeb7cb05abd34f479ecdaa387 1.61 MB 5,466 10
852,545 852,545 000000000000000000034995b3d35ac5d65982f5b6e688b09bc7f74f8cf01d6a 1.46 MB 2,656 9
852,544 852,544 00000000000000000001359ca0e0d40b71b400d56112cab4db636d6d2c111c6e 1.67 MB 3,593 5
Previous 10 blocks ↓
Total Size: 700.38 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,300.63 GB sent, 213.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.