Loading Tool

Explorer IconExplorer

Memory Pool

76,370 transactions
28.54 vMB
0.07050776 BTC
Random Selection Loading Transactions
Max Size: 172.83/200 MB

Candidate Block

Mining Attempt 542a24b49eb5c6f8081ba6981216366e58c7ea8a334e0ab951b0f02ef473071b
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root b79cd0d8ebbc3c278538faa16c3f114258f9792daef63ab91f152c2a7241fcf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,464
Size: 1.00 vMB
Total Fees: 0.01133404 BTC
Feerates: 150.93 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (230,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,221 684,221 00000000000000000002beabb0b3a407210d2277ad5cde340fcb58e082fabf98 3,283 1.00/1.00 vMB 113
684,220 684,220 00000000000000000001e50cb6f5b8c5eac5727633241ab0c507ab8a2d0922cd 2,567 1.00/1.00 vMB 113
684,219 684,219 00000000000000000002ded864c3935dd0df7943ff4197cf8fc4611e5eab642f 1,226 1.00/1.00 vMB 106
684,218 684,218 000000000000000000041bbcf7391a133b4dd49f2dd4a8dcbf98fdf070a68722 1 0.00/1.00 vMB 0
684,217 684,217 0000000000000000000a867dfa572cd689c1c42bf4351b72db48d4dadbbc56af 2,231 1.00/1.00 vMB 111
684,216 684,216 0000000000000000000008cb180510f6ac6c3f52ba1fc45cfeee0b37041409b7 2,936 1.00/1.00 vMB 153
684,215 684,215 00000000000000000008c2d600654cfbe87f4f4252414ab43645492285bd8df1 2,696 1.00/1.00 vMB 104
684,214 684,214 000000000000000000032ed000f6777bede060a1a7fd384abc72ff6b07b1fd43 2,476 1.00/1.00 vMB 131
684,213 684,213 00000000000000000004d832bae7f14ac4509a38bb1003478421eaafb8381339 2,046 1.00/1.00 vMB 121
684,212 684,212 0000000000000000000574adfccb4571b2117a8a8ddc7f29b2a1f89301f7237c 2,436 1.00/1.00 vMB 110
684,211 684,211 00000000000000000005d07696d3135eac46db3a7d0f517a7ab1e55d28818c88 1,856 1.00/1.00 vMB 113
684,210 684,210 00000000000000000000d044b486abd520334f18da82805c97bf24d2f41bfe0b 2,568 1.00/1.00 vMB 139
684,209 684,209 00000000000000000000389c36ad3fd3aedd7825fcd39b32d5ff4ba849d94ac0 2,330 1.00/1.00 vMB 139
684,208 684,208 000000000000000000008b2aacb1e99b02e7b87e4ce779147dd3f8e651734278 2,657 1.00/1.00 vMB 95
684,207 684,207 0000000000000000000710e95931c9786a047d7e80c6070e4bfafd29e486b0a5 2,425 1.00/1.00 vMB 104
684,206 684,206 0000000000000000000324fce93e434e73a85ca7f88db9a09201e214841a98d3 2,298 1.00/1.00 vMB 114
684,205 684,205 00000000000000000009987e30b39123129a3d448e42fd2d87f21cde21fa96b5 2,607 1.00/1.00 vMB 112
684,204 684,204 00000000000000000009a5c7fff6340d5a8c59cf56bc6387e7f11319cc2f6431 2,505 1.00/1.00 vMB 109
684,203 684,203 000000000000000000086cce72e5ec2cd64eece288357da6515da89e23a62613 2,731 1.00/1.00 vMB 132
684,202 684,202 000000000000000000067a70ee33d5eb3ee1b501b9fb36d9a10eca84ea295a5d 2,127 1.00/1.00 vMB 125
684,201 684,201 0000000000000000000758c04f2c9a9cd5e52a192490d3711f7681584412fa57 2,521 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.