Memory Pool Memory Pool Refreshing

4,000 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,451 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (757,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,228 150,228 000000000000020cc7d67de2795e78119b656d5058c514d5d2365c2ae5f076a0 0.04 MB 123 152
150,227 150,227 000000000000091424a4a71981ed1f65000a6e57c54eab5938b2337ff0915544 0.01 MB 45 115
150,226 150,226 000000000000020557f947361bf5b519aa73b2a863a953afe569be9dd242a3c3 0.01 MB 13 46
150,225 150,225 000000000000046ec06b09a0ee5da3e28a9bc8190c9c37783eb05559851f7bb7 0.02 MB 61 310
150,224 150,224 0000000000000a5b33a207671f325ff0c047c349a7a8e2ecbcd3983b57d5e82d 0.05 MB 111 116
150,223 150,223 00000000000003ea8a1005e1400c7708f115f4f42af37ec56bc5d64882da21fe 0.00 MB 1 0
150,222 150,222 00000000000005ca5fea9a2e385d04f464071d7c65b3621870193ba6f59d92b1 0.00 MB 14 0
150,221 150,221 0000000000000653d785ba741dfbddcf41c95836ea31820f054c69bc4afe4066 0.00 MB 12 306
150,220 150,220 00000000000000ca5ab61174a7a3e6bfdcea948681ff0d4b3c46a3a8e75f8f9c 0.02 MB 48 137
150,219 150,219 0000000000000aa9b5077417b127900c82981d8e1a9081f3aa8e287f536aeca3 0.03 MB 57 81
150,218 150,218 00000000000005cbaa710049332e31e5da9e46368454e3bd46d5c081658239c1 0.04 MB 114 87
150,217 150,217 0000000000000836cca4fad5c6589eaf64f29c8cd5617f7215f34368c7ffdd34 0.04 MB 52 104
150,216 150,216 00000000000003f2a7d3697fe99291b8c5279c847dc96b9703162b60e5dab8ed 0.03 MB 86 97
150,215 150,215 000000000000078a769afdb6a6f40f9e18b75cc80c35ff96d7f581270cb72b6e 0.00 MB 1 0
150,214 150,214 000000000000019b4fb2dd025426818cea247240d8153c45ad9a311d1b919349 0.01 MB 15 264
150,213 150,213 0000000000000781da6909f64b76f0149c1fd5cef7408196e57095fb91fddc45 0.03 MB 53 150
150,212 150,212 0000000000000ac715be020ca45ea72d43479e18a0536be111edbfd6fd8ee88f 0.02 MB 28 104
150,211 150,211 000000000000047b9896790301301049a2455243a87f7fb1fd3f66d9c2cf9366 0.03 MB 88 18
150,210 150,210 0000000000000a590b8b9508dd9a95d45f8ad5ef116da8bc04914da8751e6d09 0.04 MB 59 132
150,209 150,209 00000000000000721705cd8212fa3ffdb3fdbede0b3b12d7d0d825b619b9b084 0.01 MB 18 98
150,208 150,208 00000000000003b51f9650afc81fc5a38d94e6990bba384a656f43adf6e083da 0.03 MB 58 113
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.