Loading Tool

Explorer IconExplorer

Memory Pool

44,916 transactions
26.53 vMB
0.05384586 BTC
Random Selection Loading Transactions
Max Size: 140.65/200 MB

Candidate Block

Mining Attempt 3f331659c1067074d3bdb8ca1367f44e90789371f44dbe916bc44f1c2ac6a2f0
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 9498dfc5eec97661d525ee28a2d2364b1d5b80fbb2f7880377c3231183eb5825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,285
Size: 1.00 vMB
Total Fees: 0.00519956 BTC
Feerates: 40.21 > 0.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (471,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,209 443,209 00000000000000000172d19660ea09af4a9feab2fdd478bf3ee114c9144af9b4 843 0.30/1.00 vMB 76
443,208 443,208 000000000000000002bed8c29d744b25a9745477d47680b562c3a63e49b54205 605 0.34/1.00 vMB 73
443,207 443,207 00000000000000000317a5b3b84e30fac2d1931ce4b8c5de6b0d77bb3adee1b9 1,625 0.77/1.00 vMB 68
443,206 443,206 0000000000000000028421006bf503f86d0eae02a4b7cff782702af4df4246dd 1,196 0.41/1.00 vMB 80
443,205 443,205 00000000000000000122bb947717adf1292fc8098c13009659c0879e0fedb993 338 0.86/1.00 vMB 14
443,204 443,204 000000000000000001422ee0bfa60c404035964599b6054c57cfa4ad9a59a35a 1,948 0.98/1.00 vMB 74
443,203 443,203 000000000000000003b859817dd30996b0735d4bbd580b4abc4b42c89ee1a6af 661 0.98/1.00 vMB 25
443,202 443,202 000000000000000000abc8aa6612b179dceaf52f9c720653bdf94b49451e1d16 1,614 1.00/1.00 vMB 55
443,201 443,201 0000000000000000012ec669fe99fc6f11d2e4db93ff394c82d087fecbe62750 2,437 0.98/1.00 vMB 73
443,200 443,200 000000000000000003c55b0efbe87b4b2f7f91d01de384f09f3511408be628d9 1,382 1.00/1.00 vMB 48
443,199 443,199 000000000000000001e92e3e6c043f6dd4aea66bcf41054d7ec8f3afe7f74270 6 0.00/1.00 vMB 391
443,198 443,198 000000000000000000b6b56b8007d6018f126327e2bb8140f32d66f5ded4850f 1,966 1.00/1.00 vMB 54
443,197 443,197 000000000000000000e05a91ae1e61e79bdec738d9b16f8ec055365825091614 2,211 1.00/1.00 vMB 75
443,196 443,196 0000000000000000022b64ff8704ee5cdbafa031a469a2c6747995c15faea667 1,767 1.00/1.00 vMB 53
443,195 443,195 00000000000000000128c5e3c1e44333796630bb3eb45018d2bddef8569c90d5 755 0.26/1.00 vMB 89
443,194 443,194 0000000000000000019c4f3bb761e50c96068840577b6e8f9f7f2b8d171c3e92 900 0.41/1.00 vMB 77
443,193 443,193 0000000000000000011766a9b662823bed43d8492e8009913e5aa1cd824fe0db 1,294 0.93/1.00 vMB 37
443,192 443,192 000000000000000002c6ce3ec2c21972acf06998a481b68649e5be9cb2c3220a 1,734 1.00/1.00 vMB 42
443,191 443,191 000000000000000002b02fe21de03a40ec396c4c7ec1dd622a691f013482a84b 2,417 0.93/1.00 vMB 84
443,190 443,190 0000000000000000008ca171b35056c8552c350cb28e045ebfb39f10803c18c1 2,003 1.00/1.00 vMB 55
443,189 443,189 0000000000000000027e2d261f6da2b63e51566056fb33628783f8593e0fd1b7 2,754 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.08 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.