Memory Pool Memory Pool Refreshing

65,708 transactions
30.25 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,866 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,681 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,865 (113,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,592 756,592 0000000000000000000327dfc66474988824c3d8a11bba37e8129a819d462bd3 0.58 MB 1,147 12
756,591 756,591 00000000000000000000abf5c4dedd4901672fed329425fe0bafabe608fc1c36 1.54 MB 2,844 12
756,590 756,590 000000000000000000069cd9689f50f43901e5ae1b4a607e800e95d67d994569 1.20 MB 1,893 8
756,589 756,589 00000000000000000008cf8a30ff6be4be55c8a3e438a618033ed3e0c44c13b1 0.25 MB 354 9
756,588 756,588 0000000000000000000497998326a8ee4e467232d7cf18f7c08be4dfb57f3f20 1.40 MB 1,303 6
756,587 756,587 00000000000000000004051461ddd484525b721a6714febc13bbe1b498fde172 0.41 MB 685 10
756,586 756,586 0000000000000000000807621f49ad21c7b62839c3a225820368877459ce3cdb 0.88 MB 1,110 5
756,585 756,585 00000000000000000005fdcb0b5f11ca03f3bc64321051bab492bdaa45afe705 1.65 MB 1,909 4
756,584 756,584 000000000000000000074a5e1d35016b20f637574b512ee17501871b3a7a5e47 1.54 MB 3,363 8
756,583 756,583 00000000000000000004944a971d8bb0e561e4571033a52c20c4d80181191884 1.62 MB 2,853 9
756,582 756,582 00000000000000000008c6e7748a0ddef5458d5aab01b932fa2450c380664a19 1.36 MB 2,754 16
756,581 756,581 000000000000000000056123aa9c7db8305a0f6d4dacaeb948016fc705b761e3 1.25 MB 1,557 17
756,580 756,580 000000000000000000027c5cd81171abf388d1107b213f0bccf12d9375fd0a92 1.30 MB 2,324 21
756,579 756,579 000000000000000000054915c9d985d3ac803a88449c6b9acb778baf565a8581 1.52 MB 3,082 11
756,578 756,578 000000000000000000071f21c6a7ddc4210924efd6abb68cdc25a95dbb0c7099 1.30 MB 2,593 11
756,577 756,577 000000000000000000025c88382cda43a8846b8b2b6875bc9746a6f4d2992a2f 1.11 MB 1,983 11
756,576 756,576 00000000000000000001cfb0214a169d206a1c7b52fb7d83c4229b1ca8476aac 0.28 MB 423 8
756,575 756,575 0000000000000000000103fdb68e8bca780a1a455c58790010d09247c5a17876 0.19 MB 413 9
756,574 756,574 00000000000000000001ee3a072ca969ab7a0ad0d13892aa2efdc2aa5e2966ce 1.25 MB 1,062 6
756,573 756,573 000000000000000000051afd6d2642230917496b89187d5e271d64a3a29b4e35 0.50 MB 960 10
756,572 756,572 00000000000000000007fc8d2765faf32c3964c9c408601560e61deaa55f0066 0.02 MB 64 7
Previous 10 blocks ↓
Total Size: 699.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,133.04 GB sent, 205.23 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.