Loading Tool

Explorer IconExplorer

Memory Pool

80,864 transactions
30.90 vMB
0.07777997 BTC
Random Selection Loading Transactions
Max Size: 187.89/200 MB

Candidate Block

Mining Attempt 10c2bb9ce1405f49ae0dc59bcabf618e6bc222dc22b0046d2f50d3db2a7c7cdf
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root b618fdf4c22d937bfd2b7967ae96355a31bd4cd067b3cfd86590755fd5f47576
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.01134151 BTC
Feerates: 47.33 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (911,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,483 3,483 00000000d870b190d2aefe3f246e42c4708ebfba91e4303c7b6b7f5d85651072 1 0.00/1.00 vMB 0
3,482 3,482 00000000fd84431032ea2cd8f68c16103a881eb8e31d51fab2652b07008b49b6 1 0.00/1.00 vMB 0
3,481 3,481 0000000078f33ce8fe84be281a618b43e3cd97c2481f313f21d8bb772fb9f427 1 0.00/1.00 vMB 0
3,480 3,480 00000000973620c3ffd7de52d1cd1ce698264b835cc2ebe2be235507918c4c30 1 0.00/1.00 vMB 0
3,479 3,479 00000000c4c896025ba83c494125757f10a8d05e90443b1a7d10281a9cccb24a 1 0.00/1.00 vMB 0
3,478 3,478 00000000a7d6b05f4ab5019f6de98789dab86788d3e21236a2250cb6950be2cc 1 0.00/1.00 vMB 0
3,477 3,477 0000000029df2753c0109814afc0a08c1676b38ff75d90cc9400d8646692fc6e 1 0.00/1.00 vMB 0
3,476 3,476 00000000c33b79503dd3fafc5458f642c487158dfe9f66ad02d8c2707834f678 1 0.00/1.00 vMB 0
3,475 3,475 00000000d7da154ad91caa04a3ad22d0d319fd05510be6b6004cd9ed10439ed2 1 0.00/1.00 vMB 0
3,474 3,474 000000006ac9437a950d4807fb7cf1aebe871fa223d99ed9450d4b7298739918 1 0.00/1.00 vMB 0
3,473 3,473 000000000359123371b20ae4a028c46db0e1b46a734f83b562ee2bac09d38759 1 0.00/1.00 vMB 0
3,472 3,472 00000000308072236407405a9105e73ab55ef5b8a557e93a10070a09cd174ea7 1 0.00/1.00 vMB 0
3,471 3,471 000000009287915af840bbc3c23db76a3d354798530f7ef4b6b31e528b66f86a 1 0.00/1.00 vMB 0
3,470 3,470 0000000097890139a9c9f3ac2b18b06acf561c8f88a0994496be23cb3311efc8 1 0.00/1.00 vMB 0
3,469 3,469 000000004fdf06c2d7f5772873aa3b2e091f7733bd910c91b368114a066edbc5 1 0.00/1.00 vMB 0
3,468 3,468 00000000819b993295d2540b1bd60ac2cfb74c821c85a6f8acc8b463cf443104 1 0.00/1.00 vMB 0
3,467 3,467 0000000008a02a581506fb52a591a78243682a9993a0d8e54ca4064dc6318863 1 0.00/1.00 vMB 0
3,466 3,466 00000000cc324877eac338c6f9163879b2fcbd5903cbeeefbef3da1f799170db 1 0.00/1.00 vMB 0
3,465 3,465 000000004b9ce9bb495f1402d9d50b39bbe12d6d20cbff1214106d60c941186d 1 0.00/1.00 vMB 0
3,464 3,464 00000000ee0bd02188f01c7aeb91dba868064b2d6dc0fdb19a9ade6313964fbd 1 0.00/1.00 vMB 0
3,463 3,463 000000006aa047bf832dcdb8ab61a61fb56d159eec32b0a4db46aa38e9b00a7b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.73 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: 707.61 GB
    • Received: 16.69 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.