Loading Tool

Explorer IconExplorer

Memory Pool

38,083 transactions
27.24 vMB
0.06570392 BTC
Random Selection Loading Transactions
Max Size: 138.31/200 MB

Candidate Block

Mining Attempt f31207031f39c9b589e690a7433293574780fd2197a7861b097145492f034470
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 7a4671eb9f4b7e04d60fca8f766d945d78a189e1d3c6277f83184663b9d032ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,463
Size: 1.00 vMB
Total Fees: 0.01409301 BTC
Feerates: 179.53 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (530,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,628 384,628 00000000000000000f2041793499fa1c73b3e415a3bcd7ace2a4a2c7fa60a26d 1,605 0.79/1.00 vMB 32
384,627 384,627 0000000000000000079e23e0c137a6d955c33435e2eaaac5cfa7de8df52d0b0d 657 0.37/1.00 vMB 32
384,626 384,626 00000000000000000d42600ae3832618583ded901ca14aecb5a422f037e50757 264 0.25/1.00 vMB 14
384,625 384,625 000000000000000002c2583d13f584a12d8c91879c877240a1cfc6b2c24be1bd 1,701 0.81/1.00 vMB 34
384,624 384,624 000000000000000000330baf11a999b400ed787eb2996a36729699f5930fe68c 553 0.25/1.00 vMB 24
384,623 384,623 0000000000000000034f42928301c1fc9b732f2daf791c57f4100d0e4407de16 1,819 0.94/1.00 vMB 30
384,622 384,622 00000000000000000a4bec40486ffbb984cd2c812c675d14bc8e481290b4a18f 2,033 0.93/1.00 vMB 31
384,621 384,621 00000000000000000056c651f5ad0e286d7b8b7e42578581bfa7fd1950862958 1,643 0.70/1.00 vMB 31
384,620 384,620 00000000000000000c25ade274c6bbc5faac09ed9d5189a084e4a4d492552718 2,261 0.99/1.00 vMB 31
384,619 384,619 000000000000000009c25ad400196285a480f158e5bb782021b0ec2b499b254f 1,137 0.62/1.00 vMB 25
384,618 384,618 00000000000000000ad212590d1f92fd90906ff78ac5a70e08570c33ca0cc9d2 1,507 0.93/1.00 vMB 24
384,617 384,617 00000000000000000504b5a33804500c292a86fbc90eaf4bdd63d6bbb29ffa78 2,113 0.93/1.00 vMB 31
384,616 384,616 000000000000000007d2803ed26880d4c2bf78db77f8db42f5b192495a5d9ef2 1,692 0.75/1.00 vMB 34
384,615 384,615 00000000000000000725593aadec7518dcef87d192a850fdddfa8eb1d88539fc 2,376 1.00/1.00 vMB 37
384,614 384,614 000000000000000000d65d9f2f572cbed99d2617c123c6a2fe3b4d71fb1b0852 1,044 0.64/1.00 vMB 30
384,613 384,613 000000000000000007715c355d714b53f8d65cadb837a6356ae7faae2c92ef43 1,308 0.90/1.00 vMB 27
384,612 384,612 000000000000000000e0e77cc8517f5729bdb636dda3f04379c584b5b92452cd 1,818 0.82/1.00 vMB 36
384,611 384,611 0000000000000000030567f208100b3a1c87bada7be68e7dd336792174c4ef50 1,812 0.96/1.00 vMB 29
384,610 384,610 00000000000000000c57cb678cc334a690dad5af294b2bc99f2abeb5bce35471 481 0.20/1.00 vMB 41
384,609 384,609 0000000000000000009124f5d03b40d0ad1d8589f0faa754aadd4eaf201053ae 615 0.99/1.00 vMB 19
384,608 384,608 00000000000000000ab6cbe60efd9b8048b9cfce61f27ac295f865c88edf59e4 951 0.37/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.10 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.