Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,134 transactions (2.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,060 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,470 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,059 (847,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,870 62,870 000000000a04fbca97c799c1d5a009929834471f1702c12172b7e1edf8adf630 0.00 MB 1 0
62,869 62,869 00000000023494a099b3c3404349351b99e812110513349d7bcef0b077b8ec2f 0.00 MB 1 0
62,868 62,868 0000000006fcef371fea40ed40636181ce40fa65adee7bf37cc4fbdd5149e5b9 0.00 MB 1 0
62,867 62,867 0000000000ca9e62438fbe6523e5ccc60c4420335b98afccbe1f7bab82ce6ac1 0.00 MB 1 0
62,866 62,866 0000000006ea37f83bacff5bcaabb195501869630671addaf60136b6dcef8669 0.00 MB 2 0
62,865 62,865 000000000204074b037c80df98442126e81db8d96abbb99641d1d926ae9faf4e 0.00 MB 4 0
62,864 62,864 000000000a80b2dac2194fc5b985fcb537776dec9864a9a12d62e6c05bc893b4 0.00 MB 1 0
62,863 62,863 0000000002f04a8aeb567638a06b9e249970421fed86e10c8462a37653651aaa 0.00 MB 1 0
62,862 62,862 00000000087806efbf840ee3fc18c09e329044897cee24e4b3c1471d8c02930b 0.00 MB 2 0
62,861 62,861 0000000004948c25f0bfabb5f2a460cdacb87d927b46e5012cd699c5cb3b0f80 0.00 MB 1 0
62,860 62,860 0000000001dc2575dceaae4892de6773f466448f36654a5e0a1cbf17098c95a9 0.00 MB 2 0
62,859 62,859 000000000c8a1ac5babec6533af9ba11df83288e212ae5ec629204bf1662ae7b 0.00 MB 1 0
62,858 62,858 000000000513274646dfce39f5ddb8fb14b61bac23ef3bdbde8b091223d88fd1 0.00 MB 1 0
62,857 62,857 0000000000fc03e8c611bef06110ce929550d849a0f3ad9c95a884a6c9585b16 0.00 MB 1 0
62,856 62,856 00000000077811c4bfa19b1217fd54c3beb0e2edd44042e67818a425dacdf8ae 0.00 MB 1 0
62,855 62,855 0000000005853605d61dc8111d1ff9d73df40c000f3c5d2f38bc00d5282e85b8 0.00 MB 1 0
62,854 62,854 0000000009e792d65886fabc583809f6c3a18c8fabc7b9a9834fe5b398f8c804 0.00 MB 1 0
62,853 62,853 0000000006b18ea1869393cf11d82f440f1f2a6906532e2c56b5cf1a1300dd72 0.00 MB 2 0
62,852 62,852 0000000000fb7f6a72be92898c09c3d1d48a09104ca15b78e0c877659fe70e83 0.00 MB 5 0
62,851 62,851 00000000079214887bd90bd2d6f0d072f12d5b53e95ba6d34350d1efd0f05b77 0.00 MB 2 0
62,850 62,850 000000000460f358ead72d9f477c292805d3a807859095c2a26ddcf3f2b81659 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 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,186.31 GB sent, 115.93 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.