Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,470 transactions (1.17 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,799 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 1,919 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,798 (35,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,494 876,494 000000000000000000012dd59015555d350c65f0460567001bf2bb01164bc928 1.57 MB 3,423 8
876,493 876,493 00000000000000000000df0f0fefdea3a602af7f33c86c35f6c64695b975dc65 1.68 MB 3,375 6
876,492 876,492 00000000000000000000cd9954fb21aa7ff2eefbc86cfca845106255559e3be0 1.60 MB 3,256 12
876,491 876,491 000000000000000000025f4d0c92b13be767a0d74bd0356100d085fb3108484a 1.67 MB 3,166 7
876,490 876,490 000000000000000000027eaff92421180a3d8562b267557404aa7da310a78fb5 1.52 MB 3,808 10
876,489 876,489 00000000000000000001af4c0894715ee6c4817820f3c9f490531c33dfc503f6 1.58 MB 3,985 8
876,488 876,488 00000000000000000001b33617f9d0e203b8157cbe50dcdda31fbb28d42f0dce 1.48 MB 3,314 11
876,487 876,487 00000000000000000001fb04b3a55779f129711241a1efa56e1f6c0c97db4f60 1.53 MB 3,733 10
876,486 876,486 000000000000000000025b9783d48ddec73268f3261ed7baa3ead386f7b6de82 1.59 MB 3,279 6
876,485 876,485 00000000000000000001e6dae4b825516fd2e224cf6e8ed5b75eae066ba7b5e3 1.56 MB 3,298 8
876,484 876,484 00000000000000000000c255d7395d4ce63a1bc0f074fbc9106980362f9f9403 1.86 MB 1,430 5
876,483 876,483 00000000000000000001a7daec50f8753690840e70cba4b7efe078a728833615 2.00 MB 3,244 6
876,482 876,482 000000000000000000023bb6e7b6e1281847809635a956f6ab0ceccdf12feaba 1.81 MB 2,990 9
876,481 876,481 0000000000000000000045b166b39895b51534bc2d3b03c26af84bf259d6dcc7 2.45 MB 1,095 9
876,480 876,480 000000000000000000014692ecbcfd3cb59ec6834c7aab06338d7d0239f7d8f8 2.00 MB 829 4
876,479 876,479 000000000000000000009fa51dd54062f7a648782765c1fdcfe6fa9fa13f560e 1.69 MB 2,394 6
876,478 876,478 00000000000000000001c3919ac216dbbbd42698ec9874e387f4298a2009fe09 1.75 MB 2,842 7
876,477 876,477 00000000000000000001a946cd7a0e42a44d2f35b02f947ba3c17b972f03e21c 1.57 MB 3,400 9
876,476 876,476 00000000000000000000d3b2e6b465c2d98f8e6f051197df8a0a04747672add2 1.68 MB 2,858 5
876,475 876,475 0000000000000000000033e3021252a8c318c0f104e640abfbe5bbbfc4f19c94 1.64 MB 3,266 7
876,474 876,474 00000000000000000001e8e6c36dd9cc28fe8a9b4dd84ab6a31e2419325a4de6 1.66 MB 4,155 7
Previous 10 blocks ↓
Total Size: 776.72 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,445.27 GB sent, 132.13 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.