Loading Tool

Explorer IconExplorer

Memory Pool

77,798 transactions
29.37 vMB
0.08731334 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt 80e97cafa3fbb2e32650d1476bf5ed0c88c813202016166c722f552ae32227d0
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root b3b53be2c415a88da9c12bfe6aedee0d6307676077bb62e118b60cafa6df8e88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,699
Size: 1.00 vMB
Total Fees: 0.02274293 BTC
Feerates: 301.35 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (105,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,476 809,476 000000000000000000045b7d6e02a875102f98d7cec6863d925209514baa312f 1,028 1.00/1.00 vMB 12
809,475 809,475 000000000000000000036b581b8359632b2fa6cf43194563d8ea9b0d3b2d28f9 790 1.00/1.00 vMB 9
809,474 809,474 000000000000000000007e710fe54f2abed03f85b66a81b80ee84bc64a30b86e 2,003 1.00/1.00 vMB 19
809,473 809,473 000000000000000000018705b96fd9a3d1557d3c53bac8bcfce3baa7931c4116 2,101 1.00/1.00 vMB 19
809,472 809,472 000000000000000000030c5434d647677d0cc232191e96b8474e40ae0e1c6d0b 2,830 1.00/1.00 vMB 30
809,471 809,471 000000000000000000038936a6bb5f7b16da35a3f225f7ce7990287f2e213bd2 1,917 1.00/1.00 vMB 32
809,470 809,470 000000000000000000046f9fa2e42eaea4be9b2377f1767b8478761f91a18883 2,966 1.00/1.00 vMB 23
809,469 809,469 00000000000000000000389ba49924f8baa63827ed83734595ae25899613620e 1,758 1.00/1.00 vMB 8
809,468 809,468 00000000000000000000fd5b14f5be4170b2efe5994c23fb854d5d262e21ad93 2,459 1.00/1.00 vMB 15
809,467 809,467 00000000000000000000e8d59be395d83db9043bfcb81b3da9f0188a7030a00b 3,193 1.00/1.00 vMB 29
809,466 809,466 00000000000000000002e519aa78de96d5619ae91fda51de583a5a873f389986 2,019 1.00/1.00 vMB 22
809,465 809,465 00000000000000000004d1a149fc191d7cc16e8982c9a7dfd6e07160d490946b 3,222 1.00/1.00 vMB 31
809,464 809,464 000000000000000000026c83b6df1000266d1bcc25e29c2eb5bb5259b28a2bbf 1,389 1.00/1.00 vMB 15
809,463 809,463 0000000000000000000312ef0b8860db5cc6cebb7e35495e0e46bef999a72e71 2,790 1.00/1.00 vMB 26
809,462 809,462 00000000000000000001f1004a3ede3497141dd83b32b32abaa528542b2e8b65 3,547 1.00/1.00 vMB 34
809,461 809,461 0000000000000000000209f6447767b562599b5fe4dad5d5b2321ca90eee9602 2,647 1.00/1.00 vMB 21
809,460 809,460 00000000000000000004eca17612349d077bc6cecd9de97f30fdde8b53f16018 2,276 1.00/1.00 vMB 34
809,459 809,459 0000000000000000000020f01cf63aea5d4f6f4daf5babf3fb138862db004975 1,996 1.00/1.00 vMB 17
809,458 809,458 00000000000000000000bc72b390cb0b02445d3e9fb54d3cb167b7867e6ace2f 2,277 1.00/1.00 vMB 21
809,457 809,457 00000000000000000002a6ee21d3962f93986bb521b950e38e5eaf10b0d31bca 2,788 1.00/1.00 vMB 23
809,456 809,456 000000000000000000003a7e9ddd064d9c140620284e9084a45e08a1b4e565ad 3,599 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.