Memory Pool Memory Pool Refreshing

3,652 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (678,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,454 229,454 000000000000000cb918b0da3a989cc9610781c4191f605fe8a443ad2bbf29f2 0.20 MB 290 141
229,453 229,453 00000000000000c28bf60d04b9ded396f8e4d74e7bc010109e3f1715e7c7852c 0.30 MB 422 122
229,452 229,452 00000000000000b37d870ab0c73b1f21afe32156366b8758aa9d5900a4cbef99 0.15 MB 183 122
229,451 229,451 000000000000014de0cf9896e371f9bbbbda205eba09e669482b6f0819b6b198 0.15 MB 132 60
229,450 229,450 00000000000001860902ad280adca135cc15f3c6e40995dc1dccdc68f16fecfa 0.28 MB 397 127
229,449 229,449 0000000000000235ea555bb753a1ba8bed2b073de15c2faa05ae06f4ab8e60a9 0.25 MB 618 221
229,448 229,448 00000000000000e794b593e17f0bb9c37fc652338e534a0755d90e8ab94fa421 0.19 MB 140 58
229,447 229,447 00000000000000cc1fc58d7fd17fa5519b9a098a75a22e89a224451a11976b6e 0.25 MB 670 288
229,446 229,446 00000000000000433e08937a9aa0e4e68b3dfb74efd85bc76152a8b65e789f1f 0.15 MB 240 118
229,445 229,445 00000000000001deee1515068a744dc741a314cf61d440e0cf33ddd0203cb822 0.11 MB 261 163
229,444 229,444 00000000000000ba85d4001b5ff0f90a51a339541c6b8e60da08f2e05710e5fb 0.15 MB 328 183
229,443 229,443 0000000000000112dfb0ce45931009b1308f4373ca83c490537424590038da04 0.19 MB 439 191
229,442 229,442 000000000000007bff3acc9c13790b3af7e320a118fc69c4073e8f4ca2dab815 0.20 MB 342 133
229,441 229,441 00000000000000399cedb7ead8d2d94da0fde13bf91c1c2dc7e8cc371b8e3108 0.15 MB 158 65
229,440 229,440 000000000000008d487e62e4ade85c72ca572b984175c3973fadf2bd32efeba9 0.18 MB 325 170
229,439 229,439 00000000000001d49bff817e2c28b60811cceccfc046bca1fe827c23803352e3 0.22 MB 415 149
229,438 229,438 0000000000000213385538c9885f6413f0a2950bb7f751e85efaffcd41330dd8 0.15 MB 139 30
229,437 229,437 00000000000000b57bfcb36d58f12e29989fc64190cf0c6579e51dface3e5ed1 0.03 MB 89 47
229,436 229,436 000000000000020fe1b6ef1c1f3959691b542cd857efe541dab29815e2808a6d 0.03 MB 69 24
229,435 229,435 0000000000000157f2a74c6c2fdda610958e3786b59523160adf9eb8a138c467 0.38 MB 392 106
229,434 229,434 0000000000000181197104fad0f38f4db10089d66ab34996245ad6e2af2dd874 0.47 MB 1,117 201
Previous 10 blocks ↓
Total Size: 769.08 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,628.20 GB sent, 93.28 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.