Loading Tool

Explorer IconExplorer

Memory Pool

77,909 transactions
29.16 vMB
0.07529824 BTC
Random Selection Loading Transactions
Max Size: 178.75/200 MB

Candidate Block

Mining Attempt f0bca4609c02df5f7b9b9cd1d3ea4a093b0d2c483afab6813ac798f122141977
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 8a37ea77acfaa1dc24929749c2a4ca2b1c3e6b1065363af32cccb209a9adce68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,800
Size: 1.00 vMB
Total Fees: 0.01157608 BTC
Feerates: 301.25 > 1.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (369,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,601 545,601 00000000000000000011b7d8ab42fe8ba1b28d7c0afdeb6936151796a5489c8d 713 0.59/1.00 vMB 6
545,600 545,600 00000000000000000007a2ef1e88cd0758c9db9bfa20998065d33890c6b1c4b4 2,455 1.00/1.00 vMB 9
545,599 545,599 000000000000000000049f40751e0db7cd11b8678948d70eaac4823321bd6f61 2,664 1.00/1.00 vMB 19
545,598 545,598 00000000000000000016259124413294bce89d235b72faa0bffb266a9c3a662a 2,590 1.00/1.00 vMB 14
545,597 545,597 000000000000000000207bbcd67559c40a5c1c1c64accfcfe0a17bc0a17d46c4 1,271 1.00/1.00 vMB 9
545,596 545,596 0000000000000000001ffd17488fb0357d662bf189c2afd0b0ae7d8dd24da990 2,556 1.00/1.00 vMB 5
545,595 545,595 00000000000000000024571d6a541fedeb21c679c11c57bb5d75799a1cbd0067 2,240 1.00/1.00 vMB 10
545,594 545,594 000000000000000000052ab5334f63ba6de50cda8e41dd68c15690ae9e229241 2,848 1.00/1.00 vMB 21
545,593 545,593 00000000000000000020107a9e6d7bbc7e0762673d32637e92f6846c2ff22dc1 2,205 1.00/1.00 vMB 17
545,592 545,592 00000000000000000012850ccc9e9abb8287221b3536db96b3aa0c8de0beb7db 2,438 1.00/1.00 vMB 25
545,591 545,591 0000000000000000000b247667f275a6a7a4abad2dd5326a5ca9be3c3ee04621 1,885 0.85/1.00 vMB 12
545,590 545,590 0000000000000000001da42af5023f44fc6428225dd386e00891850b1a07c339 874 0.46/1.00 vMB 11
545,589 545,589 0000000000000000000b2a03ce28dd26a990ad943a3d756efa3044b6391ff8b8 1,932 0.97/1.00 vMB 12
545,588 545,588 00000000000000000019a6a1170914385824b613e73a50124a851d79e11a6cde 38 0.01/1.00 vMB 28
545,587 545,587 0000000000000000000d3151a2f63d60137dc4b4f6b7158016199e23fc8f9caa 235 0.11/1.00 vMB 7
545,586 545,586 00000000000000000011187d3f99bebace5f4d0909dadade809b4904c82705c2 1,291 0.66/1.00 vMB 11
545,585 545,585 00000000000000000009de18304cb33ddf6da5b3cd1138aa589a7b6ce2dafe27 1,228 0.75/1.00 vMB 10
545,584 545,584 00000000000000000018776622f88d524952e76cbed4b90e6d03d19639d88b25 127 0.14/1.00 vMB 2
545,583 545,583 000000000000000000015ac5203c9afed9b4c1415083f7855108aa3288a7a26a 2,044 1.00/1.00 vMB 13
545,582 545,582 0000000000000000000ca786e7fb6581cbb1749ef3b157b3911b1a2b2f0b370d 2,121 1.00/1.00 vMB 12
545,581 545,581 00000000000000000018d489c84b6c39cb43010f9e80cd770c0bbcca32eacefb 543 0.54/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.