Memory Pool Memory Pool Refreshing

29,210 transactions
32.56 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,977 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,976 (40,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
823,642 823,642 000000000000000000037ee84313d63265de26da3f5029b3bd5a912b079cc80f 1.73 MB 4,978 121
823,641 823,641 000000000000000000031d0b5efdb964f7242d90eab3b9329d2878523393203c 1.81 MB 5,430 145
823,640 823,640 000000000000000000013e76f208b079beab861be82542f9f7f1cd2eddd5654a 1.66 MB 4,525 161
823,639 823,639 00000000000000000002ced9426d8c4d13cd4d4e70e1659c6aeb25ea1bc46faa 1.95 MB 6,036 125
823,638 823,638 0000000000000000000218b6d5e26aad4c98b8680497ab5777328142b642efe2 1.63 MB 4,386 138
823,637 823,637 0000000000000000000067c55914c09c6951b0c821c0c4d98dfb31e7d169991e 1.62 MB 4,508 167
823,636 823,636 0000000000000000000103ceabae086fa3b8458e68079d6908d88538af4400a5 1.74 MB 4,920 135
823,635 823,635 0000000000000000000333ee2cdf5abca9e4fcc3362c85ace6173b6e010a9399 1.66 MB 4,448 146
823,634 823,634 00000000000000000002b2126aba953b19c87bb77b45e76b57c1e2b6f3118f55 1.69 MB 4,632 134
823,633 823,633 00000000000000000000362b89e782d8b6f5e38752f25041b636826c6a8ed6ad 1.77 MB 5,194 148
823,632 823,632 000000000000000000028bba89290977952fe26f9ec912fede63650d9e3c0c68 1.63 MB 4,453 143
823,631 823,631 000000000000000000014ce9b7c0ce614d80bea3676cc919ea90301cbf728081 1.70 MB 5,353 149
823,630 823,630 00000000000000000003dc04f7e09707f873a79594396e81c95b23c3f18d5028 1.58 MB 3,725 195
823,629 823,629 00000000000000000002b5d88718343fda37e359c425f8e02133da74185591d5 1.61 MB 4,477 147
823,628 823,628 00000000000000000001ba46eedcacc8adc03eb1b632064ddfc194468311d426 1.89 MB 5,746 128
823,627 823,627 000000000000000000015abafea9514fb7219dfe62ada907430fab9352ef43a9 1.75 MB 5,345 145
823,626 823,626 00000000000000000001f2987709e3f100f4ae3a0ecb17fab04b4b7ac569bebf 1.63 MB 5,040 147
823,625 823,625 000000000000000000023ad0c968f4e85fe3ecf545c2bd6b385a9763b9044913 1.66 MB 4,455 168
823,624 823,624 00000000000000000003ab1ae5d9520b0bf16bfbc16d86bd7c702a39b171faba 1.60 MB 5,517 141
823,623 823,623 000000000000000000028024624be725f83b797b1704f62c962af0aecaad21d7 1.76 MB 5,277 144
823,622 823,622 000000000000000000017309e72aac5f734552f39f9276ce6b36bdc9fb3a9c49 1.57 MB 4,213 145
Previous 10 blocks ↓
Total Size: 687.97 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: 1,534.38 GB sent, 125.19 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.