Loading Tool

Explorer IconExplorer

Memory Pool

43,976 transactions
26.41 vMB
0.05699000 BTC
Random Selection Loading Transactions
Max Size: 139.29/200 MB

Candidate Block

Mining Attempt 187b9978450efa1c5a0b85c33c21c2eb3c01b47cc66234f27d0fc46b47312ff7
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root 9334f46b8f1599f72d88010e38ddea210a310626dcb08bc6e167c6fcc4d340f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,583
Size: 1.00 vMB
Total Fees: 0.00869524 BTC
Feerates: 40.21 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (334,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,740 580,740 0000000000000000000c9ec6d8a4dfddbb3ca2e04420f80186c44822a8ef7398 1,753 1.00/1.00 vMB 43
580,739 580,739 0000000000000000001a0560fe13719b9729ba59764ad78a32f6894666c1984e 2,768 1.00/1.00 vMB 53
580,738 580,738 000000000000000000080e4c7ceb2e8ad5a0d5b78333096e9265547d53d00f4a 2,553 1.00/1.00 vMB 87
580,737 580,737 00000000000000000019518dbcccb4e79e32aa551ed0ab0dda926b3f13e9032f 3,574 1.00/1.00 vMB 44
580,736 580,736 0000000000000000002491abf94a532372cafe756977ebaed36ccc46eefb152d 2,878 1.00/1.00 vMB 46
580,735 580,735 000000000000000000191653390e8748dee48d657b6a4afbf55f4f051d584e9d 3,009 1.00/1.00 vMB 53
580,734 580,734 0000000000000000000eaecb9dbbdf3da6b5df337e36b27d421c2751e8968bd3 2,443 1.00/1.00 vMB 76
580,733 580,733 00000000000000000004964a9adf41c4644e795137fe4057bb76f1d3e860d5ad 2,455 1.00/1.00 vMB 67
580,732 580,732 0000000000000000000769a0d62a854861c61ba30f1e8ef871d0e6a04d945677 2,995 1.00/1.00 vMB 86
580,731 580,731 0000000000000000000eaa3c35e93e305526d155cfae446afa58acae1fb29759 3,381 1.00/1.00 vMB 73
580,730 580,730 0000000000000000000167829ec962a0441a60af1569a6b3d73e75845ece09a8 2,599 1.00/1.00 vMB 101
580,729 580,729 000000000000000000110dd1fc09faf4d62c088c72aca0235260072cadc62d4a 2,976 1.00/1.00 vMB 109
580,728 580,728 00000000000000000005c7deb0dd7aa194ce9627fa7c6a02faeddd83126735cc 2,058 1.00/1.00 vMB 91
580,727 580,727 000000000000000000218389d5720446a257eab0c172b79b5adef5bd3f9caba3 2,195 1.00/1.00 vMB 84
580,726 580,726 0000000000000000000cb473a0c9f92980f0537e50f6bbca0b30158350edc06a 2,671 1.00/1.00 vMB 93
580,725 580,725 00000000000000000023686d0d1979f4f2b1e4d8a0b71f696642f54f1a66088b 2,085 1.00/1.00 vMB 125
580,724 580,724 0000000000000000001eb2203f56ac1b689db62fc91da67e0b73c2f422d41761 2,488 1.00/1.00 vMB 58
580,723 580,723 00000000000000000016cdd39f757bb23e1218a9c9e3f82bc8e50e6c49fc206f 2,621 1.00/1.00 vMB 107
580,722 580,722 0000000000000000000e6dd847817d72c1704638adb6477679cd7e4d89ebfdbb 2,357 1.00/1.00 vMB 89
580,721 580,721 0000000000000000001048c3b0d2fd7ade098cf5f27ddb7e2042593d297fe9d2 2,550 1.00/1.00 vMB 85
580,720 580,720 0000000000000000000b1a168ce9f40c95358fd0d0e15dd080e213ef4325e6a4 2,574 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.