Memory Pool Memory Pool Refreshing

105,452 transactions
31.26 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,193 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 6,580 75
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,192 (73 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,119 867,119 00000000000000000001a9f5e3700eafce1d436cf755b8c5b08354d1655c456e 1.05 MB 368 10
867,118 867,118 00000000000000000000d8d5d589093811cf7ecf5aa7bd768d459e45e4682d3e 1.68 MB 3,285 20
867,117 867,117 000000000000000000009367ed5de4f7587b436ce9f0feea48f39ec3839200e7 1.67 MB 2,239 11
867,116 867,116 0000000000000000000205782b808effaece9e67cf7d8bb5f157684124b69aa7 1.54 MB 3,484 14
867,115 867,115 0000000000000000000163f232352dfd0c2aaae2334f33640b0f8d53e6abd7cf 1.45 MB 3,520 8
867,114 867,114 0000000000000000000055c648d9f1c6a503cf5ccd9d3b08a6d44d4b9b992492 1.63 MB 4,657 11
867,113 867,113 000000000000000000002beee6c8355a6217ca01996c2b37e1ac802d0df51db8 1.48 MB 3,358 26
867,112 867,112 00000000000000000002a1334f8024470ca28f3df65385cbffd7642a395d04c0 1.59 MB 4,366 20
867,111 867,111 000000000000000000002629a2ae8b9a9a34d743759de20e2dce03ed2c659a1d 1.47 MB 6,254 11
867,110 867,110 000000000000000000021d8c120fc9d344eee79f6997ce60a928e840b4235523 1.51 MB 5,421 21
867,109 867,109 000000000000000000015a2f22074938c872ef359baf30edfdc30cc0964062d7 1.73 MB 4,341 11
867,108 867,108 00000000000000000001e18fd42ce671a5f84d727f5368dd69733e8a28904879 1.66 MB 4,363 8
867,107 867,107 0000000000000000000078e6b3532d26d3895c3005b780abcae226fb854e7216 1.64 MB 3,441 20
867,106 867,106 00000000000000000002d3b6eb9e6ef72eef4fa79fe97b96402375322f9b1510 1.75 MB 3,991 9
867,105 867,105 00000000000000000000a72c2e2778f47ddf1b3e5baf273157b5d5a38ad84ef0 1.21 MB 2,002 7
867,104 867,104 00000000000000000001837ea2932a45b5f92d7f853b92faca5c63ca1f0d3868 1.30 MB 2,665 7
867,103 867,103 00000000000000000002230b42a8e142ba3dbf5022a1e27ff2a1d8b78fd868f0 1.47 MB 3,283 14
867,102 867,102 00000000000000000001a95e170c824adeb4966f9a5145b18e2ae568a9760059 1.57 MB 4,203 11
867,101 867,101 000000000000000000007638af716358cf7704d31482e539c26b6f917088b146 1.50 MB 4,923 10
867,100 867,100 0000000000000000000128c2bf7fd30a4d8dfb276ba82c27449aede7dd9dd90f 1.47 MB 3,942 5
867,099 867,099 00000000000000000001ef3aead1d7bdeaf3b579463d1a77679f4de195b29543 1.44 MB 4,469 9
Previous 10 blocks ↓
Total Size: 693.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,898.86 GB sent, 172.74 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.