Loading Tool

Explorer IconExplorer

Memory Pool

39,612 transactions
25.76 vMB
0.05431648 BTC
Random Selection Loading Transactions
Max Size: 133.80/200 MB

Candidate Block

Mining Attempt d71b4236d96d06c11b059016c4991f7cbf1b12d6640a7d7f7d8d8f7fefac70f3
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 023f9c334e50e1e415cec698d18af3d88f02d1af0e565d78a99d08a235975cb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,808
Size: 1.00 vMB
Total Fees: 0.00761725 BTC
Feerates: 100.00 > 0.76 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (150,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,660 764,660 00000000000000000000d90e57aba873f17e40b24cedd9fddd8330a3cbd5c751 338 1.00/1.00 vMB 7
764,659 764,659 0000000000000000000281ba2e3b8e899b1eab05a3b7c83feed5f05a74246d35 3,144 1.00/1.00 vMB 26
764,658 764,658 0000000000000000000367b13645d079ace0a4005f9c9a9dcfec0ec440b7c2d5 1,867 1.00/1.00 vMB 18
764,657 764,657 000000000000000000075479c895343bcde174c213ea84769c5672163549f162 1,934 1.00/1.00 vMB 11
764,656 764,656 00000000000000000006d1028e55426d7df918c231ee66f251f0b735c7002eff 2,139 1.00/1.00 vMB 24
764,655 764,655 0000000000000000000738a607221aa1e129084a5f491529472856863b68acdf 1,262 1.00/1.00 vMB 16
764,654 764,654 00000000000000000004a62315c0ee78fe025e3cf99d95a3dfd0b8f73d62fdf2 3,113 1.00/1.00 vMB 20
764,653 764,653 00000000000000000004e8c55c5f849f3d060fe2e4a3d482efc4e7e7f1248b8f 1,821 1.00/1.00 vMB 22
764,652 764,652 00000000000000000005da6d15d1bf9754c4fb12e5c00a4516f4241978b1d49c 3,346 1.00/1.00 vMB 28
764,651 764,651 000000000000000000011ff086cc9a2b3291e77495c4502709911a058ff22eb6 3,648 1.00/1.00 vMB 39
764,650 764,650 0000000000000000000284b31d545adc52b8d9b6fefedf8b673a0680795cf845 2,801 1.00/1.00 vMB 33
764,649 764,649 000000000000000000001e93642f9a8648f98deff46a20647f8fedd01ea69d68 3,654 1.00/1.00 vMB 37
764,648 764,648 000000000000000000017992b687fa00fdbc2dc7d379aa5bd680cc30ef0a7d93 1,784 1.00/1.00 vMB 36
764,647 764,647 00000000000000000003ead0057d0379e39a1350215c7532c5ef26a40430d141 3,339 1.00/1.00 vMB 54
764,646 764,646 00000000000000000003ac9a8060e00792163b5afc090d21a1c7e1f3f2401f4a 1,753 1.00/1.00 vMB 29
764,645 764,645 00000000000000000004cde12b75255066461cd51afe0e7e5d2f2ec4fb650520 1,695 1.00/1.00 vMB 8
764,644 764,644 00000000000000000003ef67e25abbb06bfc6d18f702636b77699ca3500bb510 662 1.00/1.00 vMB 11
764,643 764,643 00000000000000000000ad537e93b62a73891c90c43e1050518797dec92a3d2a 2,151 1.00/1.00 vMB 24
764,642 764,642 00000000000000000005806242e7b0c58e2b3ca9905b297151e7949c1582c92c 1,282 1.00/1.00 vMB 13
764,641 764,641 00000000000000000003e5784af62b6cbf68aa314bbf3d61083a722fec2157f6 3,487 1.00/1.00 vMB 31
764,640 764,640 00000000000000000006a5a3e35fb1feef4804e35a61570756cf9285bfd0e847 1,424 0.66/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.