Loading Tool

Explorer IconExplorer

Memory Pool

83,050 transactions
31.91 vMB
0.12076822 BTC
Random Selection Loading Transactions
Max Size: 191.53/200 MB

Candidate Block

Mining Attempt a3cc3171ec48f167cf03b84ef834ccf541f252e6df8a3c9e877d35feac97fae1
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root ad3af556b935374c3dec3f6caa3d252fe917e8d77f8cc5f2d958e14ec23dfc54
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.03207082 BTC
Feerates: 318.30 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (133,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,670 781,670 00000000000000000005aebf59baa13f960f97fc9d886466645b0633b3793199 3,476 1.00/1.00 vMB 29
781,669 781,669 00000000000000000001b38f78433c8d60d353ab794bb9411d88766004aacd35 3,162 1.00/1.00 vMB 32
781,668 781,668 000000000000000000054ed5b001f3abf0a56ea05d9bde1aff0cfb4f0482fe11 3,202 1.00/1.00 vMB 23
781,667 781,667 00000000000000000000a5f08a4ea07d7354f819579fea2eeb161304e3977e51 1,088 1.00/1.00 vMB 6
781,666 781,666 00000000000000000003fdeef0a7e58dc08ec29db7a01714dd441ad023e3eca2 2,336 1.00/1.00 vMB 15
781,665 781,665 0000000000000000000615ed8ec8d8d6bc5c1620bdc22e36e44e47fc36bec835 2,852 1.00/1.00 vMB 17
781,664 781,664 0000000000000000000656d7682a895b93b8ef625aae1f28c33bc8347986aa0e 3,204 1.00/1.00 vMB 15
781,663 781,663 000000000000000000060da018de7be6bca7997c82840325786544e91c95a56a 3,688 1.00/1.00 vMB 32
781,662 781,662 00000000000000000001e2a8967c1385da8424cc29ba9ce706b5e4a0c210b136 3,143 1.00/1.00 vMB 25
781,661 781,661 000000000000000000001ef0769d37f361b35203e5943ef60902bb7a96eeee5a 2,455 1.00/1.00 vMB 11
781,660 781,660 0000000000000000000599a228700e89d2e37d5f1b16bfcdce26fe2603030b0a 1,177 1.00/1.00 vMB 16
781,659 781,659 00000000000000000001c389f2a5afea05ab35336b8f67d595d37ae849741c50 2,273 1.00/1.00 vMB 27
781,658 781,658 0000000000000000000026d4f64948fe293103093e6d3b737ffce5dcfbd3058b 2,680 1.00/1.00 vMB 11
781,657 781,657 000000000000000000003c10f8821ac5ef9218040fe0f0a80319d6c7ddfb225c 2,897 1.00/1.00 vMB 22
781,656 781,656 000000000000000000066b2ee4df69b6721301c8699f2225b94ee999c523b497 3,384 1.00/1.00 vMB 33
781,655 781,655 00000000000000000005d21c8484d2c806433f7813603cde2b4aa3316a7983d1 2,850 1.00/1.00 vMB 17
781,654 781,654 0000000000000000000390f993c285c37e194a0c594fa8ef2cef419fe35795db 1,537 1.00/1.00 vMB 5
781,653 781,653 0000000000000000000378f4a756fb14e919a62abe629fd2ea7d24b7be676e6f 2,057 1.00/1.00 vMB 12
781,652 781,652 00000000000000000004ec7ccc3e97dad1789ef6e2c340a458ccf45c513ba6a4 2,968 1.00/1.00 vMB 21
781,651 781,651 000000000000000000040901aa3015da30b92e411063f6384bbd55c9c003c220 2,112 1.00/1.00 vMB 15
781,650 781,650 000000000000000000004714f0f586ddb8cdf4d83bc33a34504110f61444b109 1,305 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.00 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: 718.82 GB
    • Received: 17.95 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.