Loading Tool

Explorer IconExplorer

Memory Pool

84,993 transactions
32.84 vMB
0.15287413 BTC
Random Selection Loading Transactions
Max Size: 195.86/200 MB

Candidate Block

Mining Attempt b2e52e2a2b2aa9a14875e81d7513d928620a8aac99facbaa8aa1384e13826236
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 799621ebd8882b698a7d96ec44b338bf59209404be4739b4f4f91500961c6021
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,592
Size: 1.00 vMB
Total Fees: 0.04697687 BTC
Feerates: 318.30 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (159,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,790 755,790 0000000000000000000064582ca5b0923f7b71d86d5eff265f51f0714cdc6ac6 2,938 1.00/1.00 vMB 17
755,789 755,789 00000000000000000003ed483f1d3d80107b2486804030335015022a8cb9e77a 687 0.49/1.00 vMB 3
755,788 755,788 0000000000000000000701d9b0ee68020c1ba874a81b533bbd89b7abcf9c75ff 2,936 1.00/1.00 vMB 12
755,787 755,787 000000000000000000060eba4e057be05126d26a7257d9b6c4af249eb580ddd4 1,171 1.00/1.00 vMB 5
755,786 755,786 00000000000000000007e2f1c9288bca1c3d0ba894a5158275765b2578e150d5 2,511 1.00/1.00 vMB 4
755,785 755,785 000000000000000000024b2dd5bafb475d582bfd7096fdf9a75ef91bd5874cd7 2,883 1.00/1.00 vMB 14
755,784 755,784 0000000000000000000638302664f715792cc9d7db0252acabdfec8ace982aee 3,172 1.00/1.00 vMB 12
755,783 755,783 00000000000000000001fb82389f03fe176992a10ba9bee4da9af92659d93c3e 2,191 1.00/1.00 vMB 13
755,782 755,782 00000000000000000001f20e62c13006712a932e517be2751ecaacd3b417b1ba 3,167 1.00/1.00 vMB 28
755,781 755,781 0000000000000000000825c6f835d8f59223adf5d512956742adb7b714b458e0 3,404 1.00/1.00 vMB 15
755,780 755,780 0000000000000000000456e8aa5b815beaf04b61e74b1ca384cbe4d11e8b0ac3 2,976 1.00/1.00 vMB 17
755,779 755,779 00000000000000000005dab12058b3a6093d503ba92bf80b45647b3fc92acffb 744 0.22/1.00 vMB 12
755,778 755,778 000000000000000000025f852039d3efa60c9cde75e2efdcaab0134abda61205 2,189 0.89/1.00 vMB 7
755,777 755,777 000000000000000000045b5662393bae6c5084abeb4bdf72bdac18095e4804d7 3,354 1.00/1.00 vMB 16
755,776 755,776 000000000000000000011d7d61068c400b067b666279f2ae20a1297c7052e994 2,063 1.00/1.00 vMB 7
755,775 755,775 000000000000000000007de6c094d708cc830a5244a85bfc6c9990f7034e70a0 2,271 1.00/1.00 vMB 17
755,774 755,774 000000000000000000037788bdb621841057ad8cca74320252554ab3b1557d33 752 1.00/1.00 vMB 12
755,773 755,773 000000000000000000062d87edc34fa963e19aea55a3c34d723c16eac22edc32 790 1.00/1.00 vMB 14
755,772 755,772 000000000000000000072cec5b7a0f64450d5e0c372a1100e6add11b864a29e0 1,877 1.00/1.00 vMB 17
755,771 755,771 0000000000000000000276f904a2db6a52ebc8b4e708c6f8b4615dcff2b9d37b 1,707 1.00/1.00 vMB 10
755,770 755,770 00000000000000000007b9f43a997409e0686bf1d7e7b304a74a6ce4d33ad77b 2,036 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.