Memory Pool Memory Pool Refreshing

36,103 transactions
29.18 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,463 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,359 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,462 (79,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,240 783,240 0000000000000000000292fcc67f1edb56cdb93e439cf4d395ad3e014c893ffb 1.80 MB 3,061 14
783,239 783,239 00000000000000000005227bf7b13098bc53b540b621a780222f677c0c3e3b11 2.53 MB 3,208 6
783,238 783,238 000000000000000000020ff2c819af2b15f37d5a099e833e3687538da62bad5f 2.63 MB 1,602 10
783,237 783,237 00000000000000000003140ac9ff8a1b03077cc515d9ab61848dc8058ee4519a 2.11 MB 1,788 8
783,236 783,236 00000000000000000001dc0b52d323b05e3441202e43f6029c6bb9a03b49b8b0 1.30 MB 1,712 19
783,235 783,235 00000000000000000001ee7f9e6fda800c0f7ad959097f1b81de94057a6d6f75 1.41 MB 2,265 24
783,234 783,234 000000000000000000006b03248ed5b1aeb0142852f8f21b25f5e651095b78ec 1.41 MB 3,035 31
783,233 783,233 00000000000000000001fbf991828903995c22b04e90791dad80353e87db306e 2.20 MB 2,830 9
783,232 783,232 0000000000000000000255ae3e11bf431151f0864e2312926e68c69274466389 1.56 MB 3,322 27
783,231 783,231 0000000000000000000159e89dbf8c62217c59f59cd6ba59620ef569efac7c80 1.47 MB 2,056 13
783,230 783,230 00000000000000000001afa94b29fc5995d04a4439e17e692b86de6877f560ea 1.51 MB 3,538 27
783,229 783,229 0000000000000000000036f46726d34739383cc130171a0a2817e4300bdc02c6 1.49 MB 3,458 26
783,228 783,228 000000000000000000025b22bc53e4a93a7a2a151be5e5b0510c66759356ef0b 1.54 MB 2,812 25
783,227 783,227 000000000000000000037ea80c8defd7a115d371ede21a2748768750272e8bc5 1.47 MB 3,233 31
783,226 783,226 0000000000000000000087323de41640112c47856af270f1f6859fb4a5ffeac5 1.19 MB 1,650 32
783,225 783,225 00000000000000000002151712b7be9c53dd433bf65a44f1230de4eaf2828191 1.42 MB 1,609 15
783,224 783,224 00000000000000000000a04bbf2e486e0910e60434f4cfc3b4629b5032aeac9a 2.04 MB 2,823 16
783,223 783,223 00000000000000000004e364aadcf49e068fcad47313edfe4c8c743388fb5eda 1.77 MB 2,745 13
783,222 783,222 00000000000000000005d95559a19ee1235a1145600b1f4381c2ab4bcb70c9e4 2.02 MB 3,161 19
783,221 783,221 0000000000000000000497a48268a99b8288e7b03d623e97560c81fd00810740 2.13 MB 2,933 12
783,220 783,220 0000000000000000000420086d8c09d80ae66b159efc6ac30ca7eab07caf3aaa 2.08 MB 2,620 12
Previous 10 blocks ↓
Total Size: 685.05 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,370.08 GB sent, 105.60 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.