Loading Tool

Explorer IconExplorer

Memory Pool

78,293 transactions
29.03 vMB
0.08940237 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 76873c0574c0b11ff0e3dd99d877127f8afc7e2ee1aa3cc970d1f022df3cff95
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 9a434569e2d52a3b03f4a3b3f685ccd1bb574bce9fd0a508bd2803a671c8ec4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02876072 BTC
Feerates: 477.45 > 2.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (303,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,820 611,820 0000000000000000000ca32f957f0d9464a19cf8f652bf4a7eb8139b42c476ce 959 0.27/1.00 vMB 14
611,819 611,819 000000000000000000129c99f5cdca66769a3cf1f89e42abfaac29a81019e3f8 2,400 0.77/1.00 vMB 18
611,818 611,818 00000000000000000011a8e404508fb44238db829a2670c2fed21178527ef492 2,448 0.78/1.00 vMB 7
611,817 611,817 000000000000000000104dc222b7a87365f2a0ca88b74b72f9ea2a7dc144d9e6 3,051 1.00/1.00 vMB 26
611,816 611,816 00000000000000000010a379acfda01eb3df9ba81f557d9ceca7cf343d02cf4d 3,247 1.00/1.00 vMB 19
611,815 611,815 000000000000000000085d08f2eee104614151019bad981c596077b5cec1b6f8 315 0.12/1.00 vMB 29
611,814 611,814 000000000000000000065adde8ff97d60edb0f1b0046d14acf27a8222dae6d65 3,378 0.96/1.00 vMB 14
611,813 611,813 0000000000000000000b8e908d7c3aca053528f3de65c3c334f7c25e0c8e40b1 2,080 0.62/1.00 vMB 14
611,812 611,812 000000000000000000031dd1a268c9c741a72546ab0dbb815f652d26b153e585 1,463 0.47/1.00 vMB 11
611,811 611,811 0000000000000000000517fc9ed3ddc5d9302cccb3430862c1c847d771f954d8 424 0.15/1.00 vMB 13
611,810 611,810 0000000000000000000692f7984e3d75b7cb3659c892260a88058fbd4edf08bc 556 0.16/1.00 vMB 20
611,809 611,809 00000000000000000013a707e3113bed7ee6da3fa20c9052f794a6db6a0109c7 1,902 0.62/1.00 vMB 12
611,808 611,808 000000000000000000110b8b18ce2f17ea64dc876ab82437fa6276a7d174324a 3,041 0.90/1.00 vMB 15
611,807 611,807 000000000000000000081f338527a5becb16e7e9ef9510a13978a3d9327c395b 866 0.35/1.00 vMB 24
611,806 611,806 000000000000000000065ec32d467efe5b5995ba1812780d7ead040707181919 1 0.00/1.00 vMB 0
611,805 611,805 0000000000000000000c1fe86af0ef1230a6cd8aa74dba71b6bbe2fc0aab57b6 330 0.08/1.00 vMB 14
611,804 611,804 00000000000000000005697be690fc0db13f09b08fb40a44a61be82a494f49c9 187 0.04/1.00 vMB 13
611,803 611,803 0000000000000000000d9b14c70df2a023103b3b585e1a82c946e204e5b30a81 2,443 0.82/1.00 vMB 11
611,802 611,802 00000000000000000004f779fa1c146700029fcf074ad744e3d41b7e39851d91 2,815 1.00/1.00 vMB 8
611,801 611,801 0000000000000000000c446985c3c9bc2444df4e8a2d4a5182324982284cb163 3,061 1.00/1.00 vMB 27
611,800 611,800 00000000000000000003e7dcde2d95198f1083a8383604f4e03894c68d9f19dd 2,358 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.63 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.17 GB
    • Received: 16.17 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.