Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,191 transactions (1.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,237 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,236 (841,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,747 69,747 00000000005eff5166287aec0becdf1fdd9441d7c82a4e303bab5b5a8132e37c 0.00 MB 1 0
69,746 69,746 0000000000083aaabe3d24ac3f9c1b844a780abe01112e9e3e676778f64a81f1 0.00 MB 2 0
69,745 69,745 0000000000f904a8ff81943abbca97f388c3c735ef6a33479c8984e42ed0ccbf 0.00 MB 2 0
69,744 69,744 0000000000fd38bf56b996d2680db175ed4baf90cbfaa4c17962bc4583aa7c60 0.00 MB 4 0
69,743 69,743 00000000001506f9016f9396562318e51537d039c3092245a6eaf387db5b7f1a 0.00 MB 2 0
69,742 69,742 000000000131a2ff15903799611087b8b79ec1e6c555176bf290a895085d5355 0.00 MB 4 0
69,741 69,741 00000000004b49912a2d7ad89c93fc09845d89422ea0da0b94cecc95161360b6 0.00 MB 3 0
69,740 69,740 000000000028c597cffbeb9e4d86636b42196984c01058edc6f5970e1231d5e2 0.00 MB 6 0
69,739 69,739 0000000000e05ae0a80c7b50fca08bb287b4b7d0bbfed37d14a2594a6cfeb341 0.00 MB 3 0
69,738 69,738 00000000002a0aed2c245c9099982bda4c099634c5b521ecfed338665f59ef26 0.00 MB 1 0
69,737 69,737 00000000001b5a9cf43da1a33d6667b91c10cba693fc12a3499b52bf2bfadbfa 0.00 MB 2 0
69,736 69,736 0000000000886f91d91034cfec320eaa389d429100ce3da232109069dcc96ba9 0.00 MB 1 0
69,735 69,735 00000000007965c888a4991327e3f72f909167340886b6fc32c31bd80a43dec6 0.00 MB 2 0
69,734 69,734 00000000014b52c269829d91ebd8238e0156afcb9918209c9e699253648215b9 0.00 MB 1 0
69,733 69,733 0000000000de34f4b1a9383aca8ddec1184426981fbe447b249043e02f960ee2 0.00 MB 1 0
69,732 69,732 0000000001158152c1f8fa3cc8dbf93c57fac2f930b0e805cf862c6e14293ebb 0.00 MB 1 0
69,731 69,731 000000000044d40f8e80c5e6113e2b2481164dc15f328fb0c5c13ab77d340172 0.00 MB 1 0
69,730 69,730 00000000002f76d23acb4d77a21f8440ccf27b95010722340fed46cc8ba38a5e 0.00 MB 1 0
69,729 69,729 0000000000e4d664d4d1f664d72d213a3af381304f87f174ce305ef013af85bb 0.00 MB 1 0
69,728 69,728 0000000000dc62b8007ce3da73087a9ebf0392e95f79e3d180b0958dfae9b2a3 0.00 MB 1 0
69,727 69,727 00000000010ec7b92066c38bdf4198da544a61778a9b28e51942b2c702aba2b8 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 775.68 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,381.08 GB sent, 127.25 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.