Loading Tool

Explorer IconExplorer

Memory Pool

72,495 transactions
27.98 vMB
0.06759503 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt a258c34bdc639ff6033d37b2952ec2df9888a3377718860607cc7fa80143a2b6
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (339,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,419 575,419 0000000000000000000ec5d4ca384f2915201dc2982f06d2f34ea36b2519278f 3,178 1.00/1.00 vMB 103
575,418 575,418 0000000000000000001947a8c7767f4b94e1334dd0e27086174a4ea1cc5be2e6 2,458 1.00/1.00 vMB 127
575,417 575,417 00000000000000000026b01838fa7e06c27820a1f9c888fdd35e5372d39c6e38 2,938 1.00/1.00 vMB 112
575,416 575,416 0000000000000000000f746443ad6e731c9215c1bae8754aedb7c06476ebdb2e 2,628 1.00/1.00 vMB 116
575,415 575,415 0000000000000000001ec8a625f99ed57c9f3eaad201be2232698e539c285eee 1,981 1.00/1.00 vMB 103
575,414 575,414 0000000000000000000434935b952e65646f686ecca44fe98cccda191ea95a6e 2,458 1.00/1.00 vMB 102
575,413 575,413 0000000000000000000274d21d142c2afe56ee278567d0c5bbf46bb4b5edb5bd 2,555 1.00/1.00 vMB 99
575,412 575,412 00000000000000000028abb6a2a1d96ee70bd02c18e8bb0f9879d037cefe9e8a 3,225 1.00/1.00 vMB 116
575,411 575,411 0000000000000000001d2ae32963ffe6a8a602d5b8e51605b93f03a5efa3222f 2,782 1.00/1.00 vMB 114
575,410 575,410 00000000000000000029c8fc89a3e9df810f036af086cddfd4beb495dbbce6f2 2,209 1.00/1.00 vMB 136
575,409 575,409 000000000000000000143aea448445e0dc585090c797f594437cd41fbdd3e425 3,082 1.00/1.00 vMB 123
575,408 575,408 00000000000000000005e72ab44d264b76bb35aa3d1fadd52458169d816bd15a 3,213 1.00/1.00 vMB 108
575,407 575,407 0000000000000000001c483e9e338b8bded79f9682bfc218a89e2f6fff9da659 3,087 1.00/1.00 vMB 141
575,406 575,406 0000000000000000000b2c45c279d56954b247eae035c713bd38a7f38b994f02 2,627 1.00/1.00 vMB 112
575,405 575,405 000000000000000000105b37f7accd1a30b58b306072887b80434ddd3add6f23 2,559 1.00/1.00 vMB 141
575,404 575,404 00000000000000000021422295b95592dc77aca3908e264801772522d945d6d2 2,875 1.00/1.00 vMB 124
575,403 575,403 00000000000000000006bca5a327b4fe09c36813472ff808993df6e0cde7474d 2,100 1.00/1.00 vMB 99
575,402 575,402 00000000000000000020bb6a82601d1b8e861b337518bf3e1f892670daa2f8f4 2,738 1.00/1.00 vMB 93
575,401 575,401 00000000000000000006986efd874d45f42e9de597a9f2e68a5652065c0020da 2,778 1.00/1.00 vMB 131
575,400 575,400 0000000000000000000c5fd3157121e2a0f82d8468ecab1b91198fed2f1f5373 2,166 1.00/1.00 vMB 91
575,399 575,399 0000000000000000000a927d3bc9a003aa1d70274b7e17083901b54c46419ec3 2,856 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.