Loading Tool

Explorer IconExplorer

Memory Pool

79,064 transactions
29.29 vMB
0.09645413 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 29fdb357bb03208192e797fc6df22683d0bc76bc8a316a62671151f4be09eee0
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b15e653968bfb4f9539201e8c5805701c2dae0e38fc3f88fa238fae9e7f44515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.03451406 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (515,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,096 400,096 0000000000000000035b25a06031da285a5c9d343edad63a4649f1e1dffd477e 2,481 1.00/1.00 vMB 47
400,095 400,095 0000000000000000058f5bc16e31e600d9af0e2451791ed198e091fd5f61b755 612 0.39/1.00 vMB 32
400,094 400,094 000000000000000004a41435cfe868eeb1ba99324356634622540f4c1f354eb6 2,038 0.95/1.00 vMB 44
400,093 400,093 000000000000000002462e4e9570a654f6528932b02b5ccc75b77f3420eba19a 1,141 0.75/1.00 vMB 27
400,092 400,092 000000000000000004d9a1a9f9784d024d30892b6d32c739eacaeabb1afe02f9 907 0.45/1.00 vMB 40
400,091 400,091 000000000000000004461e2d2e3b0e891a3366d1e6440e5d9dcbe1816daba742 247 0.11/1.00 vMB 38
400,090 400,090 000000000000000003a0f1505a6069750747e430ebd7904e03e39cb1f54baf06 721 0.96/1.00 vMB 13
400,089 400,089 000000000000000001bd75c847a1b295c523fc7a47544ce9e54f9b44386beeda 1,726 1.00/1.00 vMB 29
400,088 400,088 0000000000000000037675b2f8960d2a6cd0c8a5d8293d3d0ec7ab0584ecf33d 2,307 1.00/1.00 vMB 41
400,087 400,087 0000000000000000032949f2447c5393eaab188cc9847d9893aacbf6073a6651 2,978 0.98/1.00 vMB 41
400,086 400,086 000000000000000005d3dab666c6d7a247658351b59f1ab5fefeb31e358c3721 2,251 0.93/1.00 vMB 72
400,085 400,085 000000000000000004a413b620b92e3e35409494988ac40138437b8225f8acfd 305 0.18/1.00 vMB 28
400,084 400,084 0000000000000000068f5fdfb08b449172447fa12b4d653888f10064673e1445 283 0.13/1.00 vMB 36
400,083 400,083 00000000000000000066771695bf8bba9dd8204396b3d7bfed39f8d7155c5782 2,069 0.90/1.00 vMB 41
400,082 400,082 0000000000000000057e934c92b80119dc4ae7ed46007a14ae08dce4b202b094 480 0.61/1.00 vMB 18
400,081 400,081 0000000000000000048ff60ddadd121b1286d86e22507b3334bd4a4549e9451f 1,485 0.65/1.00 vMB 41
400,080 400,080 000000000000000003d54b9ea6e8ee6ea8b80c5166b944b525d1e0ebfdfa9951 165 0.11/1.00 vMB 27
400,079 400,079 000000000000000005a66bdcfa94253a94c5cfcf8e13a95a1ee2a81a66aab2ef 173 0.21/1.00 vMB 20
400,078 400,078 000000000000000003135f8f41dcf3b0243a08c06c882cda50550c52cab47f86 192 0.12/1.00 vMB 26
400,077 400,077 0000000000000000005d1cf8b9aa3df8c1e866b06371e8b54d76275dedabf8f0 1,896 0.91/1.00 vMB 39
400,076 400,076 00000000000000000452d0d5f3904d301601bd5963ff83432e715ad469a2a78d 1,557 0.78/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.