Memory Pool Memory Pool Refreshing

5,423 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,734 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,733 (561,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,382 346,382 00000000000000000cf5268b4418cf20f83909a18184277d69e3b516f5460c7b 0.44 MB 208 8
346,381 346,381 000000000000000009bdaccdf6d5765e874bc3873bec06d8bf017ec4796faa05 0.51 MB 312 14
346,380 346,380 00000000000000000ede63ad0203aa389d140a6b6a9acf7f4aa8903220254550 0.75 MB 1,518 28
346,379 346,379 00000000000000001452f4f078a23f823004baac88767b12ce6f5411ab568eaa 0.33 MB 574 24
346,378 346,378 000000000000000013ff0184ca697936fd67b5d704b5370c68351a3a3efec08f 0.07 MB 48 7
346,377 346,377 000000000000000002e13ee715262f37180c4633d378bab17567da89990e7196 0.17 MB 377 30
346,376 346,376 00000000000000000a64ad729eeb912d9a05df14d2dba95234ad084c6315a55e 0.28 MB 523 23
346,375 346,375 00000000000000001300e563988f3c565e57784f52f850197f68b566e4da5772 0.29 MB 434 23
346,374 346,374 00000000000000000a9c0518a2749c9b897b7cce009e2d30cc1e31507df6637b 0.05 MB 21 2
346,373 346,373 00000000000000000b1691eef426ed42186fc0e0a67d69b41f63c9a51db48e75 0.15 MB 237 12
346,372 346,372 00000000000000001764a5c68e2aa749aebdccf4e4490a35c336db44b9de18c5 0.06 MB 59 11
346,371 346,371 00000000000000000dd1ad6a136126500c0e8fd5dc06d7846150b02ceda6a530 0.36 MB 758 29
346,370 346,370 00000000000000000f20021dbb0ea91dba8ef5e8390ca874b0c517794d71b6af 0.89 MB 1,390 21
346,369 346,369 00000000000000000e019b757daa6d40ed725cbfeb46a610c7d735e366149e41 0.11 MB 256 35
346,368 346,368 0000000000000000137baef193101cf98dfbe09b085759183e3a301af7c45b69 0.05 MB 128 24
346,367 346,367 0000000000000000101f48351caf2a5ab7aa3bcde2ee7810d57d0da85bc6ea84 0.10 MB 145 175
346,366 346,366 00000000000000000572a9782d5e69f3e10d847c9aa057b7db5c037401ec3400 0.38 MB 585 21
346,365 346,365 000000000000000006c50ca09c4acac38cf516ecae9711aa12be5dd3f86a9d7b 0.10 MB 134 13
346,364 346,364 000000000000000016e37a11e92e41ac053a94548d5712be2d7be50ed2f1b5a8 0.47 MB 788 25
346,363 346,363 000000000000000004150763e327d94b7dd9bfd724b9f1da975d4fe7c4352a9c 0.24 MB 389 20
346,362 346,362 000000000000000006ed686ca897129f17fbfdd99964e49714cfbea3e158dbbe 0.71 MB 1,150 54
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.12 GB sent, 93.10 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.