Loading Tool

Explorer IconExplorer

Memory Pool

81,361 transactions
22.70 vMB
0.13431801 BTC
Random Selection Loading Transactions
Max Size: 149.24/200 MB

Candidate Block

Mining Attempt 35efdf0f94a54b99c0507c489a309cf474aa37f500e5747535347904efe2ef13
Version 20000000
Previous Block 00000000000000000000eeff408fac8c7a8d843c770432d4b174a25c7ede34f8
Merkle Root fd7cc580b847cc31fa2cf75f64eaf431691c5c768cec18a0928f85176f179a1c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,705
Size: 1.00 vMB
Total Fees: 0.06139167 BTC
Feerates: 611.85 > 6.15 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,210 (865,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,054 51,054 0000000019e5b783c4350587a239fb6c2e57b13323c26d9257ffe5ef6ab11b61 2 0.00/1.00 vMB 0
51,053 51,053 0000000010e15bffd8852ed4be93b1ee44197cccae7e33982eea2d4db475cd9f 1 0.00/1.00 vMB 0
51,052 51,052 00000000146b890befa3c6b70ec9e3f10172b451a579c88925315240286f2932 1 0.00/1.00 vMB 0
51,051 51,051 0000000014722990cf1f8071ad823884137ddad39a16767fbbe4fbf48b42b282 1 0.00/1.00 vMB 0
51,050 51,050 000000001d9c9accb1b28e6b03acdeefa009262ac5c04b33af63a0465d5435b7 2 0.00/1.00 vMB 0
51,049 51,049 000000001c6356fc87a4fe57e329e5b5fbf68bb8fc87258dff7da23edbf8cf00 7 0.07/1.00 vMB 0
51,048 51,048 000000000816436f6883293f83ed9e1ff8447ba3a534cb30d45c9c2ed98bce24 1 0.00/1.00 vMB 0
51,047 51,047 00000000199705fe2437c007e2368c241f36ada1b0a5501b62d7e0e5990d025b 1 0.00/1.00 vMB 0
51,046 51,046 000000001383380a1ed28b76b186b3dba4cda78bc7aabdd5a08657d8e655166a 1 0.00/1.00 vMB 0
51,045 51,045 000000000046f5e606e6f7c2b54a685e1d68d13031921c757da7898f7a3baad8 1 0.00/1.00 vMB 0
51,044 51,044 00000000063e6fe8b2066e5d4e034e63264865961481c7039ccc9dc5cc78e5f6 1 0.00/1.00 vMB 0
51,043 51,043 0000000016f71d60aae0880468cf7d98ad431f10aac73ed80e23954590c59d7e 1 0.00/1.00 vMB 0
51,042 51,042 00000000131e9d33f31a3ef16831f2828b7b13fa142a1251d332fba8ae8d1c16 1 0.00/1.00 vMB 0
51,041 51,041 000000000143fb6abc6046308b77f6bac08f3181301a2908283bb1ae71f0b15a 1 0.00/1.00 vMB 0
51,040 51,040 0000000011d565e9d61197b7460cb1b58d1b102e0f0771fa0505f68feedbfb27 1 0.00/1.00 vMB 0
51,039 51,039 0000000012d6f0a32445ce5757a484e6c3ddc52f2f63dc343128d15ede5ff256 2 0.00/1.00 vMB 0
51,038 51,038 0000000017d38c9135d09aadecbcaa6638b46c5870801f3be6e42c784b4aa9c2 1 0.00/1.00 vMB 0
51,037 51,037 000000000ffa386877a080f5fd797724a930446e38c49855a638763111cfd916 1 0.00/1.00 vMB 0
51,036 51,036 0000000015a657946bedf28b1042d28322c1c85735b3d11a61b8ce04389bd131 2 0.00/1.00 vMB 0
51,035 51,035 0000000003283fac556443e0cd084bd30984a2a59a1adaebcb8d95cf4c303a32 1 0.00/1.00 vMB 0
51,034 51,034 000000001da260fa6baf7feebaf43a36a720fd3537bb95c377afc211f972f6ef 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.48 GB

Node Details:

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