Loading Tool

Explorer IconExplorer

Memory Pool

72,514 transactions
28.04 vMB
0.06200902 BTC
Random Selection Loading Transactions
Max Size: 166.32/200 MB

Candidate Block

Mining Attempt 4c15245891a39eab4177d5431cc4c3bfece5f6c523d472a1edd7be8312c7bb0f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 69c02d02ed4ebc55e7de0a50747e227321899ea682aa01a6e225fcefc6701def
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,676
Size: 1.00 vMB
Total Fees: 0.00597013 BTC
Feerates: 40.21 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (224,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,614 690,614 0000000000000000000b1c41f073913cd20349ad224a92e1fff75a665df4c956 676 1.00/1.00 vMB 7
690,613 690,613 00000000000000000004d573749f4d4ca225019a4920bc56748b93362fc5c23c 901 1.00/1.00 vMB 1
690,612 690,612 00000000000000000000c1aac8d2229f0067cc1814f606b212f5290e0ae45d60 2,518 1.00/1.00 vMB 34
690,611 690,611 00000000000000000006192f1b2f47f8d6930793b55ff0c8a842b22030a53fa0 1,558 0.65/1.00 vMB 8
690,610 690,610 0000000000000000000151dd91137cf0b3c8600a0182dd353e406036801f6a3f 2,790 1.00/1.00 vMB 12
690,609 690,609 0000000000000000000a324299cb3ef8e569b4776e0f4512e264d60da362ee2b 2,412 1.00/1.00 vMB 14
690,608 690,608 00000000000000000010357729e296b9d77c22f98d5825e7e45cfe6d5b3cc30f 1,064 1.00/1.00 vMB 28
690,607 690,607 0000000000000000000abbe4bc1d78b274354e5fc2d8a608787d72ac39566f05 2,127 1.00/1.00 vMB 27
690,606 690,606 000000000000000000032ea2a3dd7aec0b7b513e81295c2c10d9feb7d88b175d 2,109 1.00/1.00 vMB 77
690,605 690,605 0000000000000000000c6a15b6cc76be8e55f33a9e983234cda630ca4bf41173 3,001 1.00/1.00 vMB 22
690,604 690,604 00000000000000000007a0f8f7a5a30029cd0b20443ffb9b37234160db60c6e4 1,845 0.69/1.00 vMB 21
690,603 690,603 0000000000000000000562b48173a88018cbf8bb13c9e4efdb2f718e3943f5c3 1,365 0.58/1.00 vMB 5
690,602 690,602 0000000000000000000aa1600a851941d0e3d405feb53628c2143ec166892091 2,973 1.00/1.00 vMB 33
690,601 690,601 0000000000000000000cde38545f019660b77012726ff0eb684e15bc3a858d97 1,263 0.41/1.00 vMB 20
690,600 690,600 00000000000000000008a1800620f1d1e674defcfdc18ddb34f22204a832aad6 692 0.23/1.00 vMB 17
690,599 690,599 0000000000000000000f0817999608e9b18d9dc1bded5987b126ad4551ef258b 297 0.09/1.00 vMB 24
690,598 690,598 000000000000000000128ca81a9d8cf7a4430869ce78b5b7369dfba5d6d242a2 1,325 0.72/1.00 vMB 16
690,597 690,597 00000000000000000009dbc9df3ece6018d1632442058637ba5ec6130a8f2bb0 1,484 1.00/1.00 vMB 22
690,596 690,596 0000000000000000000cbe3c0dd555aaee0b2e00384d1f04f084e96d27206d31 1,663 0.58/1.00 vMB 22
690,595 690,595 0000000000000000000b3f2561d9845225f7088b94ecce461b06ac8db1c66ca5 1,057 0.44/1.00 vMB 19
690,594 690,594 00000000000000000002e6d967eec7b0c07952d7648a49077207650222950a06 355 0.13/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.