Memory Pool Memory Pool Refreshing

3,323 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 3,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (5,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,501 902,501 00000000000000000001b078dec67c10a50958345059a8691f2b9253e16cc21d 1.54 MB 3,430 5
902,500 902,500 00000000000000000000775e52bf1918683898e51a139f86a8d11a51668c7bc8 0.00 MB 1 0
902,499 902,499 00000000000000000002173857dc821186d17c6aee85e545a74625b6bc9c3656 1.03 MB 208 2
902,498 902,498 00000000000000000001d20a8860b3169fdc72c880cc73153efdc481625643a7 1.24 MB 1,414 3
902,497 902,497 000000000000000000017f4088f1ef947cd563ffcc90652b569e47f361599d97 1.37 MB 2,226 3
902,496 902,496 00000000000000000001838bf36b4bf0f8b480ec11c4454c1b55934ceac5dcc6 1.04 MB 330 2
902,495 902,495 0000000000000000000053df8b76a700a3a7acbddc6dca976ded9e4042073507 1.19 MB 635 2
902,494 902,494 0000000000000000000033f1647ef831f21643df8447998dae9c3722c7073737 1.31 MB 3,815 2
902,493 902,493 0000000000000000000109674d6d00e46909fb07ee826284cca3d0a20b1b17e9 1.43 MB 2,654 6
902,492 902,492 00000000000000000000ae0c87963d0b2f50fedd3e9d4fbb26105d031490112c 1.35 MB 1,328 3
902,491 902,491 00000000000000000000792174f1a86113365d714e0848271cc174636388155a 1.40 MB 2,187 4
902,490 902,490 0000000000000000000070aeac43a9e113f7db86bbe6c45b3f9d6c83351fb13c 1.39 MB 1,074 2
902,489 902,489 00000000000000000000d4c9a91f89e93e773275e1eab767e218c6d67e32f0ad 1.34 MB 2,123 3
902,488 902,488 000000000000000000022d2b71656ccd5ef0f6165839c9aa98416ec2a83a566c 1.49 MB 2,394 4
902,487 902,487 0000000000000000000232b04137449f0fcbe13cdf3ff96e6a67b9c7de012414 1.19 MB 1,060 2
902,486 902,486 00000000000000000001e6aea8913f5cb46f5488e94be755cf25eded02c26e80 1.32 MB 1,213 3
902,485 902,485 000000000000000000003d1b57f92712bc8a2bfb43cb66c803792ae67cd1eefe 1.64 MB 3,197 5
902,484 902,484 000000000000000000016838536bfe85da9c221e812b352bbac0543a71b80cf1 1.41 MB 1,504 2
902,483 902,483 0000000000000000000154ed9c70e6da0d67fb9639d5a2d5e5109c0b48cdce40 1.65 MB 2,960 4
902,482 902,482 00000000000000000001aeeb89c57ce2b57d23bb2632cb2470da04eea803cc53 1.17 MB 936 2
902,481 902,481 00000000000000000001de0fb3dbfd5877e26eaf2fc2009825710139c43e0220 1.52 MB 3,088 5
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.