Loading Tool

Explorer IconExplorer

Memory Pool

76,693 transactions
27.68 vMB
0.07887699 BTC
Random Selection Loading Transactions
Max Size: 169.01/200 MB

Candidate Block

Mining Attempt 643b692115a82b05fa99d7757e6c3deeb9e355d3741e6ceb5e1e542fa259e517
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 12e99faaf1b178e0a3ec263441a29907bc3bdf6e8e15e336332040ca47f625c5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,736
Size: 1.00 vMB
Total Fees: 0.01967539 BTC
Feerates: 402.60 > 1.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (315,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,313 600,313 0000000000000000000ae55a1ae1e9b8e9e40b19e1bdb3575cbb34097d6ba816 2,842 1.00/1.00 vMB 31
600,312 600,312 00000000000000000012d24c34e088d15615f90aa5027708e4c8c80589db5185 3,510 1.00/1.00 vMB 19
600,311 600,311 00000000000000000013ce3dbfdae99255fcce4e49637ac3cc189bd91c96a011 3,137 1.00/1.00 vMB 21
600,310 600,310 0000000000000000000745702af258d84f5da7bd29871f3ac65d45d578685a18 2,118 0.63/1.00 vMB 17
600,309 600,309 00000000000000000011e915f66dc4e35f9ca69bdcfce9a0708c23d5e99c6f91 731 0.21/1.00 vMB 16
600,308 600,308 0000000000000000001118c8f84626ed8b4be1cb0bf9929e58c68674d62a6420 1,371 0.48/1.00 vMB 16
600,307 600,307 000000000000000000024bb45c88bc0ab3ca444211543183206734c9e1bdebee 2,075 1.00/1.00 vMB 4
600,306 600,306 00000000000000000001cfcebf78aef3bb695a6b8362d19e7d2f8cc49aefcec4 3,253 1.00/1.00 vMB 11
600,305 600,305 0000000000000000000e202e42ef65c369760714c0b4f996bcf7d6e57c6e4a0f 2,464 1.00/1.00 vMB 34
600,304 600,304 000000000000000000050b12cd83296f184c21438f1a112fa5de01468e7e826b 2,734 1.00/1.00 vMB 15
600,303 600,303 00000000000000000003b213be44155bf66882b36e855b64b0a40b808ea1390c 2,240 1.00/1.00 vMB 15
600,302 600,302 00000000000000000013303f280f4d90f58c031b3f12fe6a43e4a40749534810 2,956 1.00/1.00 vMB 20
600,301 600,301 0000000000000000000b87d79c509765c1527822a78977211d87fffde146cd21 2,617 0.99/1.00 vMB 40
600,300 600,300 00000000000000000001fd1ce8a060f1a8da96dc23d7b686560aef97e886c8a3 2,373 0.99/1.00 vMB 10
600,299 600,299 0000000000000000001402fa829a5aabeed3e7a5b691d6af4def1771b5b44663 2,590 1.00/1.00 vMB 35
600,298 600,298 0000000000000000001137792bd2773ece9fd07c843cfd0e070c533e913df233 2,733 0.95/1.00 vMB 15
600,297 600,297 0000000000000000000da75ededf242295f95140e00ffe5be5b0dd6c019f4d95 2,004 1.00/1.00 vMB 13
600,296 600,296 000000000000000000120bb060dc56db078fc8623e5fe0c8b77a8d27613d5d02 1,053 0.58/1.00 vMB 13
600,295 600,295 0000000000000000000780c66181a3caee5ca67b48917a769ac836bfc896ec0a 1,812 0.58/1.00 vMB 2
600,294 600,294 0000000000000000000fbef93cd5f94d43297ed91ae44c6a21836c9b6a5b3e0d 3,185 1.00/1.00 vMB 23
600,293 600,293 00000000000000000008e8dfb16f9a84267f19e51f2b5b02eab64a172dbf7246 3,234 0.92/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.