Loading Tool

Explorer IconExplorer

Memory Pool

81,412 transactions
30.28 vMB
0.07540796 BTC
Random Selection Loading Transactions
Max Size: 185.91/200 MB

Candidate Block

Mining Attempt 69d833dd37167f98b720505751335b987ff24b38a21461e9b18c94c4e20ae161
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 0db1e637d43ac8eb065ad8380d4f5b36ab144a4cbdbf04fa0a2180b39d135521
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,895
Size: 1.00 vMB
Total Fees: 0.00814822 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (120,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,082 795,082 00000000000000000000422b11f509af51abee18d86628ed0fc23bd13d8c9a58 2,581 1.00/1.00 vMB 21
795,081 795,081 000000000000000000004cd122b1f4848375dcf5f7e712ed5c7020dfacbc752b 2,983 1.00/1.00 vMB 25
795,080 795,080 000000000000000000033b5bef1697e6cf6b770443ffb07e3cea6889cefa5cf9 2,083 1.00/1.00 vMB 21
795,079 795,079 00000000000000000002e203390910ac404f6361540673ac7dd8918b270ece46 2,884 1.00/1.00 vMB 25
795,078 795,078 00000000000000000002428535e2003db5452b87f732dbc0625ae7db678fa7e4 3,691 1.00/1.00 vMB 39
795,077 795,077 00000000000000000000c7e08c6c8096fa78e07ab4575d35778559d68d11aba5 3,128 1.00/1.00 vMB 26
795,076 795,076 000000000000000000038bb01d196b608e2a00a0f3358eaf551bb420b3086f85 2,950 1.00/1.00 vMB 45
795,075 795,075 00000000000000000003a75709271b1cf2e90f017125ab6af3ca1ebb6e1a7702 4,419 1.00/1.00 vMB 25
795,074 795,074 0000000000000000000146c9f99dedab8867e053591603e1d01ab95eef3142aa 3,659 1.00/1.00 vMB 34
795,073 795,073 00000000000000000001187f0ac6c7e64148ac396e208c103d1cbe9adf87d230 3,288 1.00/1.00 vMB 47
795,072 795,072 0000000000000000000508ae303e6cfcf2d3fc1ce4466c2360132568c0acc132 2,728 1.00/1.00 vMB 18
795,071 795,071 00000000000000000002c01c71771653c96b033cf9c1e4bdd4f9b9a2e4e1ae66 3,608 1.00/1.00 vMB 38
795,070 795,070 00000000000000000001269f2c58c1254bc92b7f1b4e9f2bebc36dec308ca2be 2,423 1.00/1.00 vMB 18
795,069 795,069 000000000000000000047018630c21ca325e299a908c4086c4165fd40df9fdaa 4,924 1.00/1.00 vMB 15
795,068 795,068 000000000000000000003c4f88f639857342b68d8aa10a4fa3ae810ed2fcb749 1,590 1.00/1.00 vMB 10
795,067 795,067 000000000000000000012742b952713d15199610786775df0aae268b5581b9d0 3,304 1.00/1.00 vMB 33
795,066 795,066 000000000000000000005d120efbcdb76917d5827e190772259d6d29f67b7426 4,919 1.00/1.00 vMB 13
795,065 795,065 000000000000000000037dbac457ce7a40aaddf514339395730cd0b6197a9781 3,163 1.00/1.00 vMB 23
795,064 795,064 00000000000000000004f58796a56c0773f4ce011fb981cec8efe84bac0c8bf7 2,097 1.00/1.00 vMB 28
795,063 795,063 00000000000000000004e7a4cb236893e54d54c0a2fe3dcfdd9fe3cd6f4e5195 4,487 1.00/1.00 vMB 16
795,062 795,062 000000000000000000025d92d82c206c60bf43bd77dbcdaf34c5f4bde7c3f06d 5,074 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.