Loading Tool

Explorer IconExplorer

Memory Pool

39,200 transactions
27.54 vMB
0.06633551 BTC
Random Selection Loading Transactions
Max Size: 140.63/200 MB

Candidate Block

Mining Attempt cbdf3f5e0d8e060721a386f4783d262f70f2362bb4e49658001df9b5f68507c4
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root e0839ab8d0e8823d392bda1e6fb2eb97fae455ee10d93211fd5955f852172a4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,438
Size: 1.00 vMB
Total Fees: 0.01398960 BTC
Feerates: 100.95 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (855,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,822 58,822 000000000e4464ff59e1ad56eaa80d4a2baa75f1061387349d21ab5bf29e6d36 1 0.00/1.00 vMB 0
58,821 58,821 000000000daa5e175ed68552ecb92021f0d7eb0a04076c7e5d76b332d7475a04 1 0.00/1.00 vMB 0
58,820 58,820 0000000006f421ec8019d8a0839b2eed0c31b061c1161b77b7c2e86336a07f4b 1 0.00/1.00 vMB 0
58,819 58,819 000000000510810c87b56a3cf7e83d6eaf165fd596e12e2ae67f700be7c6c214 1 0.00/1.00 vMB 0
58,818 58,818 0000000007af50606fc5706235c0f94ab6a11e24dd164b530c61b04fe8977ee1 2 0.00/1.00 vMB 0
58,817 58,817 000000000af64def06b2f1909c8817ca6fcad576d1453b567f7a78cb36f3c9de 1 0.00/1.00 vMB 0
58,816 58,816 000000000a206f4470d9cf05c494cf2ec33c80aeb676a639030355ab96dee8f8 1 0.00/1.00 vMB 0
58,815 58,815 000000000cf66b73ae006256ac1b524ce6c3fff3c6866cb5a2b45d53bcd13953 1 0.00/1.00 vMB 0
58,814 58,814 0000000003214affe9659bff128d694360efa64242f5ca97e7daeb539f421c5e 1 0.00/1.00 vMB 0
58,813 58,813 0000000009aa5d14af2cd322bef0ace60fb5bcdcf43b3ac4883212684a5d41bf 1 0.00/1.00 vMB 0
58,812 58,812 000000000b8da05b9bc0d08a6b720eef56e0218583706cbe606b32b22fdb6974 2 0.00/1.00 vMB 0
58,811 58,811 000000000006e5c22ace220a9fc4816d3f4274c7d92e4a7d6e4ec05d9f0a1ad5 1 0.00/1.00 vMB 0
58,810 58,810 000000000c002d022badd188b4de437179900ef465cb6dbfacb1eb56c0b7d147 2 0.00/1.00 vMB 0
58,809 58,809 000000000e2275d487c2344b007b885ee06650e660c61face4c884b3a978a6ea 1 0.00/1.00 vMB 0
58,808 58,808 00000000085117d0321df885c9c0a34612fdd40b9e68c0c31458b72a4ad751ef 2 0.00/1.00 vMB 0
58,807 58,807 00000000025e0ef11e5b9d3f968078155774e0762b1457ea3e66cf929f25cc50 2 0.00/1.00 vMB 0
58,806 58,806 00000000020cc34938d95db7d82c601e239f8d0067db7787dabb8b8c09df5ce3 8 0.01/1.00 vMB 0
58,805 58,805 000000000ec031fcd4d4cfb391af9bd13f325a483fa152f068a286823678ca9d 1 0.00/1.00 vMB 0
58,804 58,804 000000000958f423a115f8df8084f26caf771e1673301e33c049f06fd4408984 1 0.00/1.00 vMB 0
58,803 58,803 000000000463303c612f3ad7ae8800333e32865e6c1b726c47344c0552338088 1 0.00/1.00 vMB 0
58,802 58,802 000000000e7873db232ee222f6da8f5c703c04c281e9a97071a15e2543695a62 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.76 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: 632.27 GB
    • Received: 12.11 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.