Loading Tool

Explorer IconExplorer

Memory Pool

18,660 transactions
8.75 vMB
0.05166921 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.68/200 MB

Candidate Block

Mining Attempt 2a463287a59fa185a3ebe78957f221cc5ca56e34d6c8bbaa82f5cdd2ff286e7e
Version 20000000
Previous Block 0000000000000000000025f04ff2c401a5399cfff1f91b6377cb2b55eeb38fad
Merkle Root 78d2660e3b411b9d4baae8899a238ee055ce739aa0230c7a958b906a94fa9e98
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 1.00 vMB
Total Fees: 0.03105355 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,421 (907,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,943 5,943 00000000cdf2d26cf41ed165002a30ef49d9e8071dd8335607f19c6080e79bc6 1 0.00 vMB 0
5,942 5,942 0000000087e87b084602a425e53819b65dc0f0ac9bff48631c7d24972a0537b6 1 0.00 vMB 0
5,941 5,941 000000009b8514d16b4a64f6a458de01da3b633275dea5b511be12c121782d46 1 0.00 vMB 0
5,940 5,940 000000003f87fa6d28f979128c1e89cf6bb239f885d7d811cfe7e6d10ca9bb2e 1 0.00 vMB 0
5,939 5,939 00000000502c41b516a23d632b173665e6d355804f7cca0a5215ac7000df76f2 1 0.00 vMB 0
5,938 5,938 00000000f5727d38f3cecbac7718f51db5256b2c403f7b6b33025b1c68f53372 1 0.00 vMB 0
5,937 5,937 00000000a439be94e901c6b16149f25f549c72ee0c8aea08ff9f41f1734e2270 1 0.00 vMB 0
5,936 5,936 0000000083f3b6ff05d6994814b2e9aba74f294635fd68a3155587c2a003a045 1 0.00 vMB 0
5,935 5,935 000000007dc81a43d78ac2a6b7a21b99670e7cef083609a29098c181e97d06ae 1 0.00 vMB 0
5,934 5,934 000000009556c08430fc765e27e484a187e728bb01cf1e83cce4c5576b11248d 1 0.00 vMB 0
5,933 5,933 0000000036a940c9b689d08f6cfe4a3fff610ed07af0b53d3d81ba97ee717ea0 1 0.00 vMB 0
5,932 5,932 00000000a6fc949b6c31948835a2678cfdd38679deb9575ddd9ae34d9db0f258 1 0.00 vMB 0
5,931 5,931 00000000098e963428886a8ce592bf6cdc4ab78e23704a357ea2bc560337611e 1 0.00 vMB 0
5,930 5,930 000000009c8e1a859cba27443d5945a7f15553bd9f3067357695dad0850f88c4 1 0.00 vMB 0
5,929 5,929 00000000083465d97c0b52a0045c2cffaf0749c8220a952929aa46510bcf8e02 1 0.00 vMB 0
5,928 5,928 0000000032f2da95534b162bf1168fb7e69921fcd03e241488698045a2f27e7e 1 0.00 vMB 0
5,927 5,927 0000000045251df12f1ad0f8244982942ed3e9aa2af67e1f00a39ae69f49c471 1 0.00 vMB 0
5,926 5,926 00000000ceea5084fcd34dadb597d392d7c9ed0d59f06b3eaf6a21d3440e9deb 1 0.00 vMB 0
5,925 5,925 000000002fce7124497fcde33aaf7cc52d4b289d3b3e6b88f9232f17ddf6cd9c 1 0.00 vMB 0
5,924 5,924 00000000885b5e92ff2cbb7c9d5f9778499bc4af3c4549d841e74421008efff5 1 0.00 vMB 0
5,923 5,923 00000000dff3628050a0cf1dc78296821bed27e7c64a4257fb1a81b7e4f1841e 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.60 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: 295.20 GB
    • Received: 1.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.