Loading Tool

Explorer IconExplorer

Memory Pool

44,041 transactions
27.24 vMB
0.09130786 BTC
Random Selection Loading Transactions
Max Size: 143.78/200 MB

Candidate Block

Mining Attempt d148ebf06b9aa9482b8817e18bfacb89f0077e49a90476ebccd27f0aac78e6fb
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 8796494760ecd0ce3eff218f76125546e244ebc274044116bacb49605566582d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,170
Size: 1.00 vMB
Total Fees: 0.04027179 BTC
Feerates: 101.65 > 4.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (240,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,954 673,954 000000000000000000070fbd35626c995a061da4b63c8f15f97120c85bda6ce7 1,972 1.00/1.00 vMB 29
673,953 673,953 0000000000000000000a191dd6593cd428af84576cc2698968cc0148c2978250 2,144 1.00/1.00 vMB 46
673,952 673,952 000000000000000000080c1e9b599e395ef3cfffa3c1d86cf1dc23d2d6745639 1,419 1.00/1.00 vMB 27
673,951 673,951 00000000000000000009c3b0185acd6acfda8811ade374583c90bb5d774ee856 2,853 1.00/1.00 vMB 93
673,950 673,950 000000000000000000074ab0cada7711407da6a0ff85e1a41f89a75d49b91b80 1,608 1.00/1.00 vMB 26
673,949 673,949 00000000000000000004cfe845c98c75c388192fe570fbc4fcc234514bba0ae0 2,033 1.00/1.00 vMB 23
673,948 673,948 0000000000000000000bcf8ca130ce9ebc43b0e0c78e3a8193af09c255fd347d 1,767 1.00/1.00 vMB 56
673,947 673,947 000000000000000000077130820f5495ec57f7bf68eb1386f259c3b5f1617b03 1,662 1.00/1.00 vMB 47
673,946 673,946 000000000000000000083e3d9c283f0be2575f2a233adbdd100d80b0f0d7c139 1,512 1.00/1.00 vMB 39
673,945 673,945 0000000000000000000c2e8b3d410315c7a7a4a5eda5d96ae1d42253864bcfde 1,772 1.00/1.00 vMB 40
673,944 673,944 0000000000000000000492c9f8a909d153369b60fb1013dba60ef9b61ea79f4b 2,667 1.00/1.00 vMB 67
673,943 673,943 000000000000000000009a0955f49d934af9c8f02a5efbd77abfd332cd009011 2,357 1.00/1.00 vMB 83
673,942 673,942 00000000000000000005ff8690da9a6e34ea5bb227af671095bfc113c6e4bcae 1,605 1.00/1.00 vMB 51
673,941 673,941 000000000000000000090742280410beb66a21193508d36684e5c7de910c9106 2,556 1.00/1.00 vMB 43
673,940 673,940 0000000000000000000c69d97bc315044c880e0ee2f2b7b204b87912713c2b73 2,288 1.00/1.00 vMB 61
673,939 673,939 00000000000000000002fd14c491bfb0ce321e15b44aa9ed0448ddf2acbbd6d9 1,602 1.00/1.00 vMB 92
673,938 673,938 000000000000000000011e2f193ada397c74f46247d28bd3c91ef8bee282d554 2,832 1.00/1.00 vMB 56
673,937 673,937 00000000000000000008d01aaaecd06a7cd6d3cc377165ad015de431c3c73406 2,382 1.00/1.00 vMB 73
673,936 673,936 000000000000000000095aaed6ddefef29169b97f9800f13f67d2ed7b129a9fd 2,333 1.00/1.00 vMB 89
673,935 673,935 000000000000000000031f6a9c812c8a8cc7b205568da0c4cc2dfca6ea1ab174 2,272 1.00/1.00 vMB 85
673,934 673,934 00000000000000000006f5c67e6b0137b924eef0a79e186bf755964cc407800c 2,407 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.