Loading Tool

Explorer IconExplorer

Memory Pool

51,625 transactions
30.24 vMB
0.25839323 BTC
Random Selection Loading Transactions
Max Size: 159.44/200 MB

Candidate Block

Mining Attempt d57cec662c783558e22d3b7c10b97cf7f243420e04d81b4b4c920cea9304b8fb
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 2a4065b62d609c77a3a363705fc0aaed63c97ec4cb4feea77f3f5f2d253a8859
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.08146329 BTC
Feerates: 220.25 > 8.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (432,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,710 481,710 000000000000000000274cd5878819ebf642a9f151f1281550db94073d270a3f 1,929 0.99/1.00 vMB 420
481,709 481,709 000000000000000000abe0409a6f343b88e2fa16e52b142adfb9eba718028138 1,726 0.75/1.00 vMB 535
481,708 481,708 000000000000000000e15312f099d879788eb66b097de7b540078920010981a2 2,286 1.00/1.00 vMB 454
481,707 481,707 00000000000000000123a7c07044f580ea2d05b8d81337e9c06c0fcbf1d0d85e 2,380 1.00/1.00 vMB 325
481,706 481,706 000000000000000000d008154b286ce0fdf03f46483ac6a941929ee5e2ff67cf 2,297 1.00/1.00 vMB 370
481,705 481,705 000000000000000000766d412645abb52af877095ba35ea03c7dfce36458ded6 2,704 1.00/1.00 vMB 277
481,704 481,704 00000000000000000058de6e460b9ebfd2fac2faa8d5f907b5078cc656e5ce2c 1,631 1.00/1.00 vMB 271
481,703 481,703 000000000000000000e7a30f94c14952c3940984df27c6d8b49f0b8b1f2c9a26 1,767 0.99/1.00 vMB 301
481,702 481,702 00000000000000000049b901f838b808b554883d09c8142691a06f79bc0cf6fd 2,312 1.00/1.00 vMB 438
481,701 481,701 000000000000000000898eba2dcb639f354344091bd48f273e9b396feec86f57 1,661 1.00/1.00 vMB 217
481,700 481,700 0000000000000000005b9e280f7c44d18ddc44b9b1434bfd2bf70e8975ebcba9 2,109 1.00/1.00 vMB 232
481,699 481,699 00000000000000000076ffd387a66b6ce0c2e78cca8fbe38404fe3c3e591cc18 2,198 1.00/1.00 vMB 427
481,698 481,698 000000000000000000bd5157c0330ebfe748e20ff1b0fc5568c9cd6741b0364b 1,896 1.00/1.00 vMB 334
481,697 481,697 000000000000000000d1825ad529a225e2ec3309a6312d3151802ac528b216d4 1,659 1.00/1.00 vMB 265
481,696 481,696 0000000000000000004ca68a17d87821ed1a9264873cf9b1b17ace9efceff790 2,009 0.99/1.00 vMB 301
481,695 481,695 00000000000000000063df36f25de9a8f6060d84a7e13c8bfbf6edad3e741d87 2,145 1.00/1.00 vMB 312
481,694 481,694 000000000000000000e983a7942c5e10b4e2f91c34155044b655bfef1f629523 1,736 1.00/1.00 vMB 281
481,693 481,693 0000000000000000004cf2dac22ccb38edc4e7cfcc7f2ea4141fcc69e22e2c76 1,963 1.00/1.00 vMB 383
481,692 481,692 000000000000000000f31229f65239dcf1d21053071c364c949639a972ca1d74 1,666 1.00/1.00 vMB 420
481,691 481,691 000000000000000000934281d213c7b57238c17f37d428f646ca93bcdea10816 2,487 1.00/1.00 vMB 456
481,690 481,690 0000000000000000004bd25fa88a1093d4ed0736cd545d44e01261eb0ab3040c 1,742 1.00/1.00 vMB 443
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 644.09 GB
    • Received: 12.61 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.