Loading Tool

Explorer IconExplorer

Memory Pool

49,735 transactions
30.76 vMB
0.10294072 BTC
Random Selection Loading Transactions
Max Size: 164.69/200 MB

Candidate Block

Mining Attempt 6a8a1ffa10bc042522e4131d17cb4be0c3da1993e3cc5f1655afe3e81dd2ff37
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 2950c156d9a9e721511180c35bb60b8eafcacd3a21753415f284a77c0563d604
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.03707838 BTC
Feerates: 101.56 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (125,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,869 788,869 0000000000000000000455cc9887f3c1a8402798c7a13161707f9104d29dfbac 4,663 1.00/1.00 vMB 213
788,868 788,868 000000000000000000000e17e54e842d9c1b04f1083270482fbd9a7149fa586b 5,080 1.00/1.00 vMB 275
788,867 788,867 000000000000000000044987209c6c616ca82fbbf91bd76a408f03f20cef4ace 4,836 1.00/1.00 vMB 300
788,866 788,866 000000000000000000030fc0b59e15fd438f30e9e21cee3a397c74d84205c499 4,502 1.00/1.00 vMB 297
788,865 788,865 000000000000000000009d787152e0deffca45a93402bf4e412e239a11dfd809 4,218 1.00/1.00 vMB 220
788,864 788,864 00000000000000000001610bf6dc2eded388d373481717f9d577c40353d489e1 5,062 1.00/1.00 vMB 274
788,863 788,863 00000000000000000000290f64ca4cfdb882b8dfd29fc128481206dfeea4a833 5,128 1.00/1.00 vMB 232
788,862 788,862 000000000000000000034483d0a9a911b0e759aba1bb17e2de0b1bcf428f5b1d 4,164 1.00/1.00 vMB 382
788,861 788,861 00000000000000000000986f4dfdbd077848628ab2ca00a3dd2b96d5c54a8f87 4,221 1.00/1.00 vMB 240
788,860 788,860 000000000000000000033ad5503aebe9912f3aa16e5071bc444aaa15340b9bb3 3,893 1.00/1.00 vMB 287
788,859 788,859 00000000000000000003e62d898f03489cd77f6d43999b0ce00b9e1296c99a99 4,436 1.00/1.00 vMB 275
788,858 788,858 00000000000000000002865b337886a832c6405af98cb3b7082b2e10874dd497 4,344 1.00/1.00 vMB 279
788,857 788,857 0000000000000000000581ca471f14bfea7f8ca19c0e3c2fa091073fa7c54490 1,968 1.00/1.00 vMB 269
788,856 788,856 00000000000000000001757d95722fccf7e63bfb064a376ad425637dd5b98b99 4,668 1.00/1.00 vMB 326
788,855 788,855 00000000000000000003ae7a1957c294919b990cc88f839659c23dc8c59884f9 4,948 1.00/1.00 vMB 331
788,854 788,854 00000000000000000003dbc124eb019f6f8af4bdb35dd6ea1e1c2a47aace893c 3,661 1.00/1.00 vMB 508
788,853 788,853 00000000000000000000fd3382444b1b6e4497bdb9d9385c78c7b749a18bf1cf 4,725 1.00/1.00 vMB 274
788,852 788,852 00000000000000000000e582ec731da2935df505f9f7ff9761d59dcb5d637622 4,086 1.00/1.00 vMB 394
788,851 788,851 000000000000000000031de7467674e35530b2bae540417073c9e0fafdcb320a 4,733 1.00/1.00 vMB 361
788,850 788,850 0000000000000000000147dfe4e9d9814d40e2abe9168adbe2424697933d5d96 4,791 1.00/1.00 vMB 304
788,849 788,849 000000000000000000018df41e60dbb18f6336d84823c77eb4ae82c0d3465bf9 4,721 1.00/1.00 vMB 341
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.