Loading Tool

Explorer IconExplorer

Memory Pool

82,480 transactions
31.01 vMB
0.08280642 BTC
Random Selection Loading Transactions
Max Size: 190.28/200 MB

Candidate Block

Mining Attempt 5b53e7412cd8248296ff054efeb22eeeebb8bc7f6154ab8c58488e3f4b5d7924
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 2a07c6023af8dc412f675912fe8aa6004568d1457c6e02e7eb59a5b0555b1359
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,678
Size: 1.00 vMB
Total Fees: 0.01306412 BTC
Feerates: 301.05 > 1.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (401,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,692 513,692 0000000000000000003733b58924f721c87b7e17b5de0fc38e0e3320eaa21291 352 0.16/1.00 vMB 20
513,691 513,691 000000000000000000317b1d89440cd8df2c32ba7050075aec413b9351b61e5e 170 0.09/1.00 vMB 20
513,690 513,690 0000000000000000002a61f9b79f8ede6356f95591ab8f5d324aa2f496fd649e 326 0.92/1.00 vMB 2
513,689 513,689 00000000000000000049c5593329f6f5a3711a74153c223391d0b308a6faa75e 1,555 0.50/1.00 vMB 44
513,688 513,688 00000000000000000047d8fdafe2cf88fde81d3dea8e423b50f939aaf9ac6f1c 2,752 1.00/1.00 vMB 36
513,687 513,687 00000000000000000002b5335f3b57b5d50a5253be5506cf7411833481bf442a 1,645 0.54/1.00 vMB 75
513,686 513,686 0000000000000000005140bc60d78294733154ebeb4d3944f337a42101f37afc 1,115 0.98/1.00 vMB 25
513,685 513,685 0000000000000000000cb0205f7d98f7cdce72b781b17305aa20777c8e8e04ae 588 0.39/1.00 vMB 27
513,684 513,684 0000000000000000002235a1c36c46107614a1faa04d36d5cd66eb8aeb427b88 1,942 1.00/1.00 vMB 30
513,683 513,683 00000000000000000010d9445395dbd32ee75d818634ceebc6f966ca1853824e 1,149 1.00/1.00 vMB 20
513,682 513,682 0000000000000000002f0f4adeb67fc01d556dc83ddeb77ebaae90c81065fad9 1,473 1.00/1.00 vMB 17
513,681 513,681 0000000000000000000da2cda3608662e62cdd0e5b992b561dd8dc4b67023eeb 2,795 1.00/1.00 vMB 60
513,680 513,680 00000000000000000031155340a059a60714809d1ba82dd6571a82c926a5c420 2,783 1.00/1.00 vMB 32
513,679 513,679 0000000000000000002a16d88f6b61b035f188b4b30a151c83dff3b1844eeb4d 1,761 1.00/1.00 vMB 38
513,678 513,678 0000000000000000001e98bf0e2e29284932200cd0ee37ad0104b896de4f6d0c 498 1.00/1.00 vMB 8
513,677 513,677 00000000000000000041ff0346ec06dc6d3d0355f5e7599bc104e1c6b6297084 2,283 1.00/1.00 vMB 38
513,676 513,676 0000000000000000003052c682e281ef760daa1e0b9f7c26385775ef7ff02814 807 1.00/1.00 vMB 9
513,675 513,675 00000000000000000002ea8ed37e69c462df6149a039603d6b399f0a96aee709 2,297 1.00/1.00 vMB 38
513,674 513,674 0000000000000000000c77dec96b5e057f850e9e57293f3e25f51ea8283aca43 2,566 1.00/1.00 vMB 59
513,673 513,673 0000000000000000003cc8e4fdb32d6fd6a2ba8b2c8bd6cd53bff8699555beef 2,188 1.00/1.00 vMB 20
513,672 513,672 000000000000000000390c10bf487bf30c92bd1d06ece31386f494535134921a 2,763 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

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