Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,030 transactions (4.45 vMB)

Priority:

  • 1 sats/vbyte = (11 blocks)
  • 2 sats/vbyte = (9 blocks)
  • 3 sats/vbyte = (8 blocks)
  • 4 sats/vbyte = (5 blocks)
  • 5 sats/vbyte = (4 blocks)
  • 6 sats/vbyte = (3 blocks)
  • 7 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,706 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,754 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,705 (774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,931 908,931 000000000000000000004eb31dca57458ba37096ada86c08d56ab5419a0d270f 0.00 MB 1 0
908,930 908,930 00000000000000000001d7d03a352ab995b31f8d1da301778f7dbe37562d482b 1.57 MB 4,608 2
908,929 908,929 00000000000000000000b4b1597f63c73250113d4e06410cbc8f50e428bea363 2.20 MB 1,972 1
908,928 908,928 00000000000000000000bd090e90ef2d8d7bb6a7acfcd0513f2545e52c2b843f 2.64 MB 2,807 2
908,927 908,927 000000000000000000012d48f70c02b71147c1c76bd17f0f02749f56789cd697 1.30 MB 451 2
908,926 908,926 00000000000000000001890cf2702236e6fabc6618cd9508a4865c47e525b46c 1.23 MB 1,115 2
908,925 908,925 00000000000000000000e98055fb62abfa16b97c4df67efc2665155837a0681a 1.81 MB 2,381 3
908,924 908,924 0000000000000000000205b7c49bec294c9546044eec2ed2699d58526549d429 1.88 MB 2,176 3
908,923 908,923 000000000000000000008833e59f7c03544a3c0b5999b8869d82d47705b1bcdd 1.68 MB 4,090 6
908,922 908,922 00000000000000000001052a858d1977efd5936dd9464b2afd7c2b25eadec3fb 1.79 MB 3,005 4
908,921 908,921 00000000000000000001bac9c25c7d0d2e738d705a25985bec5e006c345462a7 1.66 MB 3,242 3
908,920 908,920 00000000000000000000368244c96e8f08d52d639dd18ffb05e27134ba435f33 1.54 MB 2,112 4
908,919 908,919 00000000000000000000f5a8b15d8f5074bef1149208314bc5cba6f987b11984 1.23 MB 1,708 4
908,918 908,918 0000000000000000000152780b313c5478dc67dc476ca2d31a4c9431de14f1ec 1.54 MB 3,890 6
908,917 908,917 00000000000000000001b22dcbd7a5c47abf666b90e37bdef81b165c5bdc4399 1.52 MB 4,353 8
908,916 908,916 0000000000000000000151da49f8b766c02fa81e9dbf6d060eac9d8f76e4346b 1.49 MB 3,824 3
908,915 908,915 00000000000000000001b0aa11e6b1b8f0edf27583a3b0a8ade9fa7f20e5b626 1.36 MB 3,113 4
908,914 908,914 00000000000000000001574db3fd68c354d9308ea2e80c0c87e314c2c90878bb 1.53 MB 4,620 6
908,913 908,913 000000000000000000003ac12886c32393655db1c1fa11345959895ccf5ff22f 1.58 MB 4,209 9
908,912 908,912 0000000000000000000189d782f74c2041b51d88723f52b39ca8004cbc2296c5 1.47 MB 4,620 9
908,911 908,911 000000000000000000002dca908f9fe5d938736b6bc82a7bf472326ef4aa8e3e 1.56 MB 4,593 8
Previous 10 blocks ↓
Total Size: 772.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,156.90 GB sent, 112.70 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.