Loading Tool

Explorer IconExplorer

Memory Pool

28,985 transactions
23.42 vMB
0.03276151 BTC
Random Selection Loading Transactions
Max Size: 126.83/200 MB

Candidate Block

Mining Attempt ff225bc59f4e9ebf42adb1dfda41904fadc5186512d0c304e9b0cf2f8d4ef3ad
Version 20000000
Previous Block 0000000000000000000095d17e2992cc2e288a6b4ec9769c7b831a20eacf2a6f
Merkle Root 9b4e71c7db53c847abe2fbe01cff27d9926882156c1d3f268e17872494cc7e67
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,530
Size: 1.00 vMB
Total Fees: 0.00697506 BTC
Feerates: 30.44 > 0.70 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,394 (800,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,601 139,601 0000000000000360a627f09d45dd8de07ad27d8d6d0fd7610959eedd190b2eaf 113 0.06/1.00 vMB 263
139,600 139,600 000000000000081cb4737f3099d5e06f1166ee84d72dae8ad1c0c6959520bd4c 154 0.05/1.00 vMB 53
139,599 139,599 00000000000002c20aea530a11a7ed8aea5672ebe1b01287733d5bfbb2eefbbd 128 0.05/1.00 vMB 108
139,598 139,598 00000000000005ae26291de47ea426bd63333dc8396ad48cd7fce0f35b39a593 36 0.03/1.00 vMB 762
139,597 139,597 00000000000008d9a65255824687cc3184d12d70111b89f211349185a43cbf3d 66 0.03/1.00 vMB 121
139,596 139,596 00000000000007849b5464336e727241e8ff9512b152da44cf6e3f3c48a4607c 8 0.01/1.00 vMB 876
139,595 139,595 00000000000004460fb81e0a4245374b7f30214452dd91e4c6e94279c7020311 144 0.05/1.00 vMB 55
139,594 139,594 0000000000000363097a41c7f8ce9666f9fa2d7e99bb51ae2eb9c1d90ec4eee0 186 0.07/1.00 vMB 1,039
139,593 139,593 000000000000001886a30f6dcdad7e652ee18b9b354a305507830981959d22fd 111 0.05/1.00 vMB 297
139,592 139,592 00000000000007f78a83317d0c88eafb4d03f93aa8db9c0260a0c87e337ec615 11 0.01/1.00 vMB 0
139,591 139,591 00000000000003a90790d364feece94642c75d0c54cf98a0a9bdf0267c8e389a 10 0.00/1.00 vMB 164
139,590 139,590 00000000000002fd489750af4e0cd5110f2dda5165b200c25185b0d3c23f8e7e 152 0.05/1.00 vMB 205
139,589 139,589 00000000000000c2d8c09ba4a4317cebb1fd0c7784b9a49b7194e14641646531 151 0.05/1.00 vMB 89
139,588 139,588 00000000000005300eca80c00cc232fa42055bbf1dcbd80961698d2db944d4c6 121 0.05/1.00 vMB 107
139,587 139,587 0000000000000510cde5d44788693f10c93d0da2731ef232fb69bb1c7f4fafa1 122 0.05/1.00 vMB 653
139,586 139,586 000000000000057fd25caa89f2d24de0acaca5d59f6da904db1610ed3f7e3585 32 0.01/1.00 vMB 87
139,585 139,585 0000000000000112bc914506b669cbd2f834d3e5a24096bc482c2555cea46776 28 0.01/1.00 vMB 95
139,584 139,584 0000000000000856423877e6461b95cc05f643d42edf25931004c76ef0e4c0aa 16 0.01/1.00 vMB 57
139,583 139,583 00000000000008d7855d188b199fdab693bc0d78217ad7e4729f19fcc20a6551 39 0.01/1.00 vMB 138
139,582 139,582 00000000000005dee5a58fe2e122c7392d041eb26b82be9899ac48838ec2d612 1 0.00/1.00 vMB 0
139,581 139,581 00000000000008af72aa7289b1d1815a66fc7252c1a418bb0cea3ecd89186327 15 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 827.46 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: 4,456.26 GB
    • Received: 242.63 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.