Loading Tool

Explorer IconExplorer

Memory Pool

45,613 transactions
27.93 vMB
0.09168418 BTC
Random Selection Loading Transactions
Max Size: 146.73/200 MB

Candidate Block

Mining Attempt 51569457643a712bd6103b595efda9404d6af2c395c89eb7a6fa52412f23f80f
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2812b2658c91691b4e6c66c7d2bdeef9981176af2ed258e37e3d60560ba2eb8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03623818 BTC
Feerates: 197.49 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (795,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,410 119,410 0000000000007621b58c81afc1a574db9af285a03d0bec1c293706d293e7bce9 11 0.00/1.00 vMB 0
119,409 119,409 000000000000a856f8a0fb60e2d9fadb9aa5a25cfd1b053f7ba74352a9ba53b0 7 0.00/1.00 vMB 685
119,408 119,408 0000000000009edc3aedbbe07359e80668ac643c7661ed4481d45658c6bc7d36 4 0.01/1.00 vMB 0
119,407 119,407 0000000000004344d4d660319c19c8dce776303bae683f0358b6e52f292aa7f1 7 0.00/1.00 vMB 511
119,406 119,406 0000000000007558c5ca4ffda53d30c1782d2cdcaa65d11bc5adecb720297faf 4 0.00/1.00 vMB 1,050
119,405 119,405 00000000000033f084082300d7e8ff47d7a6b296f9b19d2b6b50f275d5b54ef3 10 0.00/1.00 vMB 0
119,404 119,404 000000000000701af113910026b97e098d7eb8f83ece50655321ce88e7880561 7 0.00/1.00 vMB 0
119,403 119,403 0000000000007af1eab7c476253181035ccdef681e1092f9e0376051f3298a3d 13 0.00/1.00 vMB 607
119,402 119,402 00000000000013300b1faf5624ed97e7ebcbd8cca8c03489046ced606707d918 38 0.01/1.00 vMB 311
119,401 119,401 00000000000063b946e655044d24baaf92c577058cfce6c8b5a9877e7bd5e6ef 2 0.00/1.00 vMB 0
119,400 119,400 00000000000009b9a521263681a3645e28a4102a142e67944ea8a9ee2eda392c 6 0.00/1.00 vMB 0
119,399 119,399 00000000000080a0b7cd4d17156821442dfbb5a95ae5e737c3dbb3aa3527f306 3 0.00/1.00 vMB 0
119,398 119,398 00000000000084467df794bb9852e5a8e12d5c4007409744505d4b2a9439667a 1 0.00/1.00 vMB 0
119,397 119,397 0000000000001c30d5703e4f315a21da18c9a967deaf4f956c252f7967a6b396 7 0.00/1.00 vMB 0
119,396 119,396 0000000000009010dc9f726eca3d0da8c1dba57f9e939201c8c2abd786d5f0dc 9 0.00/1.00 vMB 931
119,395 119,395 0000000000008bedf1d5da85838d953340444ec75e5663faa471ecaf6fa30218 10 0.00/1.00 vMB 716
119,394 119,394 0000000000001294d03e239402b0f222fd074fdb682b3458edd39f45323d5464 7 0.00/1.00 vMB 1,145
119,393 119,393 00000000000026f93c70396466850abd7f617855d54db5507358742b9b7fc754 34 0.01/1.00 vMB 168
119,392 119,392 0000000000004e50be23f12bef313e4e7bdaab836806ee97b60eec0a42818ec0 11 0.00/1.00 vMB 312
119,391 119,391 00000000000004e991de3b56c8219dcb588e23cc1903b8190d8dedf2c200a63c 7 0.00/1.00 vMB 308
119,390 119,390 0000000000005417e8026d94c1d4b7a22777dbc5ad9ffe6d0edfad70fcee92a1 9 0.00/1.00 vMB 1,031
Previous 10 blocks ↓
Total Size: 782.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.05 GB
    • Received: 14.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.