Loading Tool

Explorer IconExplorer

Memory Pool

82,380 transactions
31.13 vMB
0.15044850 BTC
Random Selection Loading Transactions
Max Size: 185.12/200 MB

Candidate Block

Mining Attempt 30c600f23867c04c41e0fac8f27fb76347c67d5ea5be7014e41aeb1860183913
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 5f56e6770cc611b7d299eb16ac49a6e55b68a77ef7fd6d47d8a1260f1c1cbaaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.05710289 BTC
Feerates: 269.69 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (348,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,626 566,626 00000000000000000012a1a6a2bf0d43abf2436208f7d7f9d910f76950ee1ba7 1,860 1.00/1.00 vMB 16
566,625 566,625 00000000000000000019d8531b543b83d09fadc79f6ebe28ecd65e696060b074 3,110 1.00/1.00 vMB 36
566,624 566,624 0000000000000000001798171c9e291bfd2f868d266f411920525c39e8b5fb99 2,739 1.00/1.00 vMB 22
566,623 566,623 00000000000000000028f87e5c436f8cb8830226fbb04fce4d7c893da26cfe8b 2,945 1.00/1.00 vMB 25
566,622 566,622 0000000000000000001631114b9080c773a61579a019ef1b4acda7b9bc0ad5b6 3,005 1.00/1.00 vMB 19
566,621 566,621 0000000000000000002699eaba12ac5b5b733eb950edeed695e4b1bed65750d9 3,178 1.00/1.00 vMB 31
566,620 566,620 0000000000000000000d72a68cc5fcd83613b711338f6a25905cbc71aa022e91 3,014 1.00/1.00 vMB 37
566,619 566,619 00000000000000000023d5d6778a6d3228321462f9456f2f05e5e60410a40252 3,097 1.00/1.00 vMB 31
566,618 566,618 000000000000000000190699c96e364aaebb3f91e808057e93d7720af91a6802 2,556 1.00/1.00 vMB 27
566,617 566,617 0000000000000000000553f5819bdbb03587114afecbdce4e74cc83de8933e71 3,450 1.00/1.00 vMB 17
566,616 566,616 0000000000000000001aac911990bbf085bcee484eedba1c5c8154c2a8d757ce 2,689 1.00/1.00 vMB 233
566,615 566,615 00000000000000000025a68d6fba83daaa90c4abc04909c3c403c68f07b47f3b 2,384 1.00/1.00 vMB 37
566,614 566,614 00000000000000000003a353c8e2e1a2ec10a7b0b431d0f9a6c0d0405a83ba03 2,471 1.00/1.00 vMB 25
566,613 566,613 0000000000000000001de74bc469f994c8b2437e68d32896bbf46a33695cbbd3 2,605 1.00/1.00 vMB 19
566,612 566,612 000000000000000000138390271ae7aff699d08883ac511a19ea69c6ce825f92 2,779 1.00/1.00 vMB 25
566,611 566,611 0000000000000000001264af80dae78dba127683e64e29af1b437235b200c310 3,071 1.00/1.00 vMB 38
566,610 566,610 0000000000000000002d95fe34afd0a2e7b5c0eff62a7f4457c54063914972af 3,210 1.00/1.00 vMB 39
566,609 566,609 00000000000000000007a105b7398fea4d8dfceb0652168b39293941ae962466 2,909 1.00/1.00 vMB 27
566,608 566,608 00000000000000000029e29c7b35b0101e05f034965462e7c962eefcc5602137 1,909 1.00/1.00 vMB 39
566,607 566,607 00000000000000000010c10a8c3d8785943ef5ee36da1004130e2a2a219d3cd8 1,947 1.00/1.00 vMB 19
566,606 566,606 000000000000000000130e936aefe5220c10fa213d7729c9b79bfe2c433d5ff2 2,677 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.