Loading Tool

Explorer IconExplorer

Memory Pool

21,407 transactions
15.35 vMB
0.03039258 BTC
Random Selection Loading Transactions
Max Size: 79.00/200 MB

Candidate Block

Mining Attempt 6092afb22149dc450ad0e337d1ac9b08e471409f43d3d003b1b8e1ea96d20959
Version 20000000
Previous Block 000000000000000000018d2ad3dca00958287ecdd65154f3a6fb740cda51a4fb
Merkle Root 99ff0b59d20e9733ca988374d98a5f0839c68c6142ceeda76fb0c59a3d93483f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,686
Size: 1.00 vMB
Total Fees: 0.00323722 BTC
Feerates: 50.53 > 0.32 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,172 (894,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
19,786 19,786 0000000096fc1bbc588cd4f46d3bb1f15aae1b1daddecc44cbf91db4f3307092 1 0.00/1.00 vMB 0
19,785 19,785 00000000f8f4946a764e75f5ce5ce9f517736310a6241bf05046af9e460cf7b2 1 0.00/1.00 vMB 0
19,784 19,784 000000006a6e4af3fd38635897916eec41c9216cad457f6f660b3c310137b16f 1 0.00/1.00 vMB 0
19,783 19,783 000000008d459af19836150ab5f9c25eea1639bb0ee5423d66b1764b0de9eb76 1 0.00/1.00 vMB 0
19,782 19,782 00000000397cf63e5b792a089835459dc87e56785c6170f50437dd13ed838c0b 1 0.00/1.00 vMB 0
19,781 19,781 00000000129d2906b7c03a12f252cc6ac88534ef628dd34df72439c306e54eba 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.90 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: 569.05 GB
    • Received: 7.72 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.