Loading Tool

Explorer IconExplorer

Memory Pool

80,220 transactions
29.86 vMB
0.07473809 BTC
Random Selection Loading Transactions
Max Size: 179.75/200 MB

Candidate Block

Mining Attempt d069d0f9a69a8337c960e6cf87f18e776cb09e7fd07ac55182c65fdb6addebaf
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 25a6483aead048f1799931894c3c1a6a70f1bde18ba537c272c0ead010549168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,931
Size: 1.00 vMB
Total Fees: 0.01383966 BTC
Feerates: 197.70 > 1.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (121,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,955 793,955 0000000000000000000116b27657a054e797b87bf0a7f5014e756a29776bf371 2,133 1.00/1.00 vMB 26
793,954 793,954 000000000000000000030d760e771a97b41ec11a6f27e045d5df60640f13801e 2,868 1.00/1.00 vMB 25
793,953 793,953 000000000000000000028654449bd0ff173237b953a8dae52a3d61eb58ecc987 3,761 1.00/1.00 vMB 26
793,952 793,952 0000000000000000000106231b4aa3940b295823e18d2de16fc361c4810c18c4 2,266 1.00/1.00 vMB 44
793,951 793,951 0000000000000000000513e963a178402ccbc7497b04be5e7a8275331bd257a2 3,100 1.00/1.00 vMB 30
793,950 793,950 00000000000000000000f1e3c58d12129541547f7b7809f25afa07de530d8c70 2,956 1.00/1.00 vMB 37
793,949 793,949 00000000000000000003d7e2fd4edbfd1edbeec3cef4bc1652204a88f0f2a6a5 1,874 1.00/1.00 vMB 33
793,948 793,948 000000000000000000006f565b0bf1a430e9ae01fcc801e74eb3108eab5e1ee2 2,624 1.00/1.00 vMB 11
793,947 793,947 00000000000000000000fab5f9841c7248a701102ba5e1ae774c9a5534b03877 3,133 1.00/1.00 vMB 22
793,946 793,946 0000000000000000000555dcb9de38a15dc2723ffb36212916736227bed2db41 3,898 1.00/1.00 vMB 16
793,945 793,945 000000000000000000050b1d2a67c705f2f32824ef4815123e0b458e700fce0f 2,753 1.00/1.00 vMB 24
793,944 793,944 00000000000000000003b1285fa71dd79b750eafd315a9d806524a633c792ec2 2,700 1.00/1.00 vMB 16
793,943 793,943 0000000000000000000261e801e14300bc9d17ef0b75b9492bfca0a21ad074b2 3,025 1.00/1.00 vMB 11
793,942 793,942 0000000000000000000551cf0f4e65f5b41c57acaa8eaafc3f58e66ebdb8d813 3,366 1.00/1.00 vMB 19
793,941 793,941 00000000000000000000de3debb55155c17c74719ca07543e8be329a30e16878 3,088 1.00/1.00 vMB 20
793,940 793,940 000000000000000000021f781f70a8da3f5d7b8a6fea8e367d1c4384a244c6d2 3,008 1.00/1.00 vMB 37
793,939 793,939 000000000000000000000495e65b3523a7bf58e6e8bfcee0b06da0818920b31b 2,194 1.00/1.00 vMB 13
793,938 793,938 00000000000000000002a2e6e060f027e0364828588cd1dca4a50de8b42a083b 2,599 1.00/1.00 vMB 13
793,937 793,937 0000000000000000000016787e1fa887402536e7794f538ef16099f6410df47d 3,033 1.00/1.00 vMB 30
793,936 793,936 0000000000000000000189b5eb1fff4595141a1598c5aa565b813f5fd472bcdb 2,596 1.00/1.00 vMB 20
793,935 793,935 0000000000000000000396dc12352860c41eee8d6951345db32901e09392eb0f 1,025 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.37 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: 663.71 GB
    • Received: 14.93 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.