Loading Tool

Explorer IconExplorer

Memory Pool

79,939 transactions
30.09 vMB
0.08914340 BTC
Random Selection Loading Transactions
Max Size: 181.34/200 MB

Candidate Block

Mining Attempt cc7bbf43bb80751fd3ce56fcd89696feae94e82a1919f03d7f1068caae9653ee
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 7ed75500425c64738d6269f7c9ada5bafcc8a9cac709ccb38d3cea38f0119328
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01897632 BTC
Feerates: 40.21 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (265,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,788 649,788 0000000000000000000365161067927ebd7deded7fd351ba858c78f5f4ad9bae 2,422 1.00/1.00 vMB 43
649,787 649,787 0000000000000000000982ee8e03b9141331d31012d8cc24c5878795d13ac8f9 1,026 1.00/1.00 vMB 60
649,786 649,786 00000000000000000001a6e8e4779d2d8658269193ae1a0bb6156c8ad2cf649a 2,538 1.00/1.00 vMB 84
649,785 649,785 0000000000000000000b3d7d8897ef13b3e3fd68828bcc530ac7064eccc4d073 1,402 1.00/1.00 vMB 99
649,784 649,784 0000000000000000000b60f0229b813bb2cdb803ee1395845b85343dba8cf23d 2,664 1.00/1.00 vMB 82
649,783 649,783 00000000000000000001db6ea00c673b2605d56f0c7d965bb82c419f84c887c5 2,886 1.00/1.00 vMB 81
649,782 649,782 00000000000000000001d313984ce3df2ecd7787792f2f6ab4f82895d7b2d959 2,949 1.00/1.00 vMB 74
649,781 649,781 00000000000000000006a3fbc889a0dcd878cda8f7c8f3258fea38b88d3732cc 2,129 1.00/1.00 vMB 32
649,780 649,780 0000000000000000000af28e7c6302f3348a34f7517cd4e513ce9dff9945847b 2,334 1.00/1.00 vMB 26
649,779 649,779 0000000000000000000899e35c7cdceb003d91f11f8d6db0fe2cd8b80b5c01b6 2,304 1.00/1.00 vMB 58
649,778 649,778 00000000000000000004bdf8211b286edc8af7482e532505b5b7faa1b4d53be4 2,032 1.00/1.00 vMB 54
649,777 649,777 00000000000000000002119725a56fe6eb07e4eed7fb8051e97ba3912b091467 2,901 1.00/1.00 vMB 53
649,776 649,776 00000000000000000006eb83c1ebadeac1f9592b18f7cfbae3ed07c18c2727b6 1,805 1.00/1.00 vMB 50
649,775 649,775 0000000000000000000009182560e351925b5760e2eb455c173b2b20b9ea2bf5 2,803 1.00/1.00 vMB 72
649,774 649,774 00000000000000000007bc404fde74706bf232fbfa698bae2cbb0f38302e22a1 2,981 1.00/1.00 vMB 73
649,773 649,773 000000000000000000033acfc2b5cbc7ac6157eff43fb422cc6616f26e7e407f 2,056 1.00/1.00 vMB 64
649,772 649,772 0000000000000000000c0ac43dccc82f1e9453743324c0ec0829c62230e2dc15 2,348 1.00/1.00 vMB 69
649,771 649,771 000000000000000000012d4cd56b184c385c7ea544fb00dce6a5ac7043544c69 2,888 1.00/1.00 vMB 99
649,770 649,770 00000000000000000004857ee5932daaa61e8c0deacd70762a544cc28f796f31 2,417 1.00/1.00 vMB 95
649,769 649,769 000000000000000000002aa3fe2c86d5ccf87b9b804d132029fb01d46f4b6185 3,223 1.00/1.00 vMB 91
649,768 649,768 00000000000000000005b14f0998d76ef4b5372d0b7db7f834bcbf229a317792 1,723 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.44 GB
    • Received: 16.24 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.