Loading Tool

Explorer IconExplorer

Memory Pool

27,971 transactions
8.04 vMB
0.07502875 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.15/200 MB

Candidate Block

Mining Attempt f7ca7f46e6ddb0594687ec58ff5787e0883dc676843af25e6ff8dc91799580ce
Version 20000000
Previous Block 00000000000000000000462d480322cf9b5bbf8833c1eecd2f438a0f423bde5c
Merkle Root f038c679a32add7e27ec11a1cfc9cdb8d9a7e6838080550afb86749bfb40003f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,364
Size: 1.00 vMB
Total Fees: 0.02917867 BTC
Median Feerate: 3.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,187 (758,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,922 154,922 0000000000000e0711a0217528b50a5a24b53f128bff875dc9ed410aa59c3b98 0.01 MB 22 21
154,921 154,921 00000000000008cb1f2924d921b8ce77323e2b900295d43f2d9d1898e3792b03 0.00 MB 11 109
154,920 154,920 000000000000086718a39d9b170fcf64a62df1c539610c63caf326d3c8d1299b 0.01 MB 21 87
154,919 154,919 00000000000000d67c93180bfb28073f3d94e7a259f3dc9e3abeaefdbd6561f1 0.03 MB 120 0
154,918 154,918 0000000000000d87584adf63fbbb21a2563bbc0d79eec24f88808fb1a0a35e68 0.03 MB 84 298
154,917 154,917 0000000000000ba7d4bc4e05b3d717ff225cf8946dd56eb3b41464509707cfef 0.00 MB 14 69
154,916 154,916 00000000000006ac50d4829167edb9cab04572ab0ac3248997b4867a5de966b9 0.00 MB 11 0
154,915 154,915 00000000000001a5d6371ac7cf2dd1acfb2592ebc735c954d580910292540011 0.01 MB 23 88
154,914 154,914 0000000000000dc03672ac02825b5e596df9778e112ae3ac16d3ce9f7656d0c9 0.01 MB 28 66
154,913 154,913 00000000000001ba5b24650750883bf31ae32b1994a3b5d3e65c6ad56f65e395 0.01 MB 15 49
154,912 154,912 00000000000008aea092bd43c1e1f94d7430bbb4ca58e4e43ea770a7ee470e40 0.02 MB 31 111
154,911 154,911 00000000000000cbb58e73739ece492b2da23b589cf293a258c64ddbc7227b33 0.02 MB 46 113
154,910 154,910 0000000000000508d244826e26df47be062b027e44ca8f35d76744fa90dd8765 0.00 MB 2 386
154,909 154,909 000000000000048c85156478b82db2c630dd4bd70f4016d8910e3002d92c5b5e 0.03 MB 70 76
154,908 154,908 0000000000000a9612cdf45096eaf747fc92705796f8a0b1b943047ca0b68706 0.01 MB 15 23
154,907 154,907 0000000000000402768ae9bab66bad3d1911559676942ffe7b52e6b370688948 0.03 MB 99 169
154,906 154,906 0000000000000b21e7d19c088b70e0ec7dffb5689d35ddc244216e8c44630aef 0.05 MB 76 500
154,905 154,905 0000000000000819938749db0a0ffc5f813b13e6720e9ad3b7e75366d415a91e 0.00 MB 10 633
154,904 154,904 00000000000004a827e800b778c45ea9244b4b229c0958c2873f8b712281769b 0.01 MB 18 0
154,903 154,903 0000000000000a365864483107fd097256134062f1cdc531736ca3ce41ae86b2 0.01 MB 17 149
154,902 154,902 00000000000002bf63e5df520f44d5585354146089a11c92a08c723a719e1b38 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 779.18 GB

Node Details:

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