Memory Pool Memory Pool Refreshing

16,094 transactions
31.56 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,938 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,823 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,937 (529,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,521 333,521 000000000000000019480c8d66909196026deeb889deb4509489729b053153f3 0.15 MB 285 31
333,520 333,520 00000000000000000131267d37409cfca6a2930b85dade8badae421b8bad6b20 0.00 MB 1 0
333,519 333,519 00000000000000000e25c36da7c5717bf5c88acdac39178550309eff343a143c 0.19 MB 329 23
333,518 333,518 000000000000000017b272b8a236a34ccdb7379e8145bc87e20ae900e816a366 0.09 MB 126 16
333,517 333,517 00000000000000000e3da4b9e82a8ac315e715d1cab2df0c3c0617322f8af1df 0.53 MB 325 12
333,516 333,516 000000000000000014eddc40d1cbda541d05ca7b96862b365b4083436570374c 0.75 MB 1,665 29
333,515 333,515 000000000000000010bc49e1960302d104e1144514447a718870278efc584d73 0.57 MB 582 15
333,514 333,514 0000000000000000060c508bda7e92d39be37c2ca2e862d2fd0f0e0ab8e1889d 0.50 MB 1,012 27
333,513 333,513 00000000000000001a600db7c30cfff2abdd14658a6a71dd35dc7fe03571c104 0.75 MB 1,321 23
333,512 333,512 000000000000000003b8aaa15d0d40e19ef4d5946bb482201f41b763c8c21787 0.13 MB 512 46
333,511 333,511 000000000000000019801248aac96608455ff7dd5264b9200f2bf17e0c29c48f 0.04 MB 64 33
333,510 333,510 00000000000000000c72bce5c925a2f5ee3a518503b6b659e8565815de1ca4b9 0.36 MB 632 21
333,509 333,509 0000000000000000147d126a30cedae3718609275c07ca6eced87aef3a00d31e 1.00 MB 1,451 19
333,508 333,508 00000000000000000ca7e1428193f29da164adf2e52b41afdf840eff01fbcacf 0.35 MB 586 20
333,507 333,507 00000000000000000401d763bf19724b0b06a8dc36a68b20594541214274bb29 0.75 MB 2,680 41
333,506 333,506 000000000000000010777d594e10d8a7228b000c08db811a2ec080f3dd11e984 0.83 MB 1,607 25
333,505 333,505 0000000000000000022900ff33a561217eb7b8392f9e386a7dde981706dc1688 0.29 MB 720 32
333,504 333,504 0000000000000000097bde5863d683d8874fa0d1531bb080cfa19717744fcb77 0.47 MB 849 24
333,503 333,503 00000000000000000ed2fad4b2172aad461174f7fafea3bc16ecbbfefdbd1403 0.30 MB 390 19
333,502 333,502 000000000000000017f1866fb3f82534348285c76e21f92128793eb8c2af9238 0.20 MB 298 21
333,501 333,501 00000000000000000eeb84f535b3b86f1315c510dbde3704bca75b78bcf04eba 0.07 MB 108 11
Previous 10 blocks ↓
Total Size: 685.98 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,412.62 GB sent, 111.62 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.