Loading Tool

Explorer IconExplorer

Memory Pool

56,620 transactions
32.15 vMB
0.18386506 BTC
Random Selection Loading Transactions
Max Size: 173.11/200 MB

Candidate Block

Mining Attempt 4ab9c107382d405c165e364619fc14b60e75b1e8b5216dc73b5e9805d2181a31
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 9c9c7148f86db691da95e281c00b2c8e7815de558459c76602930e971956197d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.07249288 BTC
Feerates: 465.21 > 7.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (246,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,494 668,494 0000000000000000000be1257330ff5497232ce08a7d4bc4a38f3022b9974a04 2,279 1.00/1.00 vMB 93
668,493 668,493 0000000000000000000a40ccac7ffe31a05afb264cce48f63d57bdf96764901e 2,414 1.00/1.00 vMB 130
668,492 668,492 00000000000000000004820b16515dd014abdfdd816d7419e74fdc43e723fc06 2,767 1.00/1.00 vMB 102
668,491 668,491 00000000000000000007f6cc804bea09d36230e21c88be731b03106a44987fd2 1,369 1.00/1.00 vMB 31
668,490 668,490 000000000000000000067769dfc0db8b7ef4be307c01fde7e10c19f938f7bdc5 2,308 1.00/1.00 vMB 39
668,489 668,489 00000000000000000002b916c4fb7a12a7eb2bdc5d78f2b56e938fe7afd22b7d 2,115 1.00/1.00 vMB 76
668,488 668,488 0000000000000000000d76423cdcbb448379603fe03bf6c3ca10ccad93fcb077 2,549 1.00/1.00 vMB 27
668,487 668,487 00000000000000000000a9608303f5087798b637c8d7f0173e58568b2e408df8 2,521 1.00/1.00 vMB 39
668,486 668,486 0000000000000000000cfbdc493a4b65522aa9a4aad110265b5bf7140929afbe 2,497 1.00/1.00 vMB 76
668,485 668,485 00000000000000000004c83adcb47c97b251d3417f9b77d899469be859f44eb9 2,706 1.00/1.00 vMB 135
668,484 668,484 00000000000000000005b11d37b1935ae3b0c75713f6dfb6d2f4dc429a09deab 2,516 1.00/1.00 vMB 126
668,483 668,483 0000000000000000000579765606a07014e2f20551d73a054d92928edffcede9 1,172 1.00/1.00 vMB 55
668,482 668,482 000000000000000000028e17253e761af234a0d05592211e5bfcc7c5c359e626 1,930 1.00/1.00 vMB 59
668,481 668,481 000000000000000000080acd5a742ab73dbdbc183ab4a2739a12cdd11f180400 1,963 1.00/1.00 vMB 27
668,480 668,480 0000000000000000000cce9c6b45e1811adcf81bf2eb8f766cdc8c228a89d626 466 1.00/1.00 vMB 11
668,479 668,479 0000000000000000000409729e34da85af25c296c4c8e02da974729f7d1845db 1,188 1.00/1.00 vMB 24
668,478 668,478 0000000000000000000b2eb76637fc3f57fedff7e0c86e5c47590350db46566c 2,364 1.00/1.00 vMB 35
668,477 668,477 0000000000000000000807a65471e6e8d7f39dd827146e6e2a007d6c01ae7a8c 2,252 1.00/1.00 vMB 44
668,476 668,476 00000000000000000006efa6c05d1d327397216e0ea876f8e1bb5b29578fde42 2,997 1.00/1.00 vMB 122
668,475 668,475 0000000000000000000c19762a4d844e20667a5ee1fbfb5c98918135c561153b 2,043 1.00/1.00 vMB 41
668,474 668,474 0000000000000000000a4cee68c274041ea4ff3df1ef9c8342cc2dfb5f714510 618 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.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.