Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,392 transactions (1.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,713 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 1,815 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,712 (417,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
494,573 494,573 0000000000000000003a9e11e1bddfcc678bd7dad21afbb686a1f0194a4d2da3 1.06 MB 2,382 560
494,572 494,572 000000000000000000492a4cfb81c6c32446a6c747c535af2389d6edb0cca18d 1.01 MB 774 99
494,571 494,571 000000000000000000bb1905ca3d03262606a794c0eceacb0e5bb6cdcd135729 1.02 MB 2,640 128
494,570 494,570 00000000000000000030d06296d1f21da0d7bdcbfe9c70f1bbd5ffee4c301795 1.01 MB 1,910 90
494,569 494,569 000000000000000000ae9fbd75725a823bfa514189bbba9d53104e60115b71d1 0.00 MB 1 0
494,568 494,568 0000000000000000003a2fd653ccad1cc6acd9fedc5ff36cc8721838d93db69f 1.04 MB 1,957 91
494,567 494,567 000000000000000000c1dcaef1bf2c0dad1f2736e2c2e555e44690412629f323 1.05 MB 1,939 211
494,566 494,566 0000000000000000004664536652ce394390ca66724e8d081bdbd4a823a4ffc3 1.05 MB 2,302 267
494,565 494,565 00000000000000000072bdf591937e65591b54526c4e27cebf0c5302a4974bdf 1.01 MB 2,156 107
494,564 494,564 00000000000000000088ab54a5ec2084a53911fa991eaaa2b430bfea3c87e805 1.04 MB 2,445 155
494,563 494,563 0000000000000000002cf7eb83a97be15e8adb02159ed18063867ac3f5cd3b29 1.03 MB 1,325 202
494,562 494,562 000000000000000000c286138eef83570dbdfcd3b25e1ee8e5b0c354f96e5b8f 1.03 MB 2,129 136
494,561 494,561 000000000000000000bd3c5c26d47d5e86ccacb6f6936c205e9a0492c8c3b50e 1.05 MB 1,843 217
494,560 494,560 000000000000000000a4b14ba094bbd1c51ada442fb2169d3bccdbda4c975d0c 1.06 MB 2,272 230
494,559 494,559 000000000000000000c37686fcbaa57a23928b3d5ff144ca56be6e72c178718c 1.17 MB 2,236 478
494,558 494,558 000000000000000000033b62d2caa44d55527909b01509b1d0657d9397161905 1.02 MB 2,206 613
494,557 494,557 000000000000000000be0e5e8af3cc438e74775bc993b97ead06c88b27896730 1.03 MB 3,179 165
494,556 494,556 0000000000000000002609870be0842f9a06dcf64a175a8c43572d32193d294e 1.06 MB 2,048 427
494,555 494,555 0000000000000000007bece6b70e0bbb9992934dd3275d894c69d3f06347f38f 1.01 MB 3,837 165
494,554 494,554 000000000000000000084febf628a87b4c6da3f1a3ab11ae4639a58863fe415d 1.08 MB 2,864 107
494,553 494,553 00000000000000000030b375631bc638d0450cb7197c3fcb36da7015918f264e 1.00 MB 2,779 158
Previous 10 blocks ↓
Total Size: 776.55 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: 2,426.26 GB sent, 131.40 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.