Loading Tool

Explorer IconExplorer

Memory Pool

32,518 transactions
25.11 vMB
0.05076273 BTC
Random Selection Loading Transactions
Max Size: 126.80/200 MB

Candidate Block

Mining Attempt 1cb4537129e139aaef346749f9da30749e71371569c2b88e031592b81c8ccff5
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 5382ccf960a1ab6f4b148a6a12a439fae312ac2436a4deaacd4d2edc360bc197
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,450
Size: 1.00 vMB
Total Fees: 0.00564202 BTC
Feerates: 713.01 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (431,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,747 482,747 000000000000000000ee68e3e38896a2dd578fe59fc88a588440951f93f1bbe0 1,635 1.00/1.00 vMB 424
482,746 482,746 0000000000000000008177c50cc4274bbcef8116e5c4728d3f37ab7950b28d9e 2,040 0.99/1.00 vMB 148
482,745 482,745 000000000000000000c96f2626691f8dc69f35fe482b112cf1b59e4f1b8a6a04 1,822 1.00/1.00 vMB 339
482,744 482,744 0000000000000000007bd7cac85f24ac869859aa74d200d8074e08fe61b92e35 1,846 1.00/1.00 vMB 384
482,743 482,743 0000000000000000001c3a629a3e3079ebb58568104716d5ba0db573dcf34737 1,708 1.00/1.00 vMB 329
482,742 482,742 0000000000000000009dc853cbcf967776b16e57ca0edde199c045819c1ca514 2,047 1.00/1.00 vMB 361
482,741 482,741 0000000000000000009c565f2494dfc0459731db4d8833eb21231900d983b691 2,095 1.00/1.00 vMB 403
482,740 482,740 00000000000000000099f0eb6c18cacf264e6eb56e2f803f6a8fd896f7b6f647 1,851 1.00/1.00 vMB 377
482,739 482,739 000000000000000000cbf88b2c279fc83613b7772f0388ba2b2d16fea2740919 2,194 1.00/1.00 vMB 483
482,738 482,738 0000000000000000007e9e4c586439b0cdbe13b1370bdd9435d76a644d047523 922 1.00/1.00 vMB 20
482,737 482,737 000000000000000000fd0c220a0a8c3bc5a7b487e8c8de0dfa2373b12894c38e 2,014 1.00/1.00 vMB 276
482,736 482,736 00000000000000000044196865b09d16e43c24c663bb9d57f94948c12afa97e0 2,070 1.00/1.00 vMB 359
482,735 482,735 00000000000000000036424e56d6333d513e6a73c752214593efac17217efcbd 1,157 1.00/1.00 vMB 171
482,734 482,734 0000000000000000012e0d1f69ebabe95a91b121ed241f53f15ecfc10392f066 548 1.00/1.00 vMB 107
482,733 482,733 000000000000000000bace38ca197c2832898733e31d62718e66ef73523f29d3 1,160 1.00/1.00 vMB 166
482,732 482,732 0000000000000000004aea3d3e9e740e330eb519106efa520be72f9c8c40c58a 73 1.00/1.00 vMB 4
482,731 482,731 000000000000000000c7e1d16a661b96d150ae4f36c2d34581ee317475cd364d 1,759 0.98/1.00 vMB 229
482,730 482,730 000000000000000000c08fb41a98a9d59c0c05340439404f3ccda36912f36eb7 2,279 1.00/1.00 vMB 173
482,729 482,729 000000000000000000f021fcd4f35c44fb14b7e7379ae5c48268d85c5dec9097 2,276 0.99/1.00 vMB 212
482,728 482,728 00000000000000000044bf47739bbad448e4eb67f9da039903113e274ba687ba 2,271 1.00/1.00 vMB 476
482,727 482,727 000000000000000000e43ddb278f9ad080f1a0d3a899b34c1ffcf832a1ce95a6 1,687 1.00/1.00 vMB 409
Previous 10 blocks ↓
Total Size: 781.82 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: 635.94 GB
    • Received: 12.34 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.