Loading Tool

Explorer IconExplorer

Memory Pool

77,886 transactions
28.64 vMB
0.10054753 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt 57fff8db0f7a73a2106746e4edc997d6e0cb50006876e88e07e7fe6eec135573
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 055bb7c49acd286e4ad848b48cf251c0ed89b602fa0cad1ddf4e0e5de0f934fe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,892
Size: 1.00 vMB
Total Fees: 0.03448839 BTC
Feerates: 201.07 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (392,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,786 522,786 000000000000000000413247d0639917058d4d4bdd4913dee9294334f26baf6c 773 0.97/1.00 vMB 14
522,785 522,785 0000000000000000003eec27a8ee9811d43e17c226cab62836a2437649153d18 1,473 1.00/1.00 vMB 20
522,784 522,784 0000000000000000001e89ae0a541b38db4353d4b1162553c6859989370a9f2f 53 1.00/1.00 vMB 2
522,783 522,783 0000000000000000002006e24da1e4f23be44d5ebdbc6dd4df4a87c0fd40233f 436 1.00/1.00 vMB 14
522,782 522,782 0000000000000000001659438b7f9f751236006d0f07681f2e53b32c26a2f387 1,343 1.00/1.00 vMB 22
522,781 522,781 000000000000000000272c4082b62d20e56b79267e3752698cba0e77a12f497e 1,497 1.00/1.00 vMB 21
522,780 522,780 0000000000000000000baeec9286b8fd818f88c5fd5092513a242451d2b6d8b0 2,060 1.00/1.00 vMB 38
522,779 522,779 0000000000000000003629e499e5d3bd79a37ace6f6a4825dbfbdb67fbbdec35 236 0.24/1.00 vMB 17
522,778 522,778 0000000000000000003a3aeda85ae6f526bb1dee3f38f287a4564443f56d20f5 609 0.56/1.00 vMB 16
522,777 522,777 0000000000000000000999b8007ef3b10486587e1cbcb024a9eb740cfbff5e4e 812 0.75/1.00 vMB 10
522,776 522,776 0000000000000000002313de2e5ac4906603a28021f3327a8ba511898d5eddfc 2,418 1.00/1.00 vMB 25
522,775 522,775 0000000000000000001e9af4993f3af6fdda156f53a89dfe426337f883a8e4c3 1,856 1.00/1.00 vMB 31
522,774 522,774 0000000000000000001b3fe2f1ab77de4b61b75b49870e14df4b05557feffbec 2,245 1.00/1.00 vMB 53
522,773 522,773 000000000000000000113b806f8150dc5dd75d324026a8ce15deba262fc4963c 1,600 1.00/1.00 vMB 7
522,772 522,772 0000000000000000002252be65ab0ac43cc48e3eaf6ff43e338e88820b17f64f 2,018 1.00/1.00 vMB 34
522,771 522,771 000000000000000000298d4799c73dc40d22af65c937ba1495f39e067903c058 2,006 1.00/1.00 vMB 31
522,770 522,770 000000000000000000020956f3840f9301e8f94fd50ba0a8c19f78d2f30a85f1 2,394 1.00/1.00 vMB 28
522,769 522,769 0000000000000000002f215d69a6b7fe9c77b7cfc6875d87a9870bbf37c7eb88 1,576 1.00/1.00 vMB 29
522,768 522,768 0000000000000000003c3ee24d3343e6b526992ccc337f7c8e6f6be55aa962dc 2,194 1.00/1.00 vMB 47
522,767 522,767 00000000000000000002a2852211f059e4bb36b85f2719bbccdea15e5a713f29 2,599 1.00/1.00 vMB 42
522,766 522,766 000000000000000000285d9cc0a3a09246be2ec4e252b4b3b2c3fd1750fe8910 773 0.40/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.