Loading Tool

Explorer IconExplorer

Memory Pool

42,821 transactions
29.76 vMB
0.09158641 BTC
Random Selection Loading Transactions
Max Size: 151.41/200 MB

Candidate Block

Mining Attempt 79d13912db9d6681a762f1aceceede888e4c79fb5835d6eef53dc9aafc9e9b6d
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root aa7abd714f2d148cd60439a97e78b209ef5d02914a050041cbbcd65a7c7533eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.03170721 BTC
Feerates: 150.97 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (457,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,456 457,456 000000000000000000bfbae672d57b57aadf0c60e60308a9f562c90f6d4fbecd 1,874 1.00/1.00 vMB 167
457,455 457,455 0000000000000000024c44a6c1e38b5438580155980b464ceaa07205b08264f0 1,880 1.00/1.00 vMB 54
457,454 457,454 00000000000000000101ac613c0cac0cd44bace56434e79b48e289f05f2ac6c8 2,187 1.00/1.00 vMB 167
457,453 457,453 000000000000000002001459fffd38ab43f8fae6efd27c1d9ccead22541075af 1,863 1.00/1.00 vMB 103
457,452 457,452 0000000000000000020a95bc8467a75ad2032758e2458f6edbb94d447c41008d 1,878 1.00/1.00 vMB 129
457,451 457,451 00000000000000000250fe542098e0b3ea661c7b9abdb410def857141225a68d 2,813 1.00/1.00 vMB 162
457,450 457,450 0000000000000000011ea3b76985f6fbe3347cc8ab4d4fd79d2933ea1c9c2bc2 1,860 1.00/1.00 vMB 132
457,449 457,449 0000000000000000022cea0a436be6ef578f706b3d7ba1fc79a70207b6efd1da 1,517 1.00/1.00 vMB 148
457,448 457,448 000000000000000000fa97193aa6538d3364e9a98ae634bf7bc048f748f9f841 1,953 1.00/1.00 vMB 170
457,447 457,447 0000000000000000002a3fb4694b5871b5bd740f92c089ffee196c53eb197326 2,668 1.00/1.00 vMB 228
457,446 457,446 0000000000000000018d341e317833b3ada881d8401b4d0414b152cda846acfa 2,002 1.00/1.00 vMB 172
457,445 457,445 0000000000000000025cf0fe8cfdf14004a5d7030fdd22e4d0beb8975d6f339f 2,308 1.00/1.00 vMB 173
457,444 457,444 000000000000000000d32da66ba2d2fa03e637afb9de63bce04c876c4eac6778 2,100 1.00/1.00 vMB 201
457,443 457,443 000000000000000001fd3d08c0b036a9c6c9803571d8db5e4cdc1e8fce08fdeb 1,953 1.00/1.00 vMB 156
457,442 457,442 000000000000000000ead0b152ea60bd097bc103719efff60997dbc08d44b060 2,510 1.00/1.00 vMB 182
457,441 457,441 000000000000000001edb1272802cc1c15d9385c43608925580a24a94d157eab 2,483 1.00/1.00 vMB 207
457,440 457,440 000000000000000001e79633d0e3100fd8d3365d26d807fc8c5fa4e0ed6834e7 2,191 1.00/1.00 vMB 126
457,439 457,439 000000000000000000d8ff6df1f169635d7340eee028a7bc26a84485606f122e 1,597 1.00/1.00 vMB 198
457,438 457,438 000000000000000001b501d4345fe68353360137da75c79141d501b7f0e6bd27 1 0.00/1.00 vMB 0
457,437 457,437 0000000000000000025f75a236926e8fd6d992ceb682aedfc00624fea5356f41 1,738 1.00/1.00 vMB 73
457,436 457,436 0000000000000000025880ade6101422fe509c3568d448a0239f4c9856673cc5 1,977 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.52 GB
    • Received: 11.66 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.