Loading Tool

Explorer IconExplorer

Memory Pool

24,792 transactions
11.83 vMB
0.03232079 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.26/200 MB

Candidate Block

Mining Attempt 1931979218c6782aa4f1d40f76a08b4fb44dffc3a650b1331bd2a9c73459cf3e
Version 20000000
Previous Block 000000000000000000016a197de98f52a18843c4dcf16282b9f030bb94d42b8b
Merkle Root d8327ebbceb41d37605bb457200e03143c7a5e294c6663aeeea6fdf3d9c0284f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 0.997964 1.00 vMB
Total Fees: 0.01260353 BTC
Feerates: 150.68 > 1.26 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,648 (755,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,703 157,703 0000000000000e50c819f249bf11d5efc372597ada6c9e1d67cb74e51b2c39c4 82 0.03/1.00 vMB 68
157,702 157,702 0000000000000161a568416ee44c01ce4e6df538682b8f56c4fe83b6948b233d 19 0.01/1.00 vMB 230
157,701 157,701 000000000000044a02bd28a6a86cbdf9c1cb604376dfa6a8dc2b321e3943c87d 15 0.01/1.00 vMB 82
157,700 157,700 0000000000000e3b75812a30e1ad25ce98f33ae6b2735c2eb4ede0a8ec15bf8c 39 0.02/1.00 vMB 105
157,699 157,699 0000000000000cff74e158d59b592470c667f6cc5a73a227d7051ffb4da189cd 12 0.00/1.00 vMB 45
157,698 157,698 000000000000015de6afd68b52216152c4cb67e4c36ec573593b9b5d331b12e6 43 0.03/1.00 vMB 39
157,697 157,697 0000000000000006852f5de2bd8707a6eda2ca047d762e751dc54616ed9764ba 52 0.02/1.00 vMB 53
157,696 157,696 0000000000000518d5fff3c1895d98694bc3d39e962e0a65facd51021c02d7f6 29 0.01/1.00 vMB 49
157,695 157,695 0000000000000a997101de576b2855ad9c7f14ac293122b3ae478cee5c7c70be 8 0.00/1.00 vMB 109
157,694 157,694 000000000000001af71259c98d8c49cef039098e782604f3b45c45dc66de0fa6 35 0.01/1.00 vMB 126
157,693 157,693 0000000000000575a62052daeb44569c2b633e5a2f2243523f07b0daea2c6528 18 0.01/1.00 vMB 52
157,692 157,692 000000000000033528863ea6dad6f607ac9f5e406d33319fa7642effaad73ba4 90 0.02/1.00 vMB 79
157,691 157,691 00000000000004ace72f0cd5a975f67d72df8c00a6dd87205f0208351d2d9d35 8 0.00/1.00 vMB 100
157,690 157,690 0000000000000479ce6373d5fb6c33073a7d4547a67a35ec6a47b109421658b7 1 0.00/1.00 vMB 0
157,689 157,689 00000000000002e018ebb40c1aeff230a509f5d8c1e5f681b5418904386bf334 55 0.03/1.00 vMB 72
157,688 157,688 00000000000004ac338d05aa90682a1812d661a6077d942e1f05518e970730ce 2 0.00/1.00 vMB 193
157,687 157,687 0000000000000c02f752325bdd1907d81644dcfd1852488cfb27fe47447fac79 19 0.01/1.00 vMB 59
157,686 157,686 00000000000002383087605d82b9e709a052daa9b0ccf962d407c11c27d374bf 4 0.00/1.00 vMB 114
157,685 157,685 00000000000009ed46c429d7e2786a815c94ad981110202828d791f2a2b835b3 19 0.01/1.00 vMB 65
157,684 157,684 0000000000000daf364aa5b66130c2b9cc99a8cb50755d15973bacbd0d6815ea 20 0.01/1.00 vMB 38
157,683 157,683 00000000000006227040d6ad4972fd852f1ce692a398956e69d8e79aa469dc27 158 0.04/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 779.99 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: 472.85 GB
    • Received: 3.05 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.