Loading Tool

Explorer IconExplorer

Memory Pool

72,850 transactions
28.08 vMB
0.06797265 BTC
Random Selection Loading Transactions
Max Size: 166.30/200 MB

Candidate Block

Mining Attempt af3e52c9f0c0f4d302438a6f2452d15e5a471e0d45a0b23619a1f13d6f0c5384
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 636fc1f13d2692819d4723477c2287f8162c2bd67509d99a23b2478e43d86abc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,716
Size: 1.00 vMB
Total Fees: 0.01187171 BTC
Feerates: 150.86 > 1.19 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (164,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
750,727 750,727 0000000000000000000433eb2796b77644796f4a6a4e9838aa6bc119c52a41a8 497 0.51/1.00 vMB 1
750,726 750,726 000000000000000000082ec7abe0232012d9e5db0b9647710798e16d226c416a 3,067 1.00/1.00 vMB 11
750,725 750,725 0000000000000000000928e7217a42621b29b088f8c18886649148ff24100c2f 2,594 1.00/1.00 vMB 5
750,724 750,724 000000000000000000040c2f4ab194230f1dfecd6dd2768ff054d41380e04fa3 2,988 1.00/1.00 vMB 14
750,723 750,723 00000000000000000007a15081edba7d5db937dcb5c343acda6f807338c4029d 1,214 1.00/1.00 vMB 8
750,722 750,722 000000000000000000033cc0fa1fb9f6ad08deb0ce27f4c86cda385fecf9a391 407 0.27/1.00 vMB 3
750,721 750,721 0000000000000000000059b39cc02e6cad30feedede1183cf6c61e677f29644e 3,296 1.00/1.00 vMB 7
750,720 750,720 000000000000000000038e74e0ef342104112308c7087ee6a34acd8d18cdb5f1 2,625 1.00/1.00 vMB 15
750,719 750,719 00000000000000000007a2fd1e3183f2fa4f0d547a4fb8576ba6bcb64eae5215 1,773 0.96/1.00 vMB 7
750,718 750,718 00000000000000000006321280fe0fc167fbc0abea62a3443b44e96fbe695a7a 3,080 1.00/1.00 vMB 13
750,717 750,717 00000000000000000002d330736610e67433d0b075d33eaa09b5aa985932e7dc 1,282 0.69/1.00 vMB 5
750,716 750,716 0000000000000000000084eb4f48f3659f285bcb9fd5be09ad682b3b6fa7a257 1,855 1.00/1.00 vMB 6
750,715 750,715 00000000000000000002107383e12f7a04ecf745c47f91a3a6dd0a2b146efcad 2,377 1.00/1.00 vMB 6
750,714 750,714 000000000000000000009347a4326b0a33a4b0de418a9c219f72c8bdf94b5450 3,014 1.00/1.00 vMB 9
750,713 750,713 00000000000000000000691ed60af7e033f66617275793b1aa86532fe5cb5a10 1,610 1.00/1.00 vMB 5
750,712 750,712 0000000000000000000630a66157faaffc27d6de953084dc6d3c5b525d43e9a2 2,379 1.00/1.00 vMB 15
750,711 750,711 000000000000000000061767f4384707d1153c9cf6c8b38942a24a567f2262b8 1,622 0.49/1.00 vMB 10
750,710 750,710 00000000000000000002d98ded615f0c6611a074678409f3ac997f67bc2ac41e 270 0.11/1.00 vMB 7
750,709 750,709 00000000000000000002b9a1d4ab1415a5f5160f55d11813a7a960e37f325f2a 1,819 0.58/1.00 vMB 8
750,708 750,708 00000000000000000001cb4d317bd34c9284dc74a54796fbf996971da16b9589 668 0.20/1.00 vMB 9
750,707 750,707 00000000000000000000849c1a29cf5d94563bd4ed8c95ead9a7f1c3abdd4d7c 1,444 0.52/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.45 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: 666.78 GB
    • Received: 15.22 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.