Memory Pool Memory Pool Refreshing

9,775 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,718 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,300 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,717 (83,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,068 824,068 00000000000000000001a073f77d705cf26b1187097b16850d87eb061f2f2fe4 1.98 MB 2,205 66
824,067 824,067 00000000000000000002aae91aa6b1f070d87cd6734fccffff9f0855ea7f324d 1.67 MB 2,842 119
824,066 824,066 000000000000000000028665032449fb886dac7867d89327b10682bc16d86752 1.82 MB 3,009 98
824,065 824,065 00000000000000000002fc3e4f1271104f1600b82cb2db30b6f023569277fdfb 1.97 MB 3,025 98
824,064 824,064 00000000000000000001b553f05a40a26a354bf7d70858c1b26f95ab08a06ccb 2.08 MB 2,194 66
824,063 824,063 00000000000000000000e6f5858e956febcc574157a2ff464664b6d0550fc0cf 1.61 MB 2,949 114
824,062 824,062 000000000000000000032fdd4dbed28c9c1ebea2514ff83fb2298f2525344575 1.55 MB 3,370 128
824,061 824,061 00000000000000000001db243d0dfac121dc9a18900143842466f16a0ffc9647 1.61 MB 3,133 134
824,060 824,060 000000000000000000002b2683e89fae6f31db93d050ddbb6e1b9ed59baa5f21 1.67 MB 3,042 112
824,059 824,059 000000000000000000005b04722ff0819ce861627dc53d2fd1c0639990ade76a 1.69 MB 2,276 56
824,058 824,058 000000000000000000014e43344e90e01492cf85716b8e37b2e2a4ea989a70d5 2.21 MB 1,788 85
824,057 824,057 000000000000000000005b2dd9080dfdf9b4641d956990403850b5f5330245eb 1.86 MB 1,938 84
824,056 824,056 00000000000000000001a0c79151fc0a89810d952c17150f0f01014906df1330 1.66 MB 3,030 57
824,055 824,055 00000000000000000000109dd0be049221d85fef4a362947364873b0dc25a906 2.34 MB 2,523 79
824,054 824,054 00000000000000000001528e9355a93a08750e946d15c43dd3d2767a6f8a85da 1.71 MB 3,372 86
824,053 824,053 00000000000000000003b5c6ce7d510a0ae852e72b88970d92f8901fee49671c 1.72 MB 3,544 77
824,052 824,052 0000000000000000000342be71c8e42d1499172520bc9ea05356f88dea281186 1.59 MB 2,462 118
824,051 824,051 000000000000000000002ca398798b3c5b96bd6d364fe51ed1a0999ee13407bd 1.66 MB 2,924 166
824,050 824,050 000000000000000000039ce28d5e6837c4c8d5516b18e8b45763bfb6a9d68bc0 1.63 MB 3,333 134
824,049 824,049 000000000000000000008ae31f2f609f7b5be41ec03bda10f43844f2fd66f52b 1.81 MB 3,336 74
824,048 824,048 000000000000000000014055614022fdb0e585586c9a22ffc70d24adad4f05a6 1.89 MB 2,551 74
Previous 10 blocks ↓
Total Size: 769.02 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,622.26 GB sent, 92.94 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.