Loading Tool

Explorer IconExplorer

Memory Pool

86,526 transactions
31.81 vMB
0.12818974 BTC
Random Selection Loading Transactions
Max Size: 191.97/200 MB

Candidate Block

Mining Attempt 50beb9b0bc198b765ac1d50e5059742643796e8b36842f11988fa181bebe4517
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 3b6d86711b956dd099afd0007adb1992be85d6b834e1b455b181d808ad9d213a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.04565476 BTC
Feerates: 911.92 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (497,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,940 417,940 000000000000000002b1e4738ef89548214446826cf29e2bf7b2575aa50a9abf 2,063 1.00/1.00 vMB 63
417,939 417,939 000000000000000004e12514b7304dc5c8ee790b6d8b50bd464c39681296a19f 1,848 1.00/1.00 vMB 45
417,938 417,938 000000000000000000f4a12e5c7db03dc27e010d5996c35595550eba9782a0da 2,983 1.00/1.00 vMB 89
417,937 417,937 000000000000000004afce4d6e2cab6583bee692c6c35f6146363a4ea28df52b 2,151 1.00/1.00 vMB 42
417,936 417,936 000000000000000004d7d253e2f3ed598e92d41c8062abcca31ca694d1c3fd98 2,700 1.00/1.00 vMB 84
417,935 417,935 0000000000000000013f0526a70fc00c9dbf0594c24cd2c7fc83fcfe8d5585fb 2,979 1.00/1.00 vMB 78
417,934 417,934 00000000000000000350c8de210cfb69318dc0f4e026c7a6b00af7d08438316b 1,037 1.00/1.00 vMB 29
417,933 417,933 000000000000000003b91d15995d95832f6f54fc197d8519a2afddd8490ff92f 1,286 1.00/1.00 vMB 33
417,932 417,932 000000000000000000f21531123290d347eca43eadf90b53749b0cc453cab47c 1,857 0.99/1.00 vMB 61
417,931 417,931 000000000000000004e5942dc1a5a8464043729c503e133efc0ea91fcec2ca8c 2,194 1.00/1.00 vMB 52
417,930 417,930 00000000000000000512e7726f800cc45ead292da81bf20c83d35331d3b56bb3 2,096 1.00/1.00 vMB 57
417,929 417,929 000000000000000002984fb4200d5451db6fc7fd7209e844c92c2f3510484cbe 636 1.00/1.00 vMB 17
417,928 417,928 0000000000000000028102b0f812c6efe1ddd7835796f7f78e6e8b25d6ad8f6e 2,379 1.00/1.00 vMB 77
417,927 417,927 0000000000000000001412a1eb0bee6912760673a0215b07e804038eca6a0046 1,788 1.00/1.00 vMB 47
417,926 417,926 0000000000000000037a7b03e5526083db5a2f9e7874603073407c76ad5634a9 560 1.00/1.00 vMB 17
417,925 417,925 0000000000000000035f040298422cc41bb2ed483ac629d59d3ba42a83a57771 1,907 1.00/1.00 vMB 49
417,924 417,924 000000000000000003142a6fc5d9d609d2559a15dbbf349670a278946a44d99d 2,151 1.00/1.00 vMB 48
417,923 417,923 00000000000000000030c075e86f37b70f0601d2853582a56e463b62a4f96444 2,158 1.00/1.00 vMB 52
417,922 417,922 000000000000000002be74d052b51f459d39201aaaea224b83d7a8f9b1650a6c 2,186 1.00/1.00 vMB 65
417,921 417,921 0000000000000000017cfe8bf2cc718964e9f5b78eec93654fe4b9d99ab5e9c8 2,572 1.00/1.00 vMB 98
417,920 417,920 0000000000000000007545b287c15d823a9dc3ec6699717efe7c9ebd7625b163 1,050 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.34 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: 660.92 GB
    • Received: 14.78 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.