Loading Tool

Explorer IconExplorer

Memory Pool

14,010 transactions
5.72 vMB
0.01934077 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.21/200 MB

Candidate Block

Mining Attempt 4a43ff8b86c625141418f8f6fbc569422b0b359f5ab3dce4c7f2603a061c2185
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root 2bf9f66dca83772ef6776e4ed09ab9f7c8e48f88299659cb8276ce59872dcc3f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.00966439 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (777,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,613 135,613 000000000000041ffab30b9c32ff1f13ab2646526e228e9d4cde3b2f0de2a3d0 70 0.05 vMB 43
135,612 135,612 000000000000009f8a6548797487dc26954c7a396dd691efab4ea00a0a79fedb 100 0.05 vMB 297
135,611 135,611 000000000000004eb150e00279535516ab4b9fdf5008d7d19f7b85f6e48e7d2a 156 0.04 vMB 0
135,610 135,610 00000000000009cb64f230515e6e83a97daf321fb817f6c36df0dc4c8655ad5c 60 0.03 vMB 138
135,609 135,609 00000000000001bc73604c3a9f313ff054998b7839bf742e23416b246764d3c1 81 0.04 vMB 372
135,608 135,608 00000000000003a53396d8ed6b9054383afd7573d07e75b762701e353757799a 63 0.04 vMB 151
135,607 135,607 000000000000094895123c122828f95da26ee82fe6090edb29710f0561745d1a 85 0.05 vMB 436
135,606 135,606 00000000000005ff7c37cb4290071dd8faab7e8f577926ca8de6b7ae79b49b43 29 0.02 vMB 128
135,605 135,605 00000000000007c71226fe79f358d0b925ed5998685db9910676189b4a5e419e 44 0.02 vMB 251
135,604 135,604 0000000000000844866365b9000c8bf6ea902239931ac4aab18035b7d7a3ad63 122 0.05 vMB 413
135,603 135,603 00000000000000a58468be37e478f25cc5a484961d1dbd7691a98bbb9880788d 47 0.02 vMB 103
135,602 135,602 00000000000009c3b93b85dbe9ba19d2a00303ee0b09e5455cb123d74b12ef76 55 0.03 vMB 498
135,601 135,601 000000000000039e2ff1f9e93f7bc6606782ac009b59aaeb5559daee5ac2e536 44 0.02 vMB 385
135,600 135,600 0000000000000a8e4ddad1a2b266bf701eb225296a16a32696e4d85c843e3e1f 50 0.02 vMB 243
135,599 135,599 000000000000029e310935a2105d590a359b124d3184a16395b5c3ecb87ac0da 132 0.04 vMB 326
135,598 135,598 0000000000000449608bc90a12e7a6245722d34ad5009f202d0ee6f9911ad8da 46 0.01 vMB 402
135,597 135,597 0000000000000901b90da401a5d27f07c3407e870a70dc77d76c855ccdbd4ec2 9 0.01 vMB 926
135,596 135,596 00000000000004798dfc81495446c3cbb763677dd58b6f6957f04735bb4ea9da 31 0.01 vMB 474
135,595 135,595 00000000000004e72db3f60fa1802393d26379674a0cebbcb0d3ceff1674e2d9 30 0.01 vMB 812
135,594 135,594 0000000000000421b7d9031e5cd8234e70a971aeb6c34935d967aa7432648f20 33 0.01 vMB 634
135,593 135,593 0000000000000103cfd5fb78b91d7c6a9b5b9922bceb35c2f6dae4cb00bab89e 98 0.03 vMB 275
Previous 10 blocks ↓
Total Size: 779.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: 310.44 GB
    • Received: 1.47 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.