Memory Pool Memory Pool Refreshing

8,654 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (71,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,222 836,222 0000000000000000000205d8e74fa826d657867cfcdbf858427d23c1e94c451a 1.99 MB 2,675 8
836,221 836,221 00000000000000000000bd283e8f4483a43cf4ff6d1c326359b2d60e357965a8 1.69 MB 3,276 13
836,220 836,220 0000000000000000000082042370fd53b9d72bc397ba6deba357f2bf4a076e07 1.49 MB 2,097 10
836,219 836,219 0000000000000000000198f14d964f5b1c3da50ec94752c9e746911b6a3e1ae0 1.50 MB 2,863 22
836,218 836,218 000000000000000000019756bbb6064f5d37ba63a352c4c601bd79b57a82e8af 1.45 MB 1,288 10
836,217 836,217 00000000000000000003253a27e460b888d9e1239727e3b46654955ed773c8b2 1.89 MB 2,160 11
836,216 836,216 000000000000000000015052a6ec690ca288f5f437c16061554b57c85f030fdd 1.78 MB 2,679 12
836,215 836,215 00000000000000000002a7072d945bf1742e9f1943dcfa68a12cf4ef48cb8a5b 1.95 MB 2,323 11
836,214 836,214 000000000000000000033c78679814e44d5686263f9ed164a2cec7af021405b2 1.67 MB 2,866 12
836,213 836,213 00000000000000000000c58c91c455930e9ebd8d463529e1f0f833a16e132a51 1.66 MB 2,644 11
836,212 836,212 00000000000000000000ae42eb13ee3b4a92c0d2fdbcd0d818b72d70b82076e8 1.59 MB 3,429 20
836,211 836,211 00000000000000000002efeb56c1c1c658b264d22ab724e13d6491768fbb394c 1.72 MB 1,270 8
836,210 836,210 00000000000000000000064c42d845fa2230fb1c6cd19b2624951334c09c5826 1.65 MB 2,306 15
836,209 836,209 00000000000000000001f5865c390d6504dae1592c88cb5b9eb8a9d6a85f436c 1.52 MB 2,362 13
836,208 836,208 00000000000000000002d86b27360e11630eaef63342b1a048489ed5eb03def8 1.64 MB 3,103 19
836,207 836,207 000000000000000000023ffdd1ae43b1a42529c39ff8be481213f6b048ddcd3e 1.65 MB 3,009 20
836,206 836,206 00000000000000000002880fbe89dffa62c12ba42630b0a14ae84d73443f5cdb 1.64 MB 3,667 28
836,205 836,205 000000000000000000012ad536efe5620f8d2b92db02673713d14d67f3003d2e 1.82 MB 2,177 12
836,204 836,204 00000000000000000002c45362ed4860d1e554389d8a8272056085043e0c9495 2.01 MB 1,026 8
836,203 836,203 000000000000000000027f12567c1a26f57dfac0fc2d664e2d62df25880d731f 1.74 MB 2,897 14
836,202 836,202 00000000000000000002c547301dfb1f6e04a409f5e29130595d65d70654b7b1 1.77 MB 2,243 10
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.