Memory Pool Memory Pool Refreshing

34,366 transactions
15.63 vMB
Show Random Selection Loading Transactions
Max Size: 87/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,980 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,979 (42,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,596 829,596 00000000000000000002f151878884d112464ddec82a2bf5b164041cc8f6e2ba 1.32 MB 1,800 54
829,595 829,595 00000000000000000003085ae16874354d2febaa03c543537a3b449af0c433f7 1.58 MB 3,044 39
829,594 829,594 000000000000000000037f147333d10c5a3379f0fc54ffaecede626388a461c6 1.57 MB 1,603 26
829,593 829,593 00000000000000000000bcc6a2dde5f8bd53b88dad3bfaae90ce3c75ab182686 1.56 MB 1,636 25
829,592 829,592 000000000000000000033381cfc09e4253517729fae6c317e55c09bd1e4c0940 1.79 MB 2,051 30
829,591 829,591 0000000000000000000105868bd25eb1b42397fc0a749e9a6477b4c145dcd3fc 1.99 MB 2,045 32
829,590 829,590 00000000000000000003a55406eac06ee70db4e46abbacd02b88d6ae52b146c1 2.29 MB 1,139 27
829,589 829,589 000000000000000000019e726404bbf0fd6499e0f4e9b501f1c04fa36a900634 1.97 MB 1,844 28
829,588 829,588 0000000000000000000355db49bb6f1561f71229fbebd94e2795b7217745d7e9 1.84 MB 2,252 32
829,587 829,587 00000000000000000001e61134fe37ed780a4d0e3c755ab7af0f932a9cbb6f4a 1.57 MB 2,647 48
829,586 829,586 000000000000000000032fb99211893a064090b5095958b3a5ad635791e6e7f4 1.20 MB 815 23
829,585 829,585 000000000000000000019e0db106d1d6db3c325633be4e5c3b91b6cd8671e09c 1.33 MB 635 24
829,584 829,584 00000000000000000000868d5a28af7dd2e0f32c279a097c7c098aaf4915f407 1.76 MB 1,434 30
829,583 829,583 000000000000000000000ca86658040b6c4e5661dd02f878b378ca5d6134352f 1.83 MB 1,617 27
829,582 829,582 00000000000000000003af316ae8281399b19016a9d1ff4398a29a2d21825785 2.03 MB 1,615 26
829,581 829,581 00000000000000000002168b2e1be0fa4b1826c3c05b638bd302b218363140fb 1.57 MB 2,949 41
829,580 829,580 0000000000000000000011031224ed242432c48a9cb3b5a0195db1df67ed5ca1 1.54 MB 2,777 37
829,579 829,579 000000000000000000035c141d0146f7bb8525d1e7da1c9b341489a3e52fabe5 1.53 MB 2,648 69
829,578 829,578 00000000000000000001ca4d7280e4f146c4eea05a3b61385f46f3ca8f7daf9d 1.44 MB 700 24
829,577 829,577 000000000000000000007127e86a7c24a20b254ac6a4787be47866bd4df99f4f 1.94 MB 1,927 29
829,576 829,576 00000000000000000000c54a2c36f1f24f372505de18a5fc43543ddd9aa8b453 1.55 MB 2,801 45
Previous 10 blocks ↓
Total Size: 703.17 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,583.26 GB sent, 232.35 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.