Loading Tool

Explorer IconExplorer

Memory Pool

81,762 transactions
30.09 vMB
0.09548468 BTC
Random Selection Loading Transactions
Max Size: 181.63/200 MB

Candidate Block

Mining Attempt 3e629587f4a6d7345798f0184000fbeb7bda44dcb9eb99caf00d1282b6be2d53
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root ab9c3e6e617dc662a4156d90bcf8f2d117d0ee29e6e28f0ce09438489eb53796
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,971
Size: 1.00 vMB
Total Fees: 0.03395299 BTC
Feerates: 526.32 > 3.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (170,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,613 744,613 00000000000000000008f9591c46891f84cfc296a8d814880d08bc737368fd9f 2,495 1.00/1.00 vMB 20
744,612 744,612 00000000000000000002e357a12f5b90063ace27b041552f094b3772c7eb4c99 2,919 1.00/1.00 vMB 19
744,611 744,611 00000000000000000007fa2249c9b8376c9297e2a9f6efeab15a81120ec7a0fc 2,326 1.00/1.00 vMB 42
744,610 744,610 0000000000000000000365c7430a7ab674153e3afd92d92f02c834057e9ffd11 3,038 1.00/1.00 vMB 17
744,609 744,609 00000000000000000009a3cb9c311a3bd56749236e2521e9bfa4412a355ae5b8 2,793 1.00/1.00 vMB 22
744,608 744,608 000000000000000000088b760ee38f710f4d444ef7ea9a0985b488688e4b1691 1,933 1.00/1.00 vMB 24
744,607 744,607 0000000000000000000089321811c44fde462a06cb3a43060b1e96026616cbb2 2,445 1.00/1.00 vMB 28
744,606 744,606 000000000000000000008f2d479ce031d053a7f5c4f69d0481bf69a4aec40a9d 2,851 1.00/1.00 vMB 14
744,605 744,605 000000000000000000002d967c209a56b0bf12a1bc57c789e3492b2591acbacf 3,853 1.00/1.00 vMB 19
744,604 744,604 000000000000000000031a153dc530520eee9f17e21e1a756b4ed20eeec24e2b 1,961 1.00/1.00 vMB 14
744,603 744,603 00000000000000000002bba732926cf68b6eda3e2cdbc2a85af79f10efeeeb10 3,670 1.00/1.00 vMB 18
744,602 744,602 0000000000000000000164759cfe7f14bba08fabd6673fa645a107bb339752a7 2,029 1.00/1.00 vMB 30
744,601 744,601 000000000000000000093b291d614ce62b4d4a9f56fbb946406e9a3e28bfe0ca 2,090 1.00/1.00 vMB 26
744,600 744,600 00000000000000000005b622f46613b59fdf1703f5b8fa776495aa6a9a1b5f1a 2,974 1.00/1.00 vMB 25
744,599 744,599 00000000000000000005f199638a624a9ec44f70156809c5507db3c5ac3e36aa 3,017 1.00/1.00 vMB 18
744,598 744,598 00000000000000000003b14eb56e4c439733fa295b0e8326a79ffa3b6ea07ef4 2,314 1.00/1.00 vMB 11
744,597 744,597 000000000000000000080b5173759e5959231293e9352bdfa5f9b94bc49e79ec 2,034 1.00/1.00 vMB 18
744,596 744,596 00000000000000000006f19020fdb1377347186e558f881cd855976ecd1e7593 2,778 1.00/1.00 vMB 21
744,595 744,595 000000000000000000061a31c0373a12d95997d0eb7828770b50125b52b8aae9 2,963 1.00/1.00 vMB 24
744,594 744,594 0000000000000000000728c615adf56a2e9cb5aad55754f244735e3e2d60c4da 3,253 1.00/1.00 vMB 14
744,593 744,593 0000000000000000000283f724ec53ecd24a8f3dfcbe64be32305a5b5b8d2b27 2,505 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.