Loading Tool

Explorer IconExplorer

Memory Pool

50,230 transactions
30.21 vMB
0.12361617 BTC
Random Selection Loading Transactions
Max Size: 161.69/200 MB

Candidate Block

Mining Attempt 556d106a211b2b4a9d982c662babc853ec5343e24b3b3dc13b81cc35d8353f91
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 8451a20c59fcf23f7598d8fbbf5c6d41332c55ffa1e09d47505064f199ef9b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,048
Size: 1.00 vMB
Total Fees: 0.05232379 BTC
Feerates: 150.75 > 5.24 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (82,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,550 832,550 000000000000000000003bd3a6135928a156d2180325f7769cbb5ff43b0d2547 3,621 1.00/1.00 vMB 54
832,549 832,549 00000000000000000000e5a7056863f8010e10018bd24f9b68cca19a47f74eca 2,977 1.00/1.00 vMB 49
832,548 832,548 00000000000000000000ff95828a28005a0ec64fc7a42b191269566e3085c43c 3,716 1.00/1.00 vMB 61
832,547 832,547 000000000000000000028b1f91d38c5cdf4e03798ac24d52a9b35192086ba4f3 3,893 1.00/1.00 vMB 56
832,546 832,546 000000000000000000030728d30ed5ccfedbe75b77cffd5ee5836e853e5e8f48 3,191 1.00/1.00 vMB 63
832,545 832,545 0000000000000000000113ab79b6a599456a6882dbaa356d91f08ba5745cb583 3,674 1.00/1.00 vMB 66
832,544 832,544 00000000000000000000decd68a18597ca9c1832c0943e3afe6b21d80692da47 3,997 1.00/1.00 vMB 73
832,543 832,543 000000000000000000029f8466ec2b9e58210fbe3943a6922f404d3b8d26f98b 3,962 1.00/1.00 vMB 67
832,542 832,542 0000000000000000000235ac398dc2426bff51487aba7d55cf9b8099e10aad35 4,419 1.00/1.00 vMB 66
832,541 832,541 00000000000000000000fc5728e5d0abca8d711edd03eb320240e1e625693a46 4,004 1.00/1.00 vMB 76
832,540 832,540 000000000000000000009c11519bc184f3b5055e22b9d30054826db3d1da9bc6 3,644 1.00/1.00 vMB 86
832,539 832,539 00000000000000000000a63b3b5702e8bf6402cffbef2978f740199cd53dd305 3,380 1.00/1.00 vMB 29
832,538 832,538 0000000000000000000228ae3b304daae6173aba6a6e3b5046e2c01ab5c005f9 3,415 1.00/1.00 vMB 53
832,537 832,537 000000000000000000004ad77a2b0fba104707fa7cbb10fc15d58d35529b56c1 3,722 1.00/1.00 vMB 65
832,536 832,536 000000000000000000011b6ee7e8a27cffc7ea63b14eb874b65e641f9ba53df0 2,663 1.00/1.00 vMB 30
832,535 832,535 0000000000000000000188eadb3a7dfc0fd753f0decd9699346e5ccc98634b22 1,819 1.00/1.00 vMB 22
832,534 832,534 00000000000000000001e9a6775689259b687f12e8443e77fd23f44f43b85ae0 2,662 1.00/1.00 vMB 27
832,533 832,533 000000000000000000015fa0bac0bf1b117505a96cd889e5b33a0adb706a07de 3,108 1.00/1.00 vMB 50
832,532 832,532 0000000000000000000067586a73d8984f95f148af74eefc9af042f617dda788 1,583 1.00/1.00 vMB 22
832,531 832,531 000000000000000000020b3250293499d57be0c56aa51194ab1730d66bb1f810 2,448 1.00/1.00 vMB 28
832,530 832,530 000000000000000000020ae4292307aaf63589e3c2a07c58b476552e552b00b4 2,435 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.