Loading Tool

Explorer IconExplorer

Memory Pool

74,732 transactions
27.70 vMB
0.07466828 BTC
Random Selection Loading Transactions
Max Size: 168.75/200 MB

Candidate Block

Mining Attempt 0f3b4a161d182e597f0983e536a92434a296ac77b54e5da7d2eaddefd437f8be
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 8d7df2515f545bd54b50beb950993518a92471ffaf3e1ad080e2ca27313bdee5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,669
Size: 1.00 vMB
Total Fees: 0.01545514 BTC
Feerates: 480.19 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (124,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,423 790,423 00000000000000000005997c669b53692a96ef7eb622d22146b556fe9143d21b 4,683 1.00/1.00 vMB 70
790,422 790,422 000000000000000000031f0618013580a1185b18eb462d8c56767fd6a8cfbd87 4,121 1.00/1.00 vMB 60
790,421 790,421 000000000000000000006d30347e7e7d08450e6f0a8b9ed776b446662acd615d 3,440 1.00/1.00 vMB 87
790,420 790,420 0000000000000000000563af2c3be1788e2f2f483986943846d747c6ef4531d8 4,172 1.00/1.00 vMB 87
790,419 790,419 000000000000000000036dbd8db0eeb50b03acbd9648da8353678ec95717298a 2,650 1.00/1.00 vMB 84
790,418 790,418 00000000000000000002d941d21ca88f8b73af1b32f6fa2b4b10b595539a2a61 3,684 1.00/1.00 vMB 116
790,417 790,417 0000000000000000000225b700bb9e9dbc943c1845c0cfa19c41ba52476e8bbf 3,909 1.00/1.00 vMB 101
790,416 790,416 0000000000000000000353903f91b9280da1bfa205469d8fee2d9e79af9a1878 3,475 1.00/1.00 vMB 127
790,415 790,415 000000000000000000012090c9ecf4d15235e2020fff7704f25c22ed8d944e4c 3,176 1.00/1.00 vMB 86
790,414 790,414 0000000000000000000140554efaf2fa9217f9a0a9e8a75bd908d73c1bde8743 3,729 1.00/1.00 vMB 102
790,413 790,413 000000000000000000027df608fb327cd446ce296510c097545ac73f2874c2e6 4,307 1.00/1.00 vMB 117
790,412 790,412 0000000000000000000514914e62f145f8428c4bbaf85302b974d0bbd7c5df9b 3,149 1.00/1.00 vMB 147
790,411 790,411 000000000000000000002b5f6198c3360c411cbcf0e6b8f20c01f467d05c1213 4,605 1.00/1.00 vMB 109
790,410 790,410 00000000000000000000a089be0c12d636117f3a94d9b490c4a09c568730f393 4,464 1.00/1.00 vMB 112
790,409 790,409 000000000000000000054aea2a4ecb3d98959eca66925cd101b8caac288469a6 4,306 1.00/1.00 vMB 144
790,408 790,408 00000000000000000004acac3774eb6f4e5019f0cd4982a925e4363716cb99d1 4,946 1.00/1.00 vMB 111
790,407 790,407 00000000000000000004d533015503b857a619e0480a79b3501b11e2275e048c 4,353 1.00/1.00 vMB 135
790,406 790,406 00000000000000000002ff006333446dd730efc107c047a28cd31f6f2b3965e8 4,040 1.00/1.00 vMB 127
790,405 790,405 00000000000000000004c46caff7459d88b906f53007cfb1b4c6e3f3c7122487 4,031 1.00/1.00 vMB 84
790,404 790,404 00000000000000000001c89c0cc5039cd3c3a01a48a251ab6c7990b00c475ae4 3,919 1.00/1.00 vMB 108
790,403 790,403 00000000000000000005a9dec22a81cb5a097940ee68459f2bcc6b8211c96b85 3,670 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.85 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: 712.56 GB
    • Received: 17.19 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.