Loading Tool

Explorer IconExplorer

Memory Pool

81,959 transactions
30.61 vMB
0.08016757 BTC
Random Selection Loading Transactions
Max Size: 184.60/200 MB

Candidate Block

Mining Attempt 05b868dc5375e6fe5da107bb02f96bd8cbe159424ee9959c81adab59d5ac7fce
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 94c0e535b3fea824669a08c6ec6222153181f20dfcc1f052ebf51ae28ba7e214
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01606064 BTC
Feerates: 40.91 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (485,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,817 429,817 0000000000000000027e58c85a5d36b7b6bbd4c007079194fa6217b06ab1bd21 2,038 1.00/1.00 vMB 44
429,816 429,816 000000000000000003e2a68192f9117222bd74a3d5ebd8c98efacc2c5316eae9 2,819 1.00/1.00 vMB 63
429,815 429,815 0000000000000000007ed2716ceba65250e2e7c598e7b532d0147a1e2dc50ac4 2,747 1.00/1.00 vMB 77
429,814 429,814 0000000000000000007609a0913dffae7d0cc39b18b8aaac59cee715d60c7af3 1,664 1.00/1.00 vMB 50
429,813 429,813 000000000000000001c231719438ec5cd2073c83d7ca9f394b6a511dc07474fc 1,697 0.99/1.00 vMB 65
429,812 429,812 000000000000000002deb5cdfc8da93fc92c001863c2f5ecd0fc0ec9ac2ee949 615 0.33/1.00 vMB 62
429,811 429,811 000000000000000001b2cfb41eb8766c6d0ae037a95f3ee43b33a315e3af94c7 1,435 0.85/1.00 vMB 57
429,810 429,810 000000000000000001b7fdc1cb6dc09afb5851beab3efe9239fc042e1e6978da 751 0.40/1.00 vMB 63
429,809 429,809 0000000000000000049afe017714187d9be7c8a9b7e459720aabf3052aca7183 289 0.99/1.00 vMB 8
429,808 429,808 0000000000000000015067f507c6018dbc9cb0c2f1ca50c68a63a4300cf01640 858 0.78/1.00 vMB 37
429,807 429,807 000000000000000001be0337145cdb3f666dbee25d94881c7e2b9bad56c14139 1,453 1.00/1.00 vMB 31
429,806 429,806 000000000000000003aa98fbf8c4e2bec23b909b23db659222abb5f164553b82 2,275 1.00/1.00 vMB 71
429,805 429,805 000000000000000000bdd19cc2eb76fb1cbf3740f413c3c149ed07ef1650890f 2,375 1.00/1.00 vMB 54
429,804 429,804 0000000000000000041168a3590befffaecd0b9e318838d1b66dd3b37cbde9d6 2,195 1.00/1.00 vMB 79
429,803 429,803 0000000000000000041f2a535ee36c578fa10929bf0d0941bb3f12a23a4f3fde 958 0.99/1.00 vMB 24
429,802 429,802 000000000000000003958a93747e21bf12d119b4c7365e4400d1fa0de99215cc 727 1.00/1.00 vMB 19
429,801 429,801 000000000000000004cfdcb095723b1e51cc4bbf8626acab8e2713003e4eaf86 1,571 1.00/1.00 vMB 33
429,800 429,800 0000000000000000049910a2c2fea9fc6380f4229567082d5f9ef928cc2dcc0b 967 0.82/1.00 vMB 28
429,799 429,799 00000000000000000318de112c80d48f7e74a2cccbe6aa5d2cb2e8db66027a40 2,043 1.00/1.00 vMB 45
429,798 429,798 0000000000000000025dd644b727cd493a6789a816f251179de85511a08796c0 1,615 1.00/1.00 vMB 47
429,797 429,797 000000000000000000adad7a6f8b97d670a50f13d8e29f93418a22c1dcf763f9 2,830 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.