Loading Tool

Explorer IconExplorer

Memory Pool

78,887 transactions
29.23 vMB
0.06989817 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt 38dd3913675b51df50d80a3eb0968e4a0aad94c65b300e852c3820b6cd600a3b
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root f58a8ed7768e6148c57eb18cef5db7440466473b22b95a5ac86bbdedb1194cfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,426
Size: 1.00 vMB
Total Fees: 0.01059600 BTC
Feerates: 170.94 > 1.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (500,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,636 414,636 000000000000000002275ce025ee7f94f126d2c2b8619ae4b2921f6e0d709d9d 2,281 1.00/1.00 vMB 62
414,635 414,635 0000000000000000053b4d359e4162d7d65e4169b57672ef10f8455be136b130 2,155 1.00/1.00 vMB 50
414,634 414,634 000000000000000001e8d15ee32af04f7d32d90406f543be8024c4c757a49e12 1,048 0.94/1.00 vMB 19
414,633 414,633 000000000000000005359ba4b1ae98ed4711306667f3ae829da9e7a49eebd0bb 2,107 0.93/1.00 vMB 62
414,632 414,632 000000000000000000b2bdafd92b1e8c57d238e0eb9daa8ff961b619dbf4ff25 2,555 1.00/1.00 vMB 58
414,631 414,631 00000000000000000158e139f8180814434e8f3d5ed46acb10cb24e8ea5fc071 1,995 1.00/1.00 vMB 42
414,630 414,630 000000000000000002ae382180e8ed9b8863a01a1df04a9e47bf0dc72e823015 1,784 1.00/1.00 vMB 35
414,629 414,629 000000000000000003bbc1a5e2590b2264584fbddf0d1189c71bd46349974aa2 2,208 1.00/1.00 vMB 33
414,628 414,628 0000000000000000002c44b3244c5b6d0573114058e7ecd4e786c541448c5448 2,189 1.00/1.00 vMB 67
414,627 414,627 0000000000000000017ad6985f65eec1de250fa5d2c58f43b95c531459610527 2,417 1.00/1.00 vMB 59
414,626 414,626 0000000000000000046e6954cbd65124e58cdc8438d6be4fe2dfb25e95dd1166 1,770 1.00/1.00 vMB 35
414,625 414,625 000000000000000004f024749d3fe42332bac2290fccdc061d3b6d96cd7a90a2 3,131 1.00/1.00 vMB 52
414,624 414,624 000000000000000000c2122dfec65d8858700c7699d430b5be0a04a54977d9a3 2,537 1.00/1.00 vMB 72
414,623 414,623 000000000000000004144604f2da0a12ddb6d823401531c1a270dd496d369caf 2,211 1.00/1.00 vMB 82
414,622 414,622 0000000000000000053aa59b655e94c21f9f1aefc00fc7bf09fec0e834dabadf 2,218 1.00/1.00 vMB 56
414,621 414,621 000000000000000003431c18d36ba444b28df63a5a434dc76e28b8e7698d932a 2,659 1.00/1.00 vMB 75
414,620 414,620 000000000000000003aeb52e555065ee7498fb2c6f48912fdea04cdaa3130f25 2,334 1.00/1.00 vMB 65
414,619 414,619 00000000000000000379c78bc34418a59a52eb11d43665afee6435796629f8a7 2,249 0.93/1.00 vMB 44
414,618 414,618 000000000000000000a46915fd0f9da39f3088c08e41bb24a4b5b4be53eb1c2a 207 0.09/1.00 vMB 43
414,617 414,617 0000000000000000006768a88497640f2a87bb701e639cbbef297def384b5ec5 439 0.22/1.00 vMB 40
414,616 414,616 000000000000000004ac03724a3cb061e6363310a074bd6b4766e586a0d30bd5 965 0.57/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.