Loading Tool

Explorer IconExplorer

Memory Pool

22,319 transactions
15.49 vMB
0.03128344 BTC
Random Selection Loading Transactions
Max Size: 80.19/200 MB

Candidate Block

Mining Attempt 0540d35192664540c8afbdfa9e152148c0f257f87982a5111fc2c3d513be4287
Version 20000000
Previous Block 000000000000000000000fc0cf3c0c93ed819f4f5344d083bc533b2c744ebb11
Merkle Root cbe3512025c16e761852b9cb2e3b32d605debb71cec55ed36c9217de692d2e55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,624
Size: 1.00 vMB
Total Fees: 0.00378527 BTC
Feerates: 40.21 > 0.38 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,155 (894,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,807 19,807 000000000ded99012d6275672ebdb8e69847637a49449225bc7f6812f79829c0 1 0.00/1.00 vMB 0
19,806 19,806 00000000abcb80469c3d3c1f77df85f261238d95acd61438b98cfc28fbe0ca79 1 0.00/1.00 vMB 0
19,805 19,805 00000000d5c71184935f0d340a10944aa185934f525822dc2ae3620a0eba19a9 1 0.00/1.00 vMB 0
19,804 19,804 000000002f495feefdd93f74b7a68efa38efb9013a0706e3f147cb8ded1f3668 1 0.00/1.00 vMB 0
19,803 19,803 00000000c61a4cad6dd2925da26933330dd773c92b5e1d72bd420eb3ee481be4 1 0.00/1.00 vMB 0
19,802 19,802 000000005d325b3c5f85ce76f098e11f0276df5c2226e33c81b18ab48a1ec882 1 0.00/1.00 vMB 0
19,801 19,801 000000008748ef994612564b27fa45fa9b780c562cf793bcbd11634d6c58ff83 1 0.00/1.00 vMB 0
19,800 19,800 000000005addbe224c48f2dfdcbb080c0f89eacd2593b02550ed0af4c4fa7dfe 1 0.00/1.00 vMB 0
19,799 19,799 000000002ddcce480eb3d3a78c68b92a1e7a63093ad0545715ebb5011f47012f 1 0.00/1.00 vMB 0
19,798 19,798 00000000f2137b526bba2106f308bde12546cd2ee2390163509150a575dd7711 1 0.00/1.00 vMB 0
19,797 19,797 000000001ea09ee0c5dfd59780d11a404723877c3143137a899c25345ad63a7d 1 0.00/1.00 vMB 0
19,796 19,796 000000003ff25712b60c4546d8113a2e3d59fbc040db6dbf248306382588aa8d 1 0.00/1.00 vMB 0
19,795 19,795 000000008c7e8405bb823220a58b302c786198f21c85ab90291b608fc331ae13 1 0.00/1.00 vMB 0
19,794 19,794 00000000eeaac83b126d3a07dcbe45bbd09d1cd6724cd646b68c095ce8f65996 1 0.00/1.00 vMB 0
19,793 19,793 000000005388094416f8838ebecfc58f1bc4cd6cb3233d4ec4e47f4bb7caf989 1 0.00/1.00 vMB 0
19,792 19,792 00000000d860c724f48ebaf53992f53390c13d3cd4b917c26c513dd1f99d6095 1 0.00/1.00 vMB 0
19,791 19,791 000000004b55af216ef3da2596d3e86fa23bf3bfd55ac1c8bdd01de5b4b39dd7 1 0.00/1.00 vMB 0
19,790 19,790 000000008db6ee65f9618b1c5dfdee68bf4d403d4aa998209704cbb3fc73b457 1 0.00/1.00 vMB 0
19,789 19,789 000000008297eb00e2f62fac8c3e916c9a11dc4573351f485024c8e2820e7929 1 0.00/1.00 vMB 0
19,788 19,788 00000000439083031c0988fe0bd5aa5c5414b5ceb31fc914a1aa85e8cd7a4f00 1 0.00/1.00 vMB 0
19,787 19,787 00000000cb83b1343a9834d413b97660ba9952b6be8fa044a49d94aaa4572afb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 564.16 GB
    • Received: 7.57 GB
  • Uptime:

Notes

  • 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.