Loading Tool

Explorer IconExplorer

Memory Pool

80,634 transactions
29.72 vMB
0.09545573 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt e9c11c0844be6aa0f618b53ea26d08b39c0e73811cda8ef38f8b2e1d20ea9af6
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 2e9044be5aa4e2687a48bcdbd6029817f13da478210c823dee7237ff9d02c9db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,139
Size: 1.00 vMB
Total Fees: 0.03177325 BTC
Feerates: 502.67 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (63,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
851,508 851,508 00000000000000000000ebe62d842c158bb42b141e7a570c533dd2846fd2c4ef 2,467 1.00/1.00 vMB 17
851,507 851,507 00000000000000000001b930f5c89fb5261750795ddeaaee6d0fdbd7d34ed7cd 4,615 1.00/1.00 vMB 7
851,506 851,506 00000000000000000002fed2516669a062130f4e5b16764f43bbea1811c8f094 3,023 1.00/1.00 vMB 9
851,505 851,505 00000000000000000000e284d5599cd54d02ef00c2b825e14d045e21307d220a 5,673 1.00/1.00 vMB 6
851,504 851,504 000000000000000000020481c14f46c60b264f8b072dccd8f2a5f4b2b23792b7 4,900 1.00/1.00 vMB 5
851,503 851,503 000000000000000000023f681565893fff714acd5877e7fbeed542cfb7ea4b0f 3,661 1.00/1.00 vMB 10
851,502 851,502 00000000000000000000eed6d5580a6cce797d0d16f653f966fdd3d5b315e816 2,722 1.00/1.00 vMB 9
851,501 851,501 00000000000000000002df57cf9f45331983df948a4ac83568a20b25fdc87801 4,683 1.00/1.00 vMB 7
851,500 851,500 000000000000000000003b1d14a25b7dbc4f89d6724725dc856a21eecf2163a2 4,218 1.00/1.00 vMB 8
851,499 851,499 000000000000000000028b0771ed751d85ef286578047261a2f044f0e1653948 2,401 1.00/1.00 vMB 10
851,498 851,498 00000000000000000000e429b4f33c5bc01eeeccdfb6c1d6dddc33b75a249e48 6,195 1.00/1.00 vMB 6
851,497 851,497 00000000000000000001c9aabdf27e6affe3a86fd2c512a269f20b93075aa03a 6,567 1.00/1.00 vMB 6
851,496 851,496 000000000000000000000014aaeb0608af29707eedf6b92fed2cc1a814002632 3,132 1.00/1.00 vMB 8
851,495 851,495 00000000000000000003006e8d525336f43a7404a729f278255b84471bc4915a 2,553 1.00/1.00 vMB 11
851,494 851,494 000000000000000000023a20bb7e7d8cb1e8bea19de663934508f0706b4f30e3 2,501 1.00/1.00 vMB 7
851,493 851,493 000000000000000000007c3f3a19e4f5436548da1b7844ebce6dc432ce3937ef 3,033 1.00/1.00 vMB 15
851,492 851,492 0000000000000000000224d181cad3769484d7cb9bd6f08c3cd56b26e9450700 5,631 1.00/1.00 vMB 7
851,491 851,491 00000000000000000002569464ba67df545a925485824615faa1fc0b8313fe7c 5,054 1.00/1.00 vMB 6
851,490 851,490 0000000000000000000191d05b96cbdbb5b76286bc30a5e6246c5d54b6a9f049 6,231 1.00/1.00 vMB 6
851,489 851,489 000000000000000000006a52422874c931a5bc8807932ad4255982dcee172dc5 4,303 1.00/1.00 vMB 8
851,488 851,488 000000000000000000035f7896a56f52a3d9bc8f3b1b1c82324bb5cfa856d326 3,409 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.