Loading Tool

Explorer IconExplorer

Memory Pool

91,789 transactions
34.56 vMB
0.29438216 BTC
Random Selection Loading Transactions
Max Size: 199.69/200 MB

Candidate Block

Mining Attempt c3901d28832de27bc7f690c612b4f62d63d723ea40686f75d77a2f585df37d70
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root 2bf88495f986c96b2c349f04161d333f44e4fbdb9ddf062e70cfdc62fefbc18b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,977
Size: 1.00 vMB
Total Fees: 0.06925338 BTC
Feerates: 168.26 > 6.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (892,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,456 23,456 00000000a6b6264e3d123b00c50c35f94ef3d3a1db37ed1015f2b7feaa486236 1 0.00/1.00 vMB 0
23,455 23,455 000000001669819bbc16881ee02be42b49c874da2bf96eef3965c09245344aa1 1 0.00/1.00 vMB 0
23,454 23,454 000000000173c85bbc0b36d32da81b68a1039cd12180e627a05f31ca8b9236c8 1 0.00/1.00 vMB 0
23,453 23,453 00000000742b9a55522ae44345337d4a4608fab878557e783ebe4c93fb362473 1 0.00/1.00 vMB 0
23,452 23,452 00000000da63e0992f7d19ec0f298f3c2d4cfbeedc24c8b6daf2de406291a3dc 1 0.00/1.00 vMB 0
23,451 23,451 0000000042499d4a9000ca436858a40b012b11ceb84ca371474ff2ff14aa4dd6 1 0.00/1.00 vMB 0
23,450 23,450 0000000097e6ec818aed9007a005b01ce6f3cd53a968a300a80b22cbff27220e 1 0.00/1.00 vMB 0
23,449 23,449 000000009d413b31d77caf64d9ded1f300acad75b57a0beb48aaf022e2a5898b 1 0.00/1.00 vMB 0
23,448 23,448 00000000df5d13393460cd859b427d27479b76517ee955d3994ff855c7651e97 1 0.00/1.00 vMB 0
23,447 23,447 000000009796c28c05d87081355a9657dfbd7bf11b30d88afc036a84bf5fc007 1 0.00/1.00 vMB 0
23,446 23,446 00000000bea606f39a56a1abc8f8a63861f00f796d3286646a51f7458d272812 1 0.00/1.00 vMB 0
23,445 23,445 000000007f1e616efa6d9eae61ef85cb282156bf21e42f040230244bd04b1587 1 0.00/1.00 vMB 0
23,444 23,444 00000000111363089e99ecedb2bd2a805033e4bd601431aad848c1cfc7e85c07 1 0.00/1.00 vMB 0
23,443 23,443 00000000548fb7c38eef90508d9a9f1dbce0851f83311b1a7106c81f6c39cb17 1 0.00/1.00 vMB 0
23,442 23,442 00000000731116fa4aa114c7fe578b7bf36156a78261d0d3d54f1a67338e98bc 1 0.00/1.00 vMB 0
23,441 23,441 00000000e85a52a3f5b83b8b5e8cc2924ce11f914213f5e6b429d40a43d1c7e2 1 0.00/1.00 vMB 0
23,440 23,440 00000000cb46403b7fb361262aab494eb96d9ea3e6590a7b0a64ce2de0bb2a39 1 0.00/1.00 vMB 0
23,439 23,439 000000007f5da7ea239dba629d503cbdad1634005600983ff7b3c2d247ab4e4f 1 0.00/1.00 vMB 0
23,438 23,438 00000000f1b594b92bf663cb15d148e974415d51ddbe852d7d23552cbce4f559 1 0.00/1.00 vMB 0
23,437 23,437 000000005e2cbdfc70f6faaf14f76995874a3829b6068f3d09b7660587bc3a2f 1 0.00/1.00 vMB 0
23,436 23,436 00000000520a6023059729b155eea8c269f916abb2ed28c413558c84f924d7a1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 773.02 GB
    • Received: 20.38 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.