Loading Tool

Explorer IconExplorer

Memory Pool

43,318 transactions
26.37 vMB
0.05888762 BTC
Random Selection Loading Transactions
Max Size: 138.77/200 MB

Candidate Block

Mining Attempt 5c36581448faf9d6dc1aba6e98853330106d87bbc18d9435440e5880b65871a7
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 35d65a0dc18868b0fda3ab59f327f33f72695b0dfb4e3ab48d16ca2cee6c3f6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,114
Size: 1.00 vMB
Total Fees: 0.01061977 BTC
Feerates: 107.54 > 1.06 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (471,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,215 443,215 000000000000000003b6929e72f037413bb17e9c66cad9821c901c86dd3eaca5 731 1.00/1.00 vMB 34
443,214 443,214 00000000000000000313a4172b653ebe33d1e087bc62836dd0d6cb27fb583f31 486 1.00/1.00 vMB 19
443,213 443,213 0000000000000000008beb29d96dcc9d2ce0b0ad9caf46b02ad5901bb7f9d9c1 1,744 1.00/1.00 vMB 49
443,212 443,212 0000000000000000004de8eb95a626d099249f5c6edf6c72feef782a6e288734 2,366 1.00/1.00 vMB 72
443,211 443,211 000000000000000000a2fe1f73d125135d9e7732f0310182691b354feb03d3db 2,697 1.00/1.00 vMB 86
443,210 443,210 000000000000000000c5c732464378bb8423df339da4a777a4f8438405b9e58e 2,200 1.00/1.00 vMB 90
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
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.