Memory Pool Memory Pool Refreshing

425 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (786,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,190 121,190 0000000000004c789fa066313577fe4a53eababe90aaa6fb8fff4e6aa0c06877 0.00 MB 8 337
121,189 121,189 0000000000007bdeb1b51179cbffcc2f7b9f5e5e764d082667b04e0450e71050 0.00 MB 14 588
121,188 121,188 0000000000003675a34fb77e17e1aa1e62bcf078a914c44c646ee2662249c801 0.01 MB 9 1,150
121,187 121,187 00000000000064a89815c80a78acc41290d880559507d03a8a7159f0b5090a25 0.01 MB 16 1,029
121,186 121,186 0000000000004a326607f6634ae7eef8641f98025bd81e777cf944408af8924e 0.05 MB 150 258
121,185 121,185 000000000000057ca17dbb271c0759375ec50ac9522b311ee5a1cc91a8ba3612 0.00 MB 12 0
121,184 121,184 0000000000004b837042629fda5fa059a73076e1c5a5801bb95e525d2f5ad0b5 0.01 MB 43 306
121,183 121,183 0000000000002eb94d34c940c34c151d45eda9bdf27c74c2078958a1ff52c8bd 0.00 MB 5 3,294
121,182 121,182 00000000000089a48e032d0954be51ec2a41358ddbbe82533216e99613b74b43 0.00 MB 6 1,195
121,181 121,181 00000000000092f9a370952388a1070db614fd4a44f03d4d76a452647a34d5b8 0.01 MB 7 546
121,180 121,180 0000000000002383a050daf04796bcf8c7221834ff3b296f601a748b0582aa8c 0.00 MB 12 347
121,179 121,179 000000000000528157c351d1ce9cfd38be1c19e99267ca5876d8eb152b9280aa 0.05 MB 141 279
121,178 121,178 0000000000004d5e855fa61f43a07ccf2754446b59086a2260936ddaad168c6f 0.00 MB 13 337
121,177 121,177 000000000000603caabc47b8ac9a137b1434b04c8404fb87672cfacbf0b9c078 0.00 MB 15 807
121,176 121,176 0000000000009563b383199bdcae5347c72f3d212fa4cb195aed9a38b5777bc9 0.01 MB 15 553
121,175 121,175 0000000000006cc6a126c6ee3dc3eb3c6ea9b5b9f668fafef54c7b2aece7a595 0.04 MB 146 139
121,174 121,174 000000000000021283f42100e01f2426036343c756f085d0a797f2e0e1f3c23c 0.00 MB 1 0
121,173 121,173 00000000000036da128e033677c8522e33a0472755b9bfe17fc601dac465e555 0.01 MB 16 1,138
121,172 121,172 000000000000983c019aa198a3e0659a027117bd158064f79c4e4f8e847f6c2a 0.00 MB 1 0
121,171 121,171 00000000000039cc59ff0a4dcb9773b54d02ee6b7a2d8494d404c59b7d7b91a3 0.02 MB 63 43
121,170 121,170 0000000000004708d5b77b6f6d0c7ac45172abb0e423d7965879eef16747e604 0.00 MB 10 347
Previous 10 blocks ↓
Total Size: 769.10 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.95 GB sent, 93.40 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.