Loading Tool

Explorer IconExplorer

Memory Pool

80,167 transactions
29.81 vMB
0.08353666 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt cb0037805fd93b4f349a2c15b14e44d770bf7b537893946a4ea71863533028c1
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root adeccd6b0465071f542e9e5a8219c7ebcb1ce329df6090dc334859a7b0ba4fc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02278920 BTC
Feerates: 502.65 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (285,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,486 629,486 0000000000000000000f1cc4a52acd27b73e1d82a001de75a3ea2411b1da4baa 2,512 1.00/1.00 vMB 6
629,485 629,485 00000000000000000010b3f6f1113711ae6904a8ff5662ef174064a9e70367e6 2,109 1.00/1.00 vMB 34
629,484 629,484 000000000000000000019ebd0920f3738501a742faeebcfb5fe65235e2579f5c 2,437 1.00/1.00 vMB 61
629,483 629,483 000000000000000000066bd8871b875a820108eef8463b6122a16e8b64757071 2,520 1.00/1.00 vMB 27
629,482 629,482 00000000000000000009b1e5c9ddc769c72bb28b8f06867a7ec7e72a3c632247 2,165 1.00/1.00 vMB 57
629,481 629,481 00000000000000000001c90946d32272a2e392abaf59a620eb0eed6562c96ee5 2,093 1.00/1.00 vMB 31
629,480 629,480 0000000000000000000ae7b8de1fbee9eece2b974c59f5f581cf80f508a3ddd1 2,519 1.00/1.00 vMB 87
629,479 629,479 0000000000000000000358c5bb8c421a2b68e9fc8e46a2339d96eeb6fd0f018e 2,440 1.00/1.00 vMB 45
629,478 629,478 0000000000000000000ff26eb18c03a5515aae20e9c9f0095399717ce269abc0 2,864 1.00/1.00 vMB 65
629,477 629,477 0000000000000000000a020a708d7e7e0c7b68346e0b08647fedf653dfa88bb3 1,315 1.00/1.00 vMB 13
629,476 629,476 00000000000000000000f6c1f3a15dd9e0d78ff6fa9282cde6a42ac3b92ed511 1,739 1.00/1.00 vMB 54
629,475 629,475 00000000000000000008a5e9c99c720c245ce07b0fac4d8533ceca28bbcdb86f 2,239 1.00/1.00 vMB 46
629,474 629,474 0000000000000000000a3cf66614526aac455ec13ffaa590cda8749b8d054cd3 2,793 1.00/1.00 vMB 77
629,473 629,473 0000000000000000000e43e5ef631f4aff67c147c3df1ca2c131f67b2aa4d68f 2,684 1.00/1.00 vMB 21
629,472 629,472 0000000000000000000616cd90776b29a3ac7e488604568598aab671bb02ce3f 2,122 1.00/1.00 vMB 44
629,471 629,471 0000000000000000000a6ad768366af6a027001007f5bae748beca99c0f60f71 2,179 1.00/1.00 vMB 92
629,470 629,470 0000000000000000000bdf770037a5e572a7c90806069720e70605ed68066125 2,661 1.00/1.00 vMB 57
629,469 629,469 0000000000000000000ded66f23c38afcf8ba3262a4f764c21548377184a13aa 1,542 1.00/1.00 vMB 64
629,468 629,468 000000000000000000074fcea3eeea0ce94782a820ecda8cf303b39e4343b7e9 2,179 1.00/1.00 vMB 87
629,467 629,467 0000000000000000000f2be3ad5659eaf1da98fa8e9e1612e463c1ad4ca5f6bb 2,329 1.00/1.00 vMB 86
629,466 629,466 000000000000000000112ccdfc9256224010be04f082d344d1ec9f5cb6077666 2,851 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.