Loading Tool

Explorer IconExplorer

Memory Pool

80,168 transactions
29.42 vMB
0.11705462 BTC
Random Selection Loading Transactions
Max Size: 178.50/200 MB

Candidate Block

Mining Attempt 3d0b99db930b2eb53ece42d4ba7cf6d353fa7cb0a0cbf5f644a620f23fa8aa6d
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 58a1ae626180b8f89deb07f9b546896d0bf20b3084db27a70da3ae7e60da2882
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.05386099 BTC
Feerates: 151.07 > 5.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (153,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,635 761,635 00000000000000000005b542e59dd91db2befacbdbbeea401122aae98f4b066b 1,808 1.00/1.00 vMB 12
761,634 761,634 00000000000000000005395f9bdd1d9441d51bbfc7bd03ee97a118a8c7db57ef 2,146 1.00/1.00 vMB 22
761,633 761,633 00000000000000000007198cba3112cc092dc3a8fce64af9b86d01a28834a9fd 1,377 1.00/1.00 vMB 13
761,632 761,632 00000000000000000006850e7833c1ba23d560fb46a8cb0eed0b23c5b0a5ae10 435 1.00/1.00 vMB 1
761,631 761,631 00000000000000000000065bf5922f9aceb059da6fe2d6806212695815c9cf02 1,238 1.00/1.00 vMB 6
761,630 761,630 0000000000000000000287915a65939bf89780aefd20fdb6acecfde7a3565e0a 2,300 1.00/1.00 vMB 4
761,629 761,629 00000000000000000006fc23f7d44b4f545a5a89ffed6fa1d4ee79cf7c009c77 2,182 1.00/1.00 vMB 14
761,628 761,628 00000000000000000005f0f43ab2cbb85e97657450d1766202132c9e17eb1c0e 3,404 1.00/1.00 vMB 20
761,627 761,627 000000000000000000050cbb44a2cd9ed79ba32e68556d074c08788e033b4e54 1,882 1.00/1.00 vMB 28
761,626 761,626 00000000000000000007934c599efc129177a5a57c6751cb31fc1ff4f3d2175b 1,139 1.00/1.00 vMB 40
761,625 761,625 0000000000000000000535209e4668fcfa1f5873c3c843fac1672b3e39cb0d84 1,582 1.00/1.00 vMB 7
761,624 761,624 000000000000000000030931b37fc07ff44ac842dea397c0babd2addce61f6de 1,355 1.00/1.00 vMB 5
761,623 761,623 0000000000000000000079c015ebcc41777ff4a4086c7de39fcb5afd040f6169 2,207 1.00/1.00 vMB 5
761,622 761,622 000000000000000000076ce68cc736831f20932a98961a693f2afa636b1e47ca 2,068 1.00/1.00 vMB 19
761,621 761,621 000000000000000000021a64aa828dd096b8ef991816a1a888fd2528fad0bcb5 3,543 1.00/1.00 vMB 11
761,620 761,620 0000000000000000000719f290a2b6390b4d471c4fd682da95f8748156aea1f6 2,915 1.00/1.00 vMB 20
761,619 761,619 0000000000000000000106744e8f136a2537e54c2d11958d592fbb488cfd7df9 2,566 1.00/1.00 vMB 8
761,618 761,618 0000000000000000000381c9395e0d8d06f00c5957ee0e6c109a575438aa0229 2,999 1.00/1.00 vMB 19
761,617 761,617 000000000000000000050c471a2fcb88f7e021326d5357a38809fd29e628e907 2,800 1.00/1.00 vMB 19
761,616 761,616 0000000000000000000049aeb199f7fd685cc2386bb2131cba6eb47d1fad8ca5 2,434 1.00/1.00 vMB 20
761,615 761,615 00000000000000000005274e59dcfc7a92e3cee0ee28f7580ec2c91660de1d2e 1,752 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.