Memory Pool Memory Pool Refreshing

68,112 transactions
31.04 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,867 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,257 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,866 (664,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
206,657 206,657 00000000000002ea516cb48ba0b815b3a51dc726d34b5973aafb053d27fb07a0 0.02 MB 56 314
206,656 206,656 00000000000002cf64970fd0a149aff161f1421d648d2e643207a8fd3add1db9 0.00 MB 14 130
206,655 206,655 000000000000033ef7e4de840eeb507e50efba89b7581f99e3a6272a6f594980 0.07 MB 149 197
206,654 206,654 00000000000003a46072c18a91ce8a97defbd67c3f004967fd420394e42f06a1 0.42 MB 616 109
206,653 206,653 000000000000018d8e8446464e48a61bbcc6473752b00a4cb2b7c3dd0270ff22 0.02 MB 48 172
206,652 206,652 00000000000001b8ba9bd68a6f271bdbe77de8e7f59a0bd1276f10391ba3d0b2 0.04 MB 74 149
206,651 206,651 000000000000028f19cbf57a8bda113ee713bf3a520cc8c5b6aa3a1fbc8bfb50 0.03 MB 104 69
206,650 206,650 00000000000002a6cb5d02a050ebccf309801c44f6d25d8a7a3bedf63cc177a8 0.17 MB 404 317
206,649 206,649 00000000000001b751410b0ed1cdbcc97c924122e625d0766a66695e1e58d6d8 0.06 MB 175 52
206,648 206,648 0000000000000227c9526499102a93d08da0e4c945cec2338829ea834151eaf1 0.00 MB 17 37
206,647 206,647 00000000000001d9bdf0b77757dd24bd54f2edaeaad98c5983cfbc8836ca7ead 0.10 MB 245 241
206,646 206,646 00000000000002d2b82d0565551bd6b5c05ca7c270832d51b27f00d34a7b00ef 0.08 MB 147 163
206,645 206,645 00000000000002fc8693fcef9a2c3cbf035302fe5265b45368ed13b5ee37905a 0.14 MB 114 107
206,644 206,644 0000000000000163a7567ce934d0d70bbc4ba17fcb98cc8492a2ce21793c12cf 0.08 MB 225 225
206,643 206,643 000000000000038416e67c80c42f7e17eb7311e3dcc24cbe17ed47afb75b8893 0.03 MB 72 132
206,642 206,642 00000000000000a29352371e00593734a155ae18ef41d45404ede661eaa9aafa 0.11 MB 184 116
206,641 206,641 00000000000003c3dd4cf6b7aca1228b4681dce850912da04a894e76b0610409 0.09 MB 256 231
206,640 206,640 00000000000004f07b56d654f9c9b6f5aaea00584c46612cb53fa25cbcc5f703 0.02 MB 40 113
206,639 206,639 00000000000004a05489af13f4200126df4bb257c4357a287b48ecdbd0df008b 0.03 MB 112 45
206,638 206,638 000000000000011dafa27173f15e53255340d0ad8612fd5b8c64c655cf796f57 0.08 MB 214 172
206,637 206,637 00000000000003535d3ab496299a288a877abb608395e166592bef2c1a2afcd1 0.12 MB 245 187
Previous 10 blocks ↓
Total Size: 701.10 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,399.67 GB sent, 217.88 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.