Loading Tool

Explorer IconExplorer

Memory Pool

82,316 transactions
31.14 vMB
0.12199527 BTC
Random Selection Loading Transactions
Max Size: 188.94/200 MB

Candidate Block

Mining Attempt ec0365cb8b21664bd449a37afb4d3493678380e9f2f2de0f02f17673789937e8
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 5906a206f86aa7f0d157ed35302365b13187bcf68d1fb9c55bf016d40d854330
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,190
Size: 1.00 vMB
Total Fees: 0.04210779 BTC
Feerates: 318.30 > 4.22 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (472,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,631 442,631 000000000000000000095eef2ab95ae25da7346dc12aa8c37e4e48da8059d455 2,120 1.00/1.00 vMB 83
442,630 442,630 000000000000000003242684d595d611ba81bf8821ae2bed89f0c619abe97d6a 2,050 1.00/1.00 vMB 107
442,629 442,629 0000000000000000011a5cba52b3984e0ddf7c477794d27cdcdf86e39c5f7fb5 1,918 1.00/1.00 vMB 67
442,628 442,628 000000000000000000e1a1493ba9a12c06a2c25d6c72e85a1cc106fae7c70934 2,401 1.00/1.00 vMB 69
442,627 442,627 00000000000000000363e89dee089568bce38d8f9d24f2577a296318813f949c 1,606 1.00/1.00 vMB 74
442,626 442,626 0000000000000000008ed3bf8b30c24fb8c92872134a9d9b179628f16f10e4bb 2,092 1.00/1.00 vMB 103
442,625 442,625 0000000000000000002045b260c1b790f5d48ccc9737bf64de9ea15b322bcab5 2,513 1.00/1.00 vMB 110
442,624 442,624 0000000000000000017d2baa6918345e58ae6a453cc59a5e5953d6a27a75ce1b 1,987 1.00/1.00 vMB 71
442,623 442,623 000000000000000001fc556fc1ab85222dd116983b342a1e33e94a53367d5e54 2,881 1.00/1.00 vMB 120
442,622 442,622 000000000000000000e181284b4d512ad633704e6e77ab6b1efe1f18421df5c2 1,755 1.00/1.00 vMB 46
442,621 442,621 000000000000000002ad928a7d7b311b11b8ff9d0681ca9d65bbadfc6b96e74b 1,261 1.00/1.00 vMB 68
442,620 442,620 0000000000000000007cc1899a442d5ecd43bb0f06a71873b8fedca7b7ea6443 2,285 1.00/1.00 vMB 67
442,619 442,619 00000000000000000210ecdd1000dcc5a0aca77e13cb861fe33611e4734f2aba 2,403 1.00/1.00 vMB 79
442,618 442,618 000000000000000001be870d50039544dd0842f5cdb59f9a87d46602e03c1061 2,148 0.93/1.00 vMB 98
442,617 442,617 000000000000000003185744372d8d209aeec0c8f3142bbb8d914fed8cf54b99 2,186 1.00/1.00 vMB 102
442,616 442,616 0000000000000000016e746b35cd1a9dd3ef5c106164e7fa9657882e59b0a534 1,769 1.00/1.00 vMB 65
442,615 442,615 0000000000000000038a430f3477c6fd4a900ed5ebd03d684ab17a49908d6acc 1,994 1.00/1.00 vMB 79
442,614 442,614 00000000000000000255c575cbdf8c31fba1b968cfbbdc777a102226e3eb7661 3,062 1.00/1.00 vMB 104
442,613 442,613 000000000000000003790de4dea8bc29441d82028b2d254e34bb7969ecbec585 334 0.17/1.00 vMB 81
442,612 442,612 00000000000000000108a374f1f463fb4c12c100906669221b2edd2323d3e956 848 1.00/1.00 vMB 23
442,611 442,611 0000000000000000020206d4124f6d5992df3f7bcd8d741921ae729c8c9ac95f 1,472 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.08 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: 722.06 GB
    • Received: 18.39 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.