Loading Tool

Explorer IconExplorer

Memory Pool

79,765 transactions
29.28 vMB
0.12386390 BTC
Random Selection Loading Transactions
Max Size: 177.26/200 MB

Candidate Block

Mining Attempt 33b62791dcebb1055a732512bf1cca8bbc183cbc74bedb1cefc489dade7b6cb9
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 6bda4cae28a580be683e43bc5779f631320b3e6afa9890bc8f4918fa8bea4a46
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.04595810 BTC
Feerates: 301.72 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (357,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,668 557,668 0000000000000000000fc4942dead762fb60ebefa8b857f3ec8a8dba5936f10c 1,525 0.53/1.00 vMB 9
557,667 557,667 0000000000000000000ae05a0c6dde55988b0e22e2b79d7de4dd45b15452bb8a 2,744 0.98/1.00 vMB 10
557,666 557,666 00000000000000000030b1778490c9b56efb67a5ab1e92fa92a5316c396d992a 257 0.16/1.00 vMB 8
557,665 557,665 00000000000000000027f666328b7b42e8458cbc72f1a2d2708a8f9d32d0da9d 1,135 0.44/1.00 vMB 10
557,664 557,664 00000000000000000009c64bcfee88f43d1da3f690d1b89b239fa1fa6868e09b 786 0.47/1.00 vMB 8
557,663 557,663 00000000000000000022e9761fc81a9aba5f846b9f2a36ac197d03837dbd4e33 1,421 0.96/1.00 vMB 2
557,662 557,662 000000000000000000138bb0eea90c97d40eefe23c021aa4d5134320b0fbf0e7 2,266 1.00/1.00 vMB 19
557,661 557,661 0000000000000000002493548eae2e3dee49ef847b9b9be458890e4838a13b89 2,719 1.00/1.00 vMB 26
557,660 557,660 0000000000000000001669aece06636e20542c0f85caa99c71b4ebf4aaa5d5bc 1,414 0.46/1.00 vMB 8
557,659 557,659 000000000000000000086a4713de8f9fc1349e5babcba3f96cc4a10492128279 3,397 1.00/1.00 vMB 19
557,658 557,658 0000000000000000002359ba11df3a528579f76c4471cb3a6cb8217599e32ef7 3,232 1.00/1.00 vMB 12
557,657 557,657 00000000000000000030db33a27e6d79d72894bf507ba5768079b0e0f9358b66 261 0.49/1.00 vMB 3
557,656 557,656 00000000000000000014570d18705284ee247624a7c15451812875bae6cba4db 2,561 1.00/1.00 vMB 14
557,655 557,655 0000000000000000002f00786b00ccd1e0b4a8fb1a83d85ae6c9c997fd2d97d8 2,392 1.00/1.00 vMB 6
557,654 557,654 0000000000000000000fb5960d4ccb330b491960926ca52bea139c325e528da1 2,775 0.99/1.00 vMB 17
557,653 557,653 0000000000000000002fb0bfb11f38683acbbcdd85fd0c5a060db87529495132 2,962 1.00/1.00 vMB 9
557,652 557,652 0000000000000000000f4a0c5fbb86ba10870da6d41ae6f7c5451270f27bf77d 3,020 1.00/1.00 vMB 29
557,651 557,651 0000000000000000000650c34ef417d8a8f11801466fdf5eaec170e187fdb2a7 693 0.22/1.00 vMB 2
557,650 557,650 0000000000000000002f3c4023df52db8b82554007a1845c56e46146e0bf2678 2,689 1.00/1.00 vMB 19
557,649 557,649 0000000000000000001ddaad766231544864eea34e13e08dc28c2e88805858de 1,737 0.63/1.00 vMB 8
557,648 557,648 0000000000000000001481dbf321c1dab19264fd6b9cb3ccb2786947c6c0648d 2,583 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.