Memory Pool Memory Pool Refreshing

14,146 transactions
34.00 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,161 (683,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
178,593 178,593 000000000000032c512e8f34e033b0d097c389b496decf967ca98d12c70e6372 0.02 MB 46 19
178,592 178,592 000000000000099c791a8f8c43cb183a803ca83461329623626bd39b3d8f0be2 0.13 MB 267 153
178,591 178,591 0000000000000a8e2506926f8983f412650adf927ff0e708e94189c009325b81 0.02 MB 22 161
178,590 178,590 0000000000000a58fec7809ddbbb75478bb95e5bccfb9359bd388f4ca5b07834 0.05 MB 129 9
178,589 178,589 0000000000000319979c09eb6a70aadb0ccd2a398ce1fc3c3575a92920acc845 0.03 MB 31 230
178,588 178,588 00000000000006e958bad5d596411cfc39932974babddfb67d8293b13ee35678 0.06 MB 154 113
178,587 178,587 00000000000000bf871db191b3804728142f274e2508754e7ccb943946153756 0.04 MB 80 115
178,586 178,586 00000000000000b972c9cd36f48bc523ec54201b964d819dabb264ee33277648 0.01 MB 17 129
178,585 178,585 00000000000000ad231cda959b02e503f062613bd4debb4b2b8586943a69424b 0.04 MB 84 173
178,584 178,584 00000000000002abb224715d100aa48ad0239b0efa1cc7d4c634a98b17dd484e 0.01 MB 16 250
178,583 178,583 0000000000000759826ec9beca187b1ccb71946ca3972a7590a92e981d8a03fb 0.02 MB 26 93
178,582 178,582 0000000000000a6ab74552cea253f6cf375d9f1d327376e2db406bac6170d93e 0.02 MB 21 52
178,581 178,581 00000000000004e6d451786f2ddd89c9432a24badf80f02cb8cbbc94317a765c 0.05 MB 150 88
178,580 178,580 000000000000018d8bfd6d067329a9159e03602441db8d84c559e05de1573ac5 0.01 MB 17 51
178,579 178,579 00000000000000b8b524d5d91fd51bae21dece2c8cd9cbb5de75e3dab2262d0e 0.02 MB 52 35
178,578 178,578 0000000000000619704e3b0201a45da69ff8b33a538e8f878c4feecce00d54d4 0.09 MB 128 140
178,577 178,577 00000000000002a20100c1cf1ff3fa7d1c8192974b9920b5f5dbc93ac5a96bd4 0.05 MB 118 259
178,576 178,576 000000000000067bef46d9fcaa0a39dd798e8151470510fae69d148a0ac6d59b 0.02 MB 38 153
178,575 178,575 000000000000019047db254b42c077722946ef48a4640a809be585407e969555 0.04 MB 108 31
178,574 178,574 000000000000086d9ff87eb3c860dc121574002d67e23ac3838f483a8a0f4d40 0.01 MB 20 33
178,573 178,573 00000000000006eb6d13dd8bb288b0b85dc151eca177a5a8c12914b8050ed9dd 0.02 MB 57 105
Previous 10 blocks ↓
Total Size: 684.47 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,343.93 GB sent, 101.34 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.