Loading Tool

Explorer IconExplorer

Memory Pool

79,319 transactions
29.33 vMB
0.07293594 BTC
Random Selection Loading Transactions
Max Size: 176.01/200 MB

Candidate Block

Mining Attempt 5da9215be4aa42f3d6f5e703f78a7a9a0c8e2e5de1d12c3e57bf345b11f6ebe6
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 41b02bb7585f149c40593bf446389bcbaab9af8e8f3b17ba966f03f88784383f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01334217 BTC
Feerates: 170.94 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (213,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,765 701,765 0000000000000000000a6ff2cf7c18a2f39d93a08d95830270ca6ad1bd21ed91 1,927 0.77/1.00 vMB 13
701,764 701,764 00000000000000000002a4aa4f308f0bc2ff02166b7fdf4f1a94a01498861717 2,404 0.90/1.00 vMB 4
701,763 701,763 00000000000000000004a98efa4facbbe70f7f7a138e2b2dcae02aad819fa4ef 923 1.00/1.00 vMB 7
701,762 701,762 00000000000000000009c64b72a7441b1540d40195ad20983218dbcf702b6e01 2,107 1.00/1.00 vMB 18
701,761 701,761 0000000000000000000c3be95b4a17adaa1b7fc784a18ec5e3ff65a8033dcc3d 1,937 1.00/1.00 vMB 18
701,760 701,760 00000000000000000003960ba5eb0e1e877e558085499d1f39bcc43791e38be1 534 0.20/1.00 vMB 10
701,759 701,759 0000000000000000000a3e7dd7e0ad275f981a2e0f1a1135946079ea6df34d98 2,097 0.72/1.00 vMB 4
701,758 701,758 0000000000000000000c12f2a40f8cb4037c67dbd2fdd41f5ca820812673e3d7 1,847 1.00/1.00 vMB 15
701,757 701,757 00000000000000000002e077aa9743326bcb2fd47081b001956a3fd310fff50d 2,764 1.00/1.00 vMB 10
701,756 701,756 00000000000000000009e337f7980c01c368fbe0943cc0a055c993a04b07432b 1,979 1.00/1.00 vMB 18
701,755 701,755 00000000000000000001d41c28d94d18047da0fd4a28210cf4ca57ac1787929a 143 0.04/1.00 vMB 14
701,754 701,754 0000000000000000000269d63bc526ca4c9e8d910593db91a3748ecfcb29fe9b 414 0.13/1.00 vMB 10
701,753 701,753 00000000000000000000c309192fddd39fc1b012354278d51babe669adc92c5b 308 0.09/1.00 vMB 15
701,752 701,752 00000000000000000004e94f65e095119952a8f233a99f704942b4841e011583 377 0.10/1.00 vMB 11
701,751 701,751 00000000000000000007b12d02e5f0f437c7bd3f3e35a21be6606fa18808581c 549 0.29/1.00 vMB 4
701,750 701,750 00000000000000000003487798eec68de0bb40b122bce69ae12c9f6e788f9a9b 2,687 1.00/1.00 vMB 15
701,749 701,749 00000000000000000009c7d1b5c3b89e6bb0c0071bb85f27e4667b68add4b165 2,157 1.00/1.00 vMB 5
701,748 701,748 000000000000000000097df1c787aa4d93fa9cbab440c136f0500f5d8642d567 1,592 1.00/1.00 vMB 18
701,747 701,747 000000000000000000070ce5776b4a3356d016bd3a05153c79f55fbf8421ae1f 2,864 1.00/1.00 vMB 13
701,746 701,746 0000000000000000000d4516db369b3fbe26d151d752df0c433a31268545b55a 2,682 1.00/1.00 vMB 14
701,745 701,745 0000000000000000000c50f374b4ce14e3380370310cfd1572b64e308f27d19e 1,358 0.42/1.00 vMB 12
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.