Memory Pool Memory Pool Refreshing

498 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (827,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,947 80,947 000000000006eda50c22c1d12ff939d790da3f33262af5122056c18c7de3bddf 0.00 MB 3 0
80,946 80,946 00000000002d24086f80dba95191ad7a44c0fbf77083940f211a976b2b094647 0.00 MB 3 0
80,945 80,945 00000000002f3903ca787ee5320bcf30244e2c911483c24700745e360a85195e 0.00 MB 3 0
80,944 80,944 000000000024f580b0625ef80b28e10d2290d81b1f8b3a1d6adbc9aaab6797b6 0.00 MB 1 0
80,943 80,943 00000000000ad233d37ae01b37c697312ab999c9ea4732e306bb2c444f1fb5d2 0.00 MB 5 0
80,942 80,942 000000000014f09b65ef79c7d6a50aa6465200acb78789d62f7c5893b4d9241a 0.00 MB 2 0
80,941 80,941 00000000003b063336d2d3f2940ad4c3df67d57f1793b6aef9d8c1102d86274f 0.00 MB 5 0
80,940 80,940 0000000000376fc230016665a4f70c45effa4b25b45a20e92d670543da901c3c 0.00 MB 2 0
80,939 80,939 000000000025b9282e815cef37f858001f58ef954a78223656e690ed77aaad0b 0.00 MB 3 0
80,938 80,938 0000000000009c2e7b298a0ab8bb0d8deb073d1557f5705ca4b9a3c40d12d46a 0.00 MB 3 0
80,937 80,937 0000000000405aee3d1d4f450d25df314afc4f44d40e0646c9803b75b213d0bb 0.00 MB 1 0
80,936 80,936 000000000012beb25d7dd51f85d7123bfa3dbf22037b5f4596839e17e8ca71aa 0.01 MB 5 0
80,935 80,935 00000000003c271a5cb5997f7a4e15ed066cf98b8b36c0871419e6aa33410f01 0.00 MB 2 0
80,934 80,934 000000000009170100dd31a2dafeb0c987ef04c4da824a63c0ef6a4e6018d922 0.00 MB 1 0
80,933 80,933 000000000043fb36530133536939385744e91da6cd2abc9d79e5b2b86998fa3d 0.00 MB 2 0
80,932 80,932 00000000003fde510e137365b04f1d7a58b791f18da3bd8f4f253a56d59c6f81 0.00 MB 4 0
80,931 80,931 00000000001cc9e5a1560867066bc29ecedd18a4b54ee7220c2a29e0956e7ac4 0.00 MB 1 0
80,930 80,930 000000000017ae1ab7b6f6d754f209873a75300050114421cedca40440793625 0.00 MB 2 0
80,929 80,929 00000000003bef9db809e5fbf144479649c775d7dba0d28ec938a1b6afe3b481 0.00 MB 3 0
80,928 80,928 000000000011ff3b27e045ce3f447cdcc0fe6966055faa6da943e6942f8813ed 0.00 MB 4 0
80,927 80,927 0000000000359acd67fba1bb9415204dd698ffcd447bb471e06042408b7ac164 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 GB

Node Information

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