Loading Tool

Explorer IconExplorer

Memory Pool

79,870 transactions
29.83 vMB
0.08081808 BTC
Random Selection Loading Transactions
Max Size: 179.06/200 MB

Candidate Block

Mining Attempt d5bef479f96eba816fa0e587c97ec4e3eb396fd1de8a16db0e9a9a2739635ae5
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 9908b457effbfd6eb46874861a59d22f996fe78c787c58fdc9931ab2389b9ee4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,688
Size: 1.00 vMB
Total Fees: 0.02003993 BTC
Feerates: 100.29 > 2.01 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (336,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,039 578,039 00000000000000000025a56593ed0335b098d7b21f9a2acc12bda335c698278b 2,641 1.00/1.00 vMB 103
578,038 578,038 0000000000000000000c674f56fa5bd2e2dbf71ef9a4d2181b7e1274272ec92f 2,527 1.00/1.00 vMB 155
578,037 578,037 0000000000000000000cefe67e9f60bf07e73c21a89b1de5208f492760864b99 2,974 1.00/1.00 vMB 124
578,036 578,036 0000000000000000002508fc9a5be8ff2b616ac94236b7f2710526b8fccdb948 2,896 1.00/1.00 vMB 163
578,035 578,035 0000000000000000000557dc6e2acf5969ddbfcf17510f2c38771d2526ec7bc4 2,809 1.00/1.00 vMB 97
578,034 578,034 000000000000000000120b9f2250a851055e28140e9e9c0f41d600aa6ea62b25 2,685 1.00/1.00 vMB 115
578,033 578,033 0000000000000000001df4c766b72e1ae5e0e9818772e237516db2f276cd729e 2,739 1.00/1.00 vMB 145
578,032 578,032 0000000000000000000f3e6ad99a704b6bf78724336ed6e65e861bc4f997714b 2,092 1.00/1.00 vMB 153
578,031 578,031 0000000000000000000e83bf9868e8dc5247969a6d2a522677563782ce329f4e 1,502 1.00/1.00 vMB 154
578,030 578,030 00000000000000000023338d4eb023347c21bf6b43cee10adb851342e2aa241f 1,437 1.00/1.00 vMB 146
578,029 578,029 0000000000000000001b2f03b885e4c3d0920f1b580ebd4c7d2b78d39f1a01e2 1,009 1.00/1.00 vMB 151
578,028 578,028 00000000000000000007232070a6ebd180db0d7bdf826c8443fb06236c4b0bca 1,531 1.00/1.00 vMB 172
578,027 578,027 0000000000000000000e0e9cb05f7d854fa3b7c159a424506785228c36e6e747 1 0.00/1.00 vMB 0
578,026 578,026 0000000000000000002677ba240a84d7b2645a5aec744a01b77abb744faf837d 2,798 1.00/1.00 vMB 138
578,025 578,025 0000000000000000001ef87548fc975033a9d59c936ae2bcf9e98069396318fb 3,134 1.00/1.00 vMB 148
578,024 578,024 00000000000000000012d016a8411644100d5859190a36837ce350e099608105 3,069 1.00/1.00 vMB 179
578,023 578,023 00000000000000000025b854025849c3efc4c04d4d643e36dff745428d4c50a2 2,788 1.00/1.00 vMB 98
578,022 578,022 0000000000000000000725f946d5514654a7b9f77d195065dc664a3b4ccc8495 2,183 1.00/1.00 vMB 123
578,021 578,021 0000000000000000002696e22d3cb82581aa0898275c72fc0fdd40d7a900025c 2,640 1.00/1.00 vMB 97
578,020 578,020 000000000000000000178b495c00fd4def4bca1e0440fb3118d696b92bef3050 1 0.00/1.00 vMB 0
578,019 578,019 00000000000000000025d7c356f45864dcf1a57ca9b48d4caf09642c9045eb8a 2,687 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.40 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: 664.70 GB
    • Received: 15.04 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.