Loading Tool

Explorer IconExplorer

Memory Pool

77,978 transactions
28.92 vMB
0.07763773 BTC
Random Selection Loading Transactions
Max Size: 175.42/200 MB

Candidate Block

Mining Attempt 0fe074c406d5edc2f51a97d91f8c5d136f8c8ad3cd48100141f60863110ee98b
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root bec7991c9b1e75ee88874429df229241b27c6a5cb1ebaf6600d46e2e31ccf516
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,508
Size: 1.00 vMB
Total Fees: 0.01739700 BTC
Feerates: 100.81 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (232,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,201 682,201 00000000000000000007e3061ef2f0147ec72192967a45461e5bd6a96034776c 1,524 1.00/1.00 vMB 35
682,200 682,200 00000000000000000002819cd85fcbd112a666b31f2fc8a4a4a34c794d336495 768 1.00/1.00 vMB 6
682,199 682,199 0000000000000000000d2f8ee2ff9bd3450556f44e1fa56e12476e026472127f 683 1.00/1.00 vMB 14
682,198 682,198 00000000000000000003990f93800b67bcaa3672edfd1ee1bb08d708af5d20fa 865 1.00/1.00 vMB 8
682,197 682,197 0000000000000000000683b49fd734cce20a2a854fcec4ebbbdf852487c6eb53 1,220 1.00/1.00 vMB 11
682,196 682,196 000000000000000000087f5ad7597a9a477e600b5af81183e10871e4ca0e7525 2,083 1.00/1.00 vMB 61
682,195 682,195 00000000000000000004d995f0fcc5304b8e9e03b9f05a9767ea5dc94a2b9380 231 1.00/1.00 vMB 12
682,194 682,194 00000000000000000002f7a409826613f99fe60e3f1307a0f210bf238fbf6987 1,031 1.00/1.00 vMB 23
682,193 682,193 00000000000000000002280f0b6d08819f79ec5ed079e3066cc95d38eab4272d 884 1.00/1.00 vMB 9
682,192 682,192 0000000000000000000c0ab51ead2b8148b7fdf3af25338cac2d35bf3e1c0786 2,005 1.00/1.00 vMB 10
682,191 682,191 00000000000000000005f0efd8bc3840221f29c3755596472187b95c3d5c9731 2,308 1.00/1.00 vMB 32
682,190 682,190 00000000000000000002ad9578bb5511a478b2a96664c7f649b6643ac7ffd378 2,144 1.00/1.00 vMB 18
682,189 682,189 00000000000000000002f66bb6b1bdafed99b6e13f6a4b015be791100ce469d2 2,239 1.00/1.00 vMB 64
682,188 682,188 0000000000000000000cb75d8c609c99a88a07fd74927bac6710b338ae47a23d 1,747 1.00/1.00 vMB 42
682,187 682,187 0000000000000000000b1f26c14227499516bd0e7328a1c7df1f865709a525c5 2,011 1.00/1.00 vMB 70
682,186 682,186 0000000000000000000bb4aa7ee05661e89b18ca988f76937f2c85379aed953a 1,408 1.00/1.00 vMB 97
682,185 682,185 00000000000000000002150dc4272f0bfb6a4cb788f8b4a439cd410f72f1b2de 2,031 1.00/1.00 vMB 85
682,184 682,184 0000000000000000000d487dc0e20ab1aa9a405786753f4ebe796ba8cb4b5ab4 2,281 1.00/1.00 vMB 91
682,183 682,183 00000000000000000000057e544ea95cb6155d211e9792b10b9ffd7d0a2ea860 2,515 1.00/1.00 vMB 100
682,182 682,182 0000000000000000000c26e27c858d405efb59a753a95ecc53de1245998799b2 2,033 1.00/1.00 vMB 54
682,181 682,181 000000000000000000030a7b793c6dcc20baa9553e384e3d5761f092d9bd0b86 1,964 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.