Loading Tool

Explorer IconExplorer

Memory Pool

73,929 transactions
20.14 vMB
0.04935213 BTC
Random Selection Loading Transactions
Max Size: 135.49/200 MB

Candidate Block

Mining Attempt 53f040a0e162dd527eb1acf20653838173f6685cb19fac5d17294b5cc46bbfd3
Version 20000000
Previous Block 000000000000000000017ebf1c136d095b44adf38dec8295d6ef2bee137a6e6d
Merkle Root 8c4943d516d30d0d849a9528b5d35d0a48a5af1c3399b5b3ab0f78c9011191e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,320
Size: 1.00 vMB
Total Fees: 0.00546823 BTC
Feerates: 38.03 > 0.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,993 (914,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,144 1,144 0000000031002d56e1c4676ae7999e8e0968708225bb1063c6a738f882f4498d 1 0.00/1.00 vMB 0
1,143 1,143 000000007f36e13704298d9d7075ff829d969f0c4a1cadb46e85542760737573 1 0.00/1.00 vMB 0
1,142 1,142 00000000c7550934ff7d02cdddff93a3ba0904c828d13bae6d844abbb55969e7 1 0.00/1.00 vMB 0
1,141 1,141 00000000f306301a73aff3ba71b650691d766d1bf6856c36c398724ce26521d7 1 0.00/1.00 vMB 0
1,140 1,140 000000000b6a9423f7bf2221f209b72870a5b15d9bafcc5158e9a04678ed5062 1 0.00/1.00 vMB 0
1,139 1,139 000000008a37ae701edf7e30c135accecf834ded9347b7126519c27925fd80a9 1 0.00/1.00 vMB 0
1,138 1,138 00000000741be2ff27c475aef18342f43fb5e59eff3e23552328ca190a0ab195 1 0.00/1.00 vMB 0
1,137 1,137 00000000c50214402a9094be3272ef2eace3fa12f4c9252a7f3d79823ec43be6 1 0.00/1.00 vMB 0
1,136 1,136 0000000011a8d75d307e0f79fc31df7299b575c0e5134765a4bb394bbd015050 1 0.00/1.00 vMB 0
1,135 1,135 000000002a9d85363e7921b7988a2a9b912df882d0487dc6357a832f6180fb0e 1 0.00/1.00 vMB 0
1,134 1,134 00000000f209d861eca97e4cf1f10d13698459f7b08be9281b207b97a804f0c9 1 0.00/1.00 vMB 0
1,133 1,133 00000000f29e00214e99c5dbabee71a1033b577a27143248bdfff08adc3644f3 1 0.00/1.00 vMB 0
1,132 1,132 00000000d02f8a6f352ba7a55b6ba9d32a346eaca6ecfd8d14534d7a2399bf08 1 0.00/1.00 vMB 0
1,131 1,131 00000000b7760d4446a926b260bdb7adbde19f6aeb2ac84a460d52ed791034f8 1 0.00/1.00 vMB 0
1,130 1,130 000000001785e36e4037082e8b803f5fe274eaa161f9c96c41da5af4b44e1fa0 1 0.00/1.00 vMB 0
1,129 1,129 0000000009270ffb79c779eae921c1741ff849732435421b215502e6d25b09d2 1 0.00/1.00 vMB 0
1,128 1,128 00000000040cc7d952bcb73d2f5de80b15945c08d347bdaabb207cae9775a6c7 1 0.00/1.00 vMB 0
1,127 1,127 0000000003f56c1e963b2e2ed7ee09df31fd7834530a36ccc4a15df0c57dcfff 1 0.00/1.00 vMB 0
1,126 1,126 000000000aa50343f24420ca0c897bf8ce616cbca9be08997c6ecbed99960386 1 0.00/1.00 vMB 0
1,125 1,125 00000000ff07313367117bf73fbd45434bfecd85390c308b42e5cec8fbaa92b5 1 0.00/1.00 vMB 0
1,124 1,124 0000000047cb2b6dfa319b6149aafd70bc4c2fd22dfac67c253ec92c95c0c607 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.11 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: 807.10 GB
    • Received: 23.17 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.