Memory Pool Memory Pool Refreshing

29,379 transactions
33.77 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,820 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,826 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,819 (695,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
167,089 167,089 000000000000069d0089e7d8c4c4bff33bde8957f941844a35a455fd4084ac32 0.05 MB 146 41
167,088 167,088 00000000000006f8b7ed948a8599f0136a72c2bcc794043dc9c1120ae7117ad8 0.05 MB 76 12
167,087 167,087 0000000000000b6b8f54d5694c3d35b48bedaed58e9e54853fd115ec7b4cdcca 0.03 MB 34 15
167,086 167,086 0000000000000afbd019af88b307de21521a433b31bcd094b3fbd8336f4694e0 0.04 MB 61 76
167,085 167,085 00000000000003f2d7e0251bff0e1007494dac05c9bfe3c798c0db0db9647fdb 0.05 MB 73 57
167,084 167,084 00000000000009980accf286e8c90af192f0a10f7debc0d87bc420854c9a1a00 0.00 MB 6 378
167,083 167,083 000000000000046000e911925525460bdb40ae8a41ee7ef96c08af9a2a9d36b1 0.03 MB 82 16
167,082 167,082 00000000000001fe9c0c250a7745494fc1b9dc8382a2da72d12fc3a1da9fcf01 0.08 MB 194 282
167,081 167,081 0000000000000a8d00989769c2c67c8f075b745e2b87f009b2f255546b9eb0c0 0.02 MB 38 221
167,080 167,080 00000000000002fa1d84efa6f288bd6febbf44d2c8ca4002ead9b42e2f8076cc 0.02 MB 46 171
167,079 167,079 00000000000003512a75b0e38fcde22ebb1d3cac8b625a6e088af06f23588bd8 0.02 MB 47 153
167,078 167,078 00000000000001864becfb7f23076154f1b2e33ce6f90886a50deac137f0f280 0.01 MB 14 11
167,077 167,077 000000000000052041183a08a3258b43ce3c3224101b2e14d9afde4b86fc56d8 0.00 MB 14 246
167,076 167,076 0000000000000a9c755334f9ae5daf2e5c97cddb1a6dc6815a87192a999ff7ef 0.04 MB 99 139
167,075 167,075 000000000000087b57351ca8f1b8a0be24ad0e8740475043cceda7bb82b5bc78 0.02 MB 57 102
167,074 167,074 0000000000000701e9821da29db9658aab007df084e52253251fe2f915e729b8 0.00 MB 12 96
167,073 167,073 000000000000047d8564db45ad17b8977878218c0eeff9e66d29575eb858b3ce 0.05 MB 129 139
167,072 167,072 0000000000000a9e3f5153d21391d938c62be0f59548e833cb965c57fc9ceacb 0.04 MB 87 56
167,071 167,071 00000000000008b3d165ffbb061211b69cbcc3f1065c0c6bc4132b1867f26f17 0.05 MB 97 62
167,070 167,070 00000000000006bd8fe87631b5f4a865372b695677394713e6c41bd6e6b55e38 0.05 MB 146 70
167,069 167,069 000000000000009d9264a12a4ec0966da51f4d122b312ae01feb52ec459c8c71 0.00 MB 9 71
Previous 10 blocks ↓
Total Size: 685.75 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,402.03 GB sent, 110.37 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.