Memory Pool Memory Pool Refreshing

10,025 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,939 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (188,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,333 719,333 00000000000000000009064fad6be7a1e924e418d48ba68ccb2b7b685d275ff2 1.75 MB 1,238 4
719,332 719,332 000000000000000000015c4527b1eaaa4bb1b635f97644202c087dc08afd45af 1.47 MB 771 1
719,331 719,331 00000000000000000008576ac35871fd0a7a07088036ab9a2a757a43b83e8838 1.56 MB 2,881 7
719,330 719,330 0000000000000000000a906937f80da60edfad55144bbe08f4885ee8436aedec 1.34 MB 2,720 4
719,329 719,329 0000000000000000000880d32fd1321a69593493cd2b18d654350741bfbd6a55 1.37 MB 2,101 7
719,328 719,328 0000000000000000000762f99617f8db176d5e70f5c60c379cbbc4b947787e4b 1.56 MB 2,284 12
719,327 719,327 00000000000000000003b94c02b5b8d8c494e0cdb742aa08bf4cf2d6407320e8 1.58 MB 1,938 7
719,326 719,326 00000000000000000007cf8892252578c7bbbaee765f26ff3040d1358579c0b5 1.55 MB 2,960 15
719,325 719,325 000000000000000000021ea7ed465a0c90e3210bdfe1d807267f9e06dacc072e 1.53 MB 2,908 14
719,324 719,324 0000000000000000000832bf9d992dec17a0c0af3ce997d717574e024e318e91 1.36 MB 1,310 3
719,323 719,323 00000000000000000005c3fd8cc498cbf9c70ea81d05514c749387870908bc8c 1.60 MB 1,937 7
719,322 719,322 000000000000000000087a3004c912cd9c6bbc2a59f0da79b89578de60869b2a 1.51 MB 1,920 4
719,321 719,321 00000000000000000008bd0c24da8ce0218284cfa470719d615cf5bda4533907 1.42 MB 2,965 4
719,320 719,320 00000000000000000006b94f47861e4bf9966715cb89009b81ec9640b8e18548 1.52 MB 2,317 12
719,319 719,319 00000000000000000008d95e2aab5433fd76c8aa5580ee8586082072d3871018 1.26 MB 922 4
719,318 719,318 000000000000000000004128a67d2012ee4252d92daecddaae6a8d87799b7f6a 1.48 MB 2,432 5
719,317 719,317 000000000000000000046c38b1f01cf7f13a0dd4a2fe1ba099cc72e1697c2cfd 1.52 MB 3,267 18
719,316 719,316 00000000000000000004ecee293e5d24b80237fcbbedc800271a1eac76508772 1.59 MB 2,661 9
719,315 719,315 00000000000000000009d4014a74a24610c613306df36c5e0e18256b1a3466cf 1.47 MB 2,664 24
719,314 719,314 00000000000000000007177d1404d48cfdf85802faf6958d27e28e9446725c37 1.32 MB 1,304 4
719,313 719,313 000000000000000000065ec2a7cf7a89e2bc51d880d7ecf07c749a3062d2a656 1.52 MB 3,003 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.02 GB sent, 93.01 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.