Memory Pool Memory Pool Refreshing

6,214 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,890 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (859,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,466 49,466 0000000007011ffd39391cdbf9d6eb20c9b153b47b6db8e438bfa1446857fb0c 0.00 MB 1 0
49,465 49,465 0000000027ae324c1fbcfceb630c22072379bdb33c2a3f1e1133254ee10ee8b9 0.00 MB 1 0
49,464 49,464 000000001feca080b3ce4025249698b52496efceea261186e481d240723fb7b1 0.00 MB 1 0
49,463 49,463 000000000f9a50989a3057d399ac29b7509bcb39adc162c30deb2e7463050c41 0.00 MB 1 0
49,462 49,462 000000001472002eec9d86c16be50dfa9df45aff00d9af82f27931a05d042775 0.00 MB 1 0
49,461 49,461 000000000d3a45b615099b735d42fa7f07e3273f664ac7fdfc8415c764356da5 0.00 MB 1 0
49,460 49,460 000000000d191eac5d5dade747275b1751e6f86795090887e72c1413375b54f6 0.00 MB 1 0
49,459 49,459 00000000106229a511bf3a2e1a09f1a001aa9112590cf264728639def4b8107e 0.00 MB 1 0
49,458 49,458 000000001ee662c3d1fa6f4232945f67cd38bb0ea1c237d4b3f92d02d0d1e0c6 0.00 MB 1 0
49,457 49,457 000000000d41d8b68cc03e006a4c6564e178a62b3fe82551e3bec7f6b7c5f03c 0.00 MB 1 0
49,456 49,456 00000000001b4e1f43e8033e1d1b9985fba795a1833426ecbde3958a796b7ffb 0.00 MB 1 0
49,455 49,455 00000000277a926faed928a8202ec31b49bb913742347da8af515e6ef3f2397d 0.00 MB 1 0
49,454 49,454 000000000239061e7afaeab89d1ac1998f8d9ba8f7fc1e3b775668a2bad80164 0.00 MB 1 0
49,453 49,453 000000001e21f9d2ee0458571f9606ba93e91b8bb129613105cd6e749f5c1f49 0.00 MB 1 0
49,452 49,452 000000000739e0c9e79e531a307f03bf6a6e13ff84593f44b70c809ebfa20dc8 0.00 MB 1 0
49,451 49,451 000000000d8262d3e6ad3d7068ff33a24a2c9dbbd2a3e712763e41ff5049b7bb 0.00 MB 1 0
49,450 49,450 0000000014043b47025697da03dc2881004b0fb4e90e0c60e8f3e9b3edccfebe 0.00 MB 1 0
49,449 49,449 0000000009dbde5cb55163d42d028c17dafda19d98562639aa1709b18396e7dd 0.00 MB 1 0
49,448 49,448 000000000adbf2d43eda4e554fe2f1ca3da5513b2f8e3785279256025e4cd2a5 0.00 MB 1 0
49,447 49,447 0000000005bef31140af19360fd952bbc75eff4da93d303134822f55d182849c 0.00 MB 1 0
49,446 49,446 00000000081533527125dce052bae3bca26473cad13d5d83b5a1055463fac79c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,848.13 GB sent, 100.77 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.