Loading Tool

Explorer IconExplorer

Memory Pool

51,638 transactions
30.65 vMB
0.13967166 BTC
Random Selection Loading Transactions
Max Size: 164.40/200 MB

Candidate Block

Mining Attempt 3e03a7759aaed88a17a7a6bd6f80caeade43dad5e6609ba5cce7c9c6d5d44d63
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 43339dae8f922d921d6a77bec0fd36adead0c1ba1d0ec5a06c14dcdaa89bc97e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.06021989 BTC
Feerates: 150.75 > 6.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (410,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,985 503,985 000000000000000000325aa25f343689c84b3e2796218880b8711e160405ade6 1,180 1.00/1.00 vMB 260
503,984 503,984 00000000000000000023b3d6e31c31af54bcff3b0825d70ecf57e65ca60e3d1f 2,090 1.00/1.00 vMB 263
503,983 503,983 00000000000000000021d09962862bfa5fdc35beb969d8663721549a3ed6fca2 1,665 1.00/1.00 vMB 430
503,982 503,982 0000000000000000007d64d2c1116802fbadf15ebd6e8da9646c507b4d1ffb31 1,464 1.00/1.00 vMB 241
503,981 503,981 000000000000000000912cf68222706422774742455d4cb758455c46038ade04 2,333 1.00/1.00 vMB 445
503,980 503,980 0000000000000000004b59a32e20b9d24ea75759eae98423ccea8b2dbfc41c1d 1,865 1.00/1.00 vMB 510
503,979 503,979 00000000000000000067b08d2478924d8cbcf3248f1559b85adfa75a1c08c4b0 2,992 1.00/1.00 vMB 544
503,978 503,978 0000000000000000008f9a56067b7a3dbc0e1d6b2ae10337fdea64186d47f83d 1,541 1.00/1.00 vMB 353
503,977 503,977 0000000000000000003788d2c6073806ad80a17b5b20b9064fba2c06921556f0 1,765 1.00/1.00 vMB 370
503,976 503,976 0000000000000000001d419653e8cf6853ccb50d17ca9269b25b72cbf7c50350 1,935 1.00/1.00 vMB 436
503,975 503,975 0000000000000000001d515a52f813e6bfed6201dfd21195fce70cecec38885b 1,974 1.00/1.00 vMB 454
503,974 503,974 0000000000000000008bcfbb0582d6dff24de316b78c4ab578faca97c9f38f72 1,797 1.00/1.00 vMB 460
503,973 503,973 0000000000000000004e138e1bc34b394a8e8e377a34a32af3295b39b8515c3b 2,690 1.00/1.00 vMB 492
503,972 503,972 000000000000000000137fe14b9b95af04cb9fd8ee672b8201b2ba9934003053 1,399 1.00/1.00 vMB 517
503,971 503,971 000000000000000000125475f022bb97475377cbf8049e46088ac6c124e3ee02 2,653 1.00/1.00 vMB 588
503,970 503,970 0000000000000000001d64b21b96125a4dd574f2f231ffd26f3dfd2d720538bc 1,000 1.00/1.00 vMB 188
503,969 503,969 0000000000000000008874e72858761b23c2e4188dbaa967e370dc7d12941890 2,438 1.00/1.00 vMB 439
503,968 503,968 00000000000000000049c412b0f86d677ef4c7be1f443af3d1cda606d7544e22 1,531 1.00/1.00 vMB 365
503,967 503,967 0000000000000000008aaa9e0a86559f6bf4e7e9a609b2464cc7191897a44b90 1,822 1.00/1.00 vMB 176
503,966 503,966 0000000000000000003a3130a45122a84271a84f12903df68f19d4ded96cff50 2,030 1.00/1.00 vMB 487
503,965 503,965 0000000000000000004326ff8371827fc785718acc675129243efc8668d1d768 1,280 1.00/1.00 vMB 280
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.11 GB
    • Received: 13.41 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.