Memory Pool Memory Pool Refreshing

13,298 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,966 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (725,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,154 182,154 0000000000000479596028163899f7111a5e49154800a04a53ed07378858630e 0.14 MB 250 107
182,153 182,153 00000000000007e75957e790631706dcb09637d435e34ddcd730d6e23e87498b 0.03 MB 57 36
182,152 182,152 000000000000040ebb462d834a4e4c6c5ab58d15ca730f7175f5f57f3bab114a 0.28 MB 670 130
182,151 182,151 00000000000002395a3e3b6a3aa568316a69017c79aab43c3377c5be365faac6 0.00 MB 7 0
182,150 182,150 00000000000000861e9f9fdc0e87cf32aeecc0926475ee9d6244fb54cb42d1e1 0.00 MB 8 14
182,149 182,149 00000000000003b927695aa18ed7c5eac92d441d2fc7ff5bf8d33c9080ce33a5 0.03 MB 67 302
182,148 182,148 00000000000004a6ec08c1a211fb52136fd4ea612333e4851a10c5f34f0f9036 0.13 MB 256 147
182,147 182,147 00000000000000050290645c4b637dac94d605b7d8d02e43f395ca21299db6ea 0.03 MB 63 226
182,146 182,146 000000000000018b92cb788b0d6d372cbf9c2241ef459acaa6daf3b832633d8d 0.06 MB 170 93
182,145 182,145 000000000000060652a39a903ff1ecd848aba0969297f6fdd0f893ae5760256d 0.23 MB 512 132
182,144 182,144 00000000000002c9f9de00840a70581a48108fd246ca394de351873de88f4faa 0.03 MB 75 4
182,143 182,143 000000000000030761a4572d07c27fbd060f99e2c4be64c15dd502089c6eb671 0.00 MB 7 15
182,142 182,142 000000000000091600c8931e7bb12c1f357a38785a755e2e93e040265a4b4513 0.00 MB 7 17
182,141 182,141 0000000000000451e01b462e9cd8dff4c962f04c003b34282694c8a0f8528f07 0.12 MB 207 101
182,140 182,140 00000000000003eece2d38c29bb2a042667602a095a962a5d157dbeef6bc0513 0.01 MB 23 58
182,139 182,139 00000000000006b42d326cd1ef6582dea71af5763aca15cacb62a27cdf3adf28 0.04 MB 104 28
182,138 182,138 0000000000000819fe1647951f47bd67c754e5ba9b6323e6d7554836a1b3eebb 0.22 MB 512 150
182,137 182,137 00000000000006ad67b87e85df54ebf7e5b863f5757f23fbe81b893fb8d6911f 0.00 MB 3 0
182,136 182,136 0000000000000243e5bc1817e4d471a9d54dcb3edb89a42c4ebde0fd141fc6bf 0.01 MB 12 53
182,135 182,135 00000000000000609e9293ffdcef2c4c4a4163b59958c683ce1ced75f7c9c605 0.03 MB 57 71
182,134 182,134 00000000000000158dd4c6834719167eeb53283dae9b4bc1b733742a42761016 0.04 MB 82 82
Previous 10 blocks ↓
Total Size: 769.02 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,622.90 GB sent, 92.96 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.