Loading Tool

Explorer IconExplorer

Memory Pool

76,044 transactions
29.09 vMB
0.10274488 BTC
Random Selection Loading Transactions
Max Size: 172.04/200 MB

Candidate Block

Mining Attempt 17e0c9b7631c1465615cd4cfd761466a8a9e1704405e814c4f0a75d6d5288100
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 8a8aac28ff09560a7b853729a447fd5c32114c15524a0c546f949b64b716e786
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04085457 BTC
Feerates: 201.37 > 4.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (240,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,342 674,342 0000000000000000000b64e1038c7b8cb06a7a46e5ba3d936d9f97a0d36a96c6 1,675 1.00/1.00 vMB 97
674,341 674,341 00000000000000000003d6782c2533f0f2bd279be5b13dd81dd99d91cc079bf4 1,705 1.00/1.00 vMB 94
674,340 674,340 0000000000000000000adde0f770f074776c047794820c1b202ea6dfa840ba80 2,194 1.00/1.00 vMB 112
674,339 674,339 00000000000000000003c792c7f112fa6a7410834ab578c457de69f34a80eb81 1,285 1.00/1.00 vMB 83
674,338 674,338 000000000000000000024741d590b66b3d53759fe9256a764a2c2aba618746a0 2,202 1.00/1.00 vMB 100
674,337 674,337 00000000000000000006f1c9f8dd7cda305f2c545dbaa6e1d0ecf72a379a86b9 2,033 1.00/1.00 vMB 100
674,336 674,336 00000000000000000009adcb8b678761b9c9bcbe4f8af06b1a6df2764a5a80e3 2,512 1.00/1.00 vMB 79
674,335 674,335 0000000000000000000a25b6c6f68510677070447ecce9dde1779d78f3681123 2,698 1.00/1.00 vMB 85
674,334 674,334 00000000000000000008752f30927e69c7dbc27fc9d1d41db772bf42cbdc187c 1,601 1.00/1.00 vMB 93
674,333 674,333 0000000000000000000226d63dd87131f92b379d00a1117c7383e627523cb621 1,872 1.00/1.00 vMB 91
674,332 674,332 00000000000000000007f62aba4742f4b306432b090b85302e7ee51b06bd3a41 2,869 1.00/1.00 vMB 109
674,331 674,331 00000000000000000002ce19cbfb5a8fafb056c72e125f200bcb63503c50348d 1,285 1.00/1.00 vMB 55
674,330 674,330 0000000000000000000580d440fd9cc70674209b2b434ba1f5d456f96d3bb859 1,985 1.00/1.00 vMB 37
674,329 674,329 00000000000000000000abbe1e49917c9ec18cb480f279fddbb13cdbb64cbddf 2,454 1.00/1.00 vMB 52
674,328 674,328 00000000000000000009ea7566512110e8139c1cfd54c25a7d4038dfb846f4d3 2,740 1.00/1.00 vMB 106
674,327 674,327 0000000000000000000282e7723ae8ab509950080985fade1bdf0a9e072274e7 1,193 1.00/1.00 vMB 44
674,326 674,326 000000000000000000045f9f3dcfed46b9217b31ab9369afc79b63fa917f2763 1,446 1.00/1.00 vMB 54
674,325 674,325 00000000000000000007a23a855807d0698075d92b63533bb8824ff73cb12ee7 2,659 1.00/1.00 vMB 96
674,324 674,324 0000000000000000000017e24130acff2edf5fdf730ffe96d893c8538c857fca 2,457 1.00/1.00 vMB 82
674,323 674,323 0000000000000000000a7ea21905c8a69a71f5412b51b50c796295a51acdde3e 2,227 1.00/1.00 vMB 53
674,322 674,322 000000000000000000019bd549e09064c14644f421d4d31b5d76af943dd97b62 2,646 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.