Loading Tool

Explorer IconExplorer

Memory Pool

52,378 transactions
29.59 vMB
0.14192535 BTC
Random Selection Loading Transactions
Max Size: 158.43/200 MB

Candidate Block

Mining Attempt fe1de2bd28ee49d99a115d83f501ead7b20e50f3eaf7e44a7bb7f3181863680a
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root eb05e3c1ec8e7635133cd15666d7567c8920d28a3895ba9f3ad9ebe0b3f4bfee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,914
Size: 1.00 vMB
Total Fees: 0.07141105 BTC
Feerates: 445.47 > 7.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (412,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,919 501,919 0000000000000000008f9d078f30b25762384ef2dd5ea9cb225af6fdfa5484ce 2,454 1.00/1.00 vMB 548
501,918 501,918 00000000000000000076eb103e02011dcd05396bac9944efaa944d5e04de007d 2,662 1.00/1.00 vMB 694
501,917 501,917 00000000000000000053ea37413d3b5c7111d601febebd22dae9f762413eed11 2,543 1.00/1.00 vMB 320
501,916 501,916 00000000000000000090257d55f0af4eff5eb2e9da16d7e745d7006a5f27c82e 3,224 1.00/1.00 vMB 686
501,915 501,915 0000000000000000004982f753c0cc52f9535c45a7df720c5e02cd4ecc0a38a8 1 0.00/1.00 vMB 0
501,914 501,914 00000000000000000035c1e0b8f6c7886a5d41b685c4f0094a5b91759a5fe235 2,582 1.00/1.00 vMB 478
501,913 501,913 00000000000000000078b19cd49ded8c1b5c1102a9cf46b8f0fdb7d8e1d56563 2,178 1.00/1.00 vMB 396
501,912 501,912 00000000000000000049372ffcab4af8e1aa6665537dae3764b1a7693af5bf08 1,925 1.00/1.00 vMB 228
501,911 501,911 0000000000000000002c1f20ff6f111670e505596437aa4a854cce71d60b2c08 2,332 1.00/1.00 vMB 415
501,910 501,910 00000000000000000081ec6892daf7dccb5147ababd71d41a598dc5fbc31823c 1,767 1.00/1.00 vMB 427
501,909 501,909 0000000000000000005310371fb27587dbc0ae76c2e1671a604c7ea7944886b8 2,563 1.00/1.00 vMB 444
501,908 501,908 00000000000000000056ef65564a754e209ea5c8ce42ccde8e819b8187aee4e3 2,260 1.00/1.00 vMB 330
501,907 501,907 00000000000000000011580def362f3771c39950401fe6b9916d8e2fcdc799f0 2,016 1.00/1.00 vMB 437
501,906 501,906 0000000000000000000bc908ce18a425699b8849a0fdb4705d664b4c69458705 2,680 1.00/1.00 vMB 485
501,905 501,905 0000000000000000008d77cd3ded2b5e1e2310befa99a892ed627180776b81ef 2,972 1.00/1.00 vMB 607
501,904 501,904 00000000000000000002b80fc5ca61d01a77c5f07d66089155283b64e7b339c0 2,706 1.00/1.00 vMB 727
501,903 501,903 00000000000000000056d34636fd0748194c00d5e66073d128f98a049efa7c30 895 1.00/1.00 vMB 162
501,902 501,902 0000000000000000008f368b53c9363610c0e044938f1841c6e12e7028f8a757 1,706 1.00/1.00 vMB 326
501,901 501,901 0000000000000000003f589f91fd396d3e132bb3e80ae0b9092bbd1893048011 1 0.00/1.00 vMB 0
501,900 501,900 0000000000000000004fd2a4f4ad2216d1be2a0cf4f4dfa171d0401bf5663c7b 1,395 1.00/1.00 vMB 206
501,899 501,899 0000000000000000009419b3b8693e42a6c6bf28b6ece91899a1b751fad4052a 2,275 1.00/1.00 vMB 610
Previous 10 blocks ↓
Total Size: 781.89 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: 645.19 GB
    • Received: 12.70 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.