Loading Tool

Explorer IconExplorer

Memory Pool

82,828 transactions
31.44 vMB
0.11840542 BTC
Random Selection Loading Transactions
Max Size: 190.30/200 MB

Candidate Block

Mining Attempt 1dbb09040e5ccfc06a5337075f626904415fe3c999ccea2a382fd663818acc06
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 18289b4bddade96ae4dc0c7d19070fa074a00f52f03ef58317cd4b5ff4fa55bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.03824402 BTC
Feerates: 803.65 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (401,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,408 513,408 0000000000000000004d419847d5c7b33c3660a4a0323900e2b4c01a444f9fe7 1,144 0.41/1.00 vMB 54
513,407 513,407 00000000000000000005e042baee4bf7e120e50b905f5105ab63f54a2ffa7834 1,422 0.55/1.00 vMB 51
513,406 513,406 0000000000000000004047604de0ed7cde4ac40e7166186679f9d7c731dbe4ca 331 0.66/1.00 vMB 5
513,405 513,405 0000000000000000004ca624b56ed55d99d56995af46cbe7b562258774ad96b3 347 1.00/1.00 vMB 5
513,404 513,404 0000000000000000002022782d1ca6e507f1e3a6c5195b6062b6c0e78d53f9a1 1,505 1.00/1.00 vMB 33
513,403 513,403 0000000000000000000ffccea7bd188e3f0ea28458dee60ef4deecb8749c1629 3,207 1.00/1.00 vMB 60
513,402 513,402 00000000000000000044ca092332bccef5509d80989d392d03dbb9361c2a569c 800 1.00/1.00 vMB 7
513,401 513,401 0000000000000000001f0f1b71e03077fe18023156fdb6861578129fcf0e260b 2,578 1.00/1.00 vMB 56
513,400 513,400 0000000000000000001383789a6a7a1a53a97b83f03df14e1c122806471e61e9 1,211 1.00/1.00 vMB 14
513,399 513,399 00000000000000000022cdf21f3b871995777a9ffa1de788cb4ca93c586c2f5a 2,694 1.00/1.00 vMB 28
513,398 513,398 0000000000000000005086003062c7354449dbb648defe3b44263c25f75fdcc2 3,470 1.00/1.00 vMB 94
513,397 513,397 00000000000000000053c0dc308fb7a3f4767b62af937b0f7c2c06b4060993e6 1,206 1.00/1.00 vMB 15
513,396 513,396 00000000000000000048dbc689ce71e0dae6358149464dae274f4e57355bc56a 1,047 1.00/1.00 vMB 32
513,395 513,395 000000000000000000014ec5514595d415d16706d2629a0bc4792f85d0e0b07a 2,282 0.99/1.00 vMB 49
513,394 513,394 0000000000000000000ded73cc3c1a5fe1b4c66532c6b067cb1970e097667797 1,212 1.00/1.00 vMB 13
513,393 513,393 0000000000000000002dcf6d09c0009149ed2ad02c23cbd82a35f68fabf8107d 2,817 1.00/1.00 vMB 64
513,392 513,392 0000000000000000001b2a4e81d2adce7142072ebf11167a5547faab28b09c48 1,708 1.00/1.00 vMB 31
513,391 513,391 00000000000000000046ecad0615beebfac4672f26a9777d394045fbd13454c7 1,473 1.00/1.00 vMB 22
513,390 513,390 0000000000000000000373822cfa5ef5eacc164759c70dd070d28672f5e9c5da 2,185 1.00/1.00 vMB 41
513,389 513,389 000000000000000000218aefde6bd8758325f2a812ad15ee89a9b6a74f426878 1,306 1.00/1.00 vMB 6
513,388 513,388 0000000000000000003635027e598a376f0a4485f1c958d353872bfb2f271d40 2,596 1.00/1.00 vMB 46
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.65 GB
    • Received: 17.93 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.