Loading Tool

Explorer IconExplorer

Memory Pool

41,202 transactions
25.92 vMB
0.05037003 BTC
Random Selection Loading Transactions
Max Size: 135.73/200 MB

Candidate Block

Mining Attempt 67667cddfdac2f41985de9140b91e0606df6c158b0a9a64a0ef4c5580ea8b0cf
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root fb4bb82d93e63f9793310cd07e1a9aeada5fbc51d567985466eb23e1606392dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,198
Size: 1.00 vMB
Total Fees: 0.00331945 BTC
Feerates: 12.18 > 0.33 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (415,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,713 499,713 0000000000000000009a058aed2c28e9a69515b56cd195b37af4252cebc84dfb 1,178 1.00/1.00 vMB 409
499,712 499,712 000000000000000000ae25c746380c5019ec71640c3facb2790cf69f02bb4b1e 2,574 1.00/1.00 vMB 376
499,711 499,711 00000000000000000099090fe730f2b209f9f471def1e4327f041b908146f002 2,448 1.00/1.00 vMB 336
499,710 499,710 000000000000000000111ee32974bef81fed1e635211deb202025be4f053476f 2,197 1.00/1.00 vMB 428
499,709 499,709 000000000000000000100b74e679e6517d20c08658ccb153163665e4825bfe4e 1,901 1.00/1.00 vMB 130
499,708 499,708 0000000000000000005546148a74d3cc59943212d9b34904a463d2f1221c4821 1,757 1.00/1.00 vMB 192
499,707 499,707 00000000000000000096fc723d54d864aea26056fff8d38c6d96144f6a4cd66b 1,999 1.00/1.00 vMB 188
499,706 499,706 00000000000000000061a6fe72ba52187f5eea33a7fc4337ea2c69379fe3bb8a 2,911 1.00/1.00 vMB 383
499,705 499,705 00000000000000000062ec919de7c94b536c96179410790b9eb2cbe875d32621 1,715 1.00/1.00 vMB 174
499,704 499,704 00000000000000000045cb76d9415fbe84d4e8e5f191f21e6535bbfe35f60859 1 0.00/1.00 vMB 0
499,703 499,703 0000000000000000008876e3952254229d7c39c8f1adcbcd26e9715da6c3a369 1,980 1.00/1.00 vMB 241
499,702 499,702 00000000000000000052aa5e366daf824afbebf97a563a10e6f35b6049b487f3 1,789 1.00/1.00 vMB 278
499,701 499,701 000000000000000000901fdb57dfc0db39720808a46b24953cf06a8ab557bb84 727 1.00/1.00 vMB 135
499,700 499,700 00000000000000000022a75ba747d46caeed9ce2375968c096f61aa8ea6d9d46 1,674 1.00/1.00 vMB 182
499,699 499,699 000000000000000000645b5b8b43d891c54886cfc99ec583e6e34b1ea6bd441d 3,149 1.00/1.00 vMB 382
499,698 499,698 0000000000000000003abb69c9390e151e0f0588e58b2dceadc854eba07c1050 3,203 1.00/1.00 vMB 362
499,697 499,697 0000000000000000001544e2f6528de7ab5b2a9e01f9112d68dc18ac8d100834 1,912 1.00/1.00 vMB 274
499,696 499,696 0000000000000000003cc90f155b084b5ebdb782a4c58af1d1b23c9734f1ad53 3,154 1.00/1.00 vMB 390
499,695 499,695 0000000000000000004d7f0e7cb9e576d506e4471429e49f3cd683047c64b104 2,567 1.00/1.00 vMB 367
499,694 499,694 0000000000000000003fb40c667cf14a14c21dc1b43f3100b0f2b8717b4c3c90 3,064 1.00/1.00 vMB 432
499,693 499,693 00000000000000000089c7f30b3c9697b658724a350b646589fd30f8c67f537d 3,071 1.00/1.00 vMB 373
Previous 10 blocks ↓
Total Size: 782.00 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: 648.86 GB
    • Received: 13.09 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.