Loading Tool

Explorer IconExplorer

Memory Pool

40,143 transactions
31.97 vMB
0.07640906 BTC
Random Selection Loading Transactions
Max Size: 159.58/200 MB

Candidate Block

Mining Attempt 05ba2c38ab17836574a5bfe55c9ed4563ee3c9f91e9c02a04aa64cf5404fcdc2
Version 20000000
Previous Block 00000000000000000001cb2a63283b39ccc528531fd6e8e2c415b9a7bef994f9
Merkle Root 4e9a0f8b618d43716bce6e5d88bf6af8f7f6a7466a9706ee0edec98c91041a02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,354
Size: 1.00 vMB
Total Fees: 0.01054921 BTC
Feerates: 100.38 > 1.06 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,334 (793,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,703 120,703 0000000000006a56504304ea61d64406506492e8d0d576e760a4a06800676d04 16 0.01/1.00 vMB 277
120,702 120,702 000000000000190d08638a5b029590603b92d72733da4dc0397c526b5b6936be 8 0.00/1.00 vMB 642
120,701 120,701 000000000000585f9f2005172c8a584f821b701ea3dfe3b90b3279ef95a6f4cb 1 0.00/1.00 vMB 0
120,700 120,700 0000000000001a63a5aa32481dbe1fa9b856df9a403f0dd53ad4cc1a9c6c5360 9 0.00/1.00 vMB 405
120,699 120,699 000000000000a9405b0a454d1b66b26d79006a6c6896379caf16935cd1073d99 10 0.00/1.00 vMB 390
120,698 120,698 00000000000001a6250083bc0008958b7a33412622edb5d4000c2a7c13b8d922 55 0.03/1.00 vMB 106
120,697 120,697 000000000000603deb93b1b8adf09838028453747f3ac212f0d2f6fbf934160e 8 0.00/1.00 vMB 468
120,696 120,696 00000000000037b2ab35d888057015f4a01050d793e001d5f5e9e1e73f78ea42 38 0.02/1.00 vMB 815
120,695 120,695 0000000000004e1cb189a73e0cdd816c9ecc4cfb5b6667512d062c473a369226 9 0.00/1.00 vMB 601
120,694 120,694 00000000000042fee19d0aad18eb8521e4ef7a292c692928f8ec913de09da46b 18 0.01/1.00 vMB 921
120,693 120,693 0000000000004a1f3707849b4f70e575742fb92c82d3fec986d9427fecd0acfd 33 0.02/1.00 vMB 301
120,692 120,692 0000000000007aa0c87159c7c1125c435cce826edfae07a0102887cfaf25273d 11 0.00/1.00 vMB 316
120,691 120,691 0000000000000aa1a8dd37ebb156577855d7eca8151f9eafa74aff07835191bf 9 0.00/1.00 vMB 576
120,690 120,690 0000000000008bf3376053e2c1461ab103c023d597282125820c88daa0aa6e0c 10 0.00/1.00 vMB 569
120,689 120,689 0000000000006feb2a772060dbcf068eb0b7c5770f9d70d869fbf55f87027eb9 16 0.01/1.00 vMB 694
120,688 120,688 000000000000a6de812692dd5b8e10ffb3c3e7814da0d613fe422483864d849e 60 0.02/1.00 vMB 494
120,687 120,687 0000000000001dfb31a0c488940e753344b223432c4a8e8359822f5ce896586d 13 0.01/1.00 vMB 728
120,686 120,686 0000000000007d2b0ebc9a19b312a72a3012fc8ed928e809ce437fc75bf618d3 12 0.00/1.00 vMB 0
120,685 120,685 0000000000006fd96918326d10a07f9555ebde4c55f226bf22106a4335ec244b 12 0.00/1.00 vMB 601
120,684 120,684 0000000000004a402693cd99c2b025170bb8433d2e8f68f216eaed1ffd7631e9 3 0.00/1.00 vMB 0
120,683 120,683 0000000000009708e2ba98c25c32fe0e2a0ac77f2d5cd3d05deec1c2670a5e3b 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 584.18 GB
    • Received: 9.39 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.