Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,824 transactions (2.64 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,246 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,245 (837,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,894 72,894 00000000006695bbc446b0070d50908f40ede355d48ec7fba9b79f2d4fa8fb0f 0.00 MB 1 0
72,893 72,893 000000000052886dd6b4b734a2538cc6cce4bf97b50da7d68ffd415f4370942f 0.00 MB 1 0
72,892 72,892 00000000007a1c4f4a84b426552f9b5b7af7b368c00579462147bf6e91bf0759 0.00 MB 3 0
72,891 72,891 000000000073a07369043873f5cf4877b90cb9ea6802fb43b96228a08021f721 0.00 MB 3 0
72,890 72,890 00000000001644cecffb4d1df26547c06f82d47423f23aaec5aa427d023e6b3f 0.00 MB 1 0
72,889 72,889 0000000000415455c44ba5acc4e0144a0517ea92301bbce18d402f4fc4ea4bb6 0.00 MB 1 0
72,888 72,888 00000000007fe83bf5b510032b4fef1ad1d0d2451d9dd229d20fd36ede6804ff 0.00 MB 2 0
72,887 72,887 00000000005a6ae0f3b911a66186108a1c5f138feb05516fb3da6c05204788a3 0.00 MB 2 0
72,886 72,886 00000000009b035355c99504ad9f15e3a0dd1200fbad5e2a61bf7db5c06e8192 0.00 MB 1 0
72,885 72,885 000000000011336273349675f97460cce76cede7e08e3db2100d429444a6dc3f 0.00 MB 1 0
72,884 72,884 00000000008985af45bc510e46fa43d18841788a62f95b297e01b9eced30510e 0.00 MB 1 0
72,883 72,883 0000000000025f7c821b00d47a9e640fd2aceff612fad55eca5a3ce372e715f5 0.00 MB 2 0
72,882 72,882 000000000004b2d305460193421f92aec3a7bdc3c8ca75ca73d0a2a423a21ec0 0.00 MB 2 0
72,881 72,881 00000000008c7eee467847b764c87326f7c2f001cc085942314726979cc1934e 0.00 MB 1 0
72,880 72,880 00000000009db17f16d4a366e7a05edf0b440a503f9ca90f00603af5c9515029 0.00 MB 1 0
72,879 72,879 000000000062b6edc2e5cde194a9ca2392753c132a96712e8e4ef4151f4104ff 0.00 MB 2 0
72,878 72,878 000000000003f1278a6f6bd818364e73595cba691a30cbfecfdbd31e1c824747 0.00 MB 2 0
72,877 72,877 0000000000a5202eb00eebdf73cfccb92da2611f7ec0fa802c27db6d0990375b 0.00 MB 2 0
72,876 72,876 000000000090b7f60c52b1bc47a67d9bcab85185f10804652c0e6141eb421e69 0.00 MB 1 0
72,875 72,875 0000000000a2cf9e59728501898c9a99245705b1d052a4786b1a74ed41b669ad 0.00 MB 1 0
72,874 72,874 00000000002a90424e2ec01bb1d860de0c3789ac75f24520f4d98f5f8281ed6c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.86 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: 2,213.47 GB sent, 117.87 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.