Loading Tool

Explorer IconExplorer

Memory Pool

77,205 transactions
28.84 vMB
0.09794612 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt a37b1407070dfda89b82b83716a8de0db0939c869a7aa2c3c72847e0307cbce7
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a096be471015d10b6991733bd9cbd00986d043a89cf65a2e25df7ce3623dbc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02990789 BTC
Feerates: 180.82 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (213,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,616 701,616 00000000000000000008c920f058021409b94e2d8f2ded2d06caa45c0702f6ea 3,415 1.00/1.00 vMB 11
701,615 701,615 000000000000000000096a44689fb710ad0846b389f7a7d2f965d52b9917ae56 1,222 1.00/1.00 vMB 10
701,614 701,614 000000000000000000026b9471956161dde1fe0a61bf7be096d4ecd4eb7d3b33 1,131 1.00/1.00 vMB 14
701,613 701,613 0000000000000000000387151bf21599137b9ca47c3da0edec4d1973422cef6d 2,752 1.00/1.00 vMB 10
701,612 701,612 000000000000000000024c186ba2ca19702f28f9eaaabfe5e8036d902c68e870 3,294 1.00/1.00 vMB 12
701,611 701,611 0000000000000000000211599ade07f11f43c2b9edc30fde4cc3283eae0e18e5 2,619 1.00/1.00 vMB 25
701,610 701,610 00000000000000000001a32b35c5a8ee419f5e2b0951c603e895ba61ee8d97aa 2,566 1.00/1.00 vMB 12
701,609 701,609 0000000000000000000807676be1bb25aebc2a7f8032be66f29fe83e63b8a746 2,948 1.00/1.00 vMB 26
701,608 701,608 0000000000000000000744d51723eb1b1b0e5b41e566c6115f9de9276e81122d 3,407 1.00/1.00 vMB 9
701,607 701,607 0000000000000000000dcd3da208363dc612f88fd21f5acea2efb2a50f0133f5 1,623 1.00/1.00 vMB 11
701,606 701,606 0000000000000000000028fbd183761db9fc757a35c41e7191891d4a98d3a882 740 1.00/1.00 vMB 12
701,605 701,605 0000000000000000000cb8a42f5f021bcd1f9e32009e55e133f61b045b97df85 2,725 1.00/1.00 vMB 17
701,604 701,604 00000000000000000003249e11dab9f5e446d8bf8718a2a3e2fcf3ed5513f02c 3,278 1.00/1.00 vMB 17
701,603 701,603 0000000000000000000bc5d87f917e0de5ba2f77342f94aff6caafa53fe1f0fd 3,018 1.00/1.00 vMB 13
701,602 701,602 000000000000000000082630efcf0dbdc9471fcde502f8ca71362b07d4b2bd53 2,651 1.00/1.00 vMB 18
701,601 701,601 00000000000000000007a459f0d7b46d105412d6812740f6c9c42edf74d3afad 978 1.00/1.00 vMB 8
701,600 701,600 0000000000000000000d9ef2f344236558bddccc55ec6cbcc0d80ac7f140ccb2 2,273 1.00/1.00 vMB 12
701,599 701,599 00000000000000000009ea589b826e7f46063c8ae5d0c5fc75aa3d589e270014 2,758 1.00/1.00 vMB 24
701,598 701,598 0000000000000000000d368a53094dbd74ebba0f8cc319015fe08d5105776fa7 2,296 1.00/1.00 vMB 15
701,597 701,597 0000000000000000000072180626a3bfba4e13b4846573499688ba4fed4d77c6 2,498 1.00/1.00 vMB 16
701,596 701,596 00000000000000000001324d1af1e61e0bd9e220b759f692c572060a08838b65 3,064 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.