Memory Pool Memory Pool Refreshing

3,816 transactions (1.00 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 3,808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (890,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,946 18,946 000000002387b6f03cf6cc991bc1bc6f5fb62697a17ec520cbb07b0a6021d00b 0.00 MB 1 0
18,945 18,945 000000002e43d4f0a67ab0a5e18b2df6d8f805b6ae423d62aa09bfe13649b8e6 0.00 MB 1 0
18,944 18,944 000000006ccf93e236ea22774e282cb360adf16b7f77f59ed35809b34667b6eb 0.00 MB 1 0
18,943 18,943 00000000bd34b970a81f8615b63a0dc3f4caa9d1bb9e757c463a30aa92c746d0 0.00 MB 1 0
18,942 18,942 00000000dea03a758bf1c9bb5c9dd302f8365a4128fc5ea242b8168b7e32a42c 0.00 MB 1 0
18,941 18,941 000000005856eaba8f69ff50a12dbd62c548b512b513a3a5d51dbe9cbd1b1332 0.00 MB 1 0
18,940 18,940 00000000cddf92e98652d881eeb8d770a208f7e2e1db3d9fc83bac589c4d8577 0.00 MB 1 0
18,939 18,939 000000001907732ae6b5646c135de280e60e6814eef8be72b3d011f523a93e40 0.00 MB 1 0
18,938 18,938 00000000a30bf8644497bfc1eafc8fb4d20cc9fd2de2d9f196daae9b872ee8c9 0.00 MB 1 0
18,937 18,937 000000000c52dd96ea0ddc33d997b733c64c51999fb5247065424809c050e7ea 0.00 MB 1 0
18,936 18,936 000000007352ef08a87882fb812f9ccccbcc4b3716d70db751d4d068a36cf681 0.00 MB 1 0
18,935 18,935 00000000e3ff4a7bb9d6b51a95c0829906b1234959afd508e65d9fef9bfb1d9b 0.00 MB 1 0
18,934 18,934 00000000e317fcba61f4087a34a496adace13a073c831d32ea4cdbcbbfb72b3f 0.00 MB 1 0
18,933 18,933 00000000c10d07372ec332421c69776fb6b8b691592d06f08a5883999b693a15 0.00 MB 1 0
18,932 18,932 0000000001dd8d9a0de910e00434fd549d0f8e1780bff40489bd2a8e82e478cd 0.00 MB 1 0
18,931 18,931 0000000040e1fd263a22edf22ffd0692bdd2e2ec8e6025ff8ffb022772ad3df0 0.00 MB 1 0
18,930 18,930 00000000458dbe6d25d916ac16900c49323f9bde29a611d094a0ac4d5f9f8121 0.00 MB 1 0
18,929 18,929 00000000a8ce94ddb034aafd3ea125fd43f46657758df10674f5a208dec6947f 0.00 MB 1 0
18,928 18,928 00000000c1650c1e56009f80775c499ca01433e8b520e9cf5593afce68fb7cdd 0.00 MB 1 0
18,927 18,927 00000000a7cc7e388c0eb07e37b1689349217f50e24206a0c8036ab60726381e 0.00 MB 1 0
18,926 18,926 000000003e9bb763865625b5cdbaf97ffdef97d70a209bbdcaae870be2e1596c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,917.44 GB sent, 106.21 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.