Loading Tool

Explorer IconExplorer

Memory Pool

31,576 transactions
13.50 vMB
0.08654493 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.11/200 MB

Candidate Block

Mining Attempt 9cd2636227522618cd8bd537c08d74c8ba52e0d77413e20fb80bb60c12159f95
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 1f61e27e321d902325d55ce2e9f723f233795fcae46d0419c9f71990810d63f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 0.9979615 1.00 vMB
Total Fees: 0.05340208 BTC
Feerates: 203.60 > 5.35 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (772,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,742 140,742 00000000000003fa1e66d48cd1d0239b57e1c93d60ef872cd6fe5d2588afe66b 10 0.01/1.00 vMB 200
140,741 140,741 000000000000004f96580578258e6888b1c5b0e7d17755d44329c5ffd7396edf 6 0.00/1.00 vMB 431
140,740 140,740 0000000000000086b4b22ded76d293a42987c14d1e66e7ce5202e20ac14797cd 24 0.01/1.00 vMB 340
140,739 140,739 000000000000007556a9b126e48de4f7ce017881f71b7ea627ee0f918d293f51 10 0.00/1.00 vMB 303
140,738 140,738 000000000000029e947d3c0d505ef56ab41d7665b3120eaab5cf2bd982a93e76 38 0.01/1.00 vMB 340
140,737 140,737 00000000000002a99715299135f0f672e10e087ec4247b9e2802af55a3dab825 2 0.00/1.00 vMB 0
140,736 140,736 000000000000030ac35d22309bb0477bc42b4cc03a17eac3992caf096c92ae8d 127 0.05/1.00 vMB 148
140,735 140,735 00000000000008433875182fedffc76c5342959c9c7b10aa4299a570c672c38e 83 0.03/1.00 vMB 111
140,734 140,734 0000000000000371515b17d6e1df49f7906cdf5e21eed094051f29f198fa4925 114 0.05/1.00 vMB 293
140,733 140,733 000000000000010fd30598f905cafc685aa1eaacc75193cfe5840fbd13d91ac5 60 0.05/1.00 vMB 398
140,732 140,732 00000000000008ce5e87ce2be9af680045b63e83733c2af27f8e4b70ba1638cd 23 0.01/1.00 vMB 148
140,731 140,731 000000000000073acb32f6687dd66c4e48daecba48fbd0bc681abf57d356374c 30 0.01/1.00 vMB 48
140,730 140,730 00000000000006a51578a70b932e9183f2062885e28380026ca521e5152c42f6 8 0.00/1.00 vMB 337
140,729 140,729 0000000000000352de80d357ec69373606c8327550d66b0777d3d2c025a24971 8 0.00/1.00 vMB 388
140,728 140,728 000000000000046a2d9364ce806d9fa68f7de92bdccefec67e818e6f53e2a63b 26 0.01/1.00 vMB 123
140,727 140,727 000000000000029fe2b869a2ceeb88fffe7cb7e7f9b4c63807c4a06e6a607854 114 0.04/1.00 vMB 35
140,726 140,726 00000000000008bfa6220e3b77d2a1f9f0929a95377d25185550359f499bc34b 99 0.05/1.00 vMB 154
140,725 140,725 000000000000072e47436c46523c217bebb3be5ea6d6fc2575be71fd091202fe 10 0.00/1.00 vMB 17
140,724 140,724 00000000000000ae650f906aae8cfba73d57b34a106f2b68c641b26c419d077f 17 0.01/1.00 vMB 395
140,723 140,723 00000000000008762f5792fe42d744224d259d386ead71892d51a5d40c95f5bd 174 0.05/1.00 vMB 92
140,722 140,722 0000000000000638ca575bd9cd83ad6de4b252c9c57d9ace6e40d6eda974440e 133 0.05/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 500.94 GB
    • Received: 3.76 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.