Loading Tool

Explorer IconExplorer

Memory Pool

78,651 transactions
30.01 vMB
0.08908777 BTC
Random Selection Loading Transactions
Max Size: 179.28/200 MB

Candidate Block

Mining Attempt 3ddbd612ef3f0d3e5e81f85d3de2f7e6e6c484e2333a528d75c90be57a38538e
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 2c10660582a40d9fa86540dd0b3035f29ceb80335899d0c8537b318df0147b95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,853
Size: 1.00 vMB
Total Fees: 0.01982940 BTC
Feerates: 150.61 > 1.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (540,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,051 375,051 00000000000000000702b26c6d0c9d912577d8585fd5f9722a15820d6e56f56a 805 0.49/1.00 vMB 31
375,050 375,050 00000000000000000844d47a57d7fa9059d5405dae1b5033edaa2da098f2228e 560 0.30/1.00 vMB 38
375,049 375,049 0000000000000000070d8164fc45c4b9dec761ac58df2fb374f1fa7c6e523918 500 0.32/1.00 vMB 31
375,048 375,048 0000000000000000035e44a2e49ac12062f3dac6d3ea63ed50a98da9978a3d7f 615 0.34/1.00 vMB 38
375,047 375,047 000000000000000002a0ccec839673ba6594c04686cfb9b20f82a2bcf4b11abd 904 0.45/1.00 vMB 35
375,046 375,046 000000000000000000c9d9a8fb6283ae4020f1d76df2ea5ec811ae7f2161b074 418 0.22/1.00 vMB 34
375,045 375,045 0000000000000000043130555558e51f0f4cf2bc28bb6571dbf7c058265d6d7b 378 0.20/1.00 vMB 28
375,044 375,044 00000000000000000baec5e22615a83d45947410c5e94358017a7d7b02fdf4cf 1,284 0.75/1.00 vMB 38
375,043 375,043 00000000000000000b4f12c45555365a6b3538a9e09ebb9b0a15c4dd666b1305 949 0.61/1.00 vMB 31
375,042 375,042 00000000000000000ccb2974974d931571719448e65100ff1b42a2cc2b79ab90 464 0.30/1.00 vMB 31
375,041 375,041 000000000000000010340241949fe537f2b6f42383f4496b10a0fb5df370813b 325 0.20/1.00 vMB 35
375,040 375,040 000000000000000003af77ca6b57e0f692d8fd634068994a5c333a1dcb5d6ad5 775 0.51/1.00 vMB 36
375,039 375,039 00000000000000000d2db77b4cd1b986bf3203667a888b9a04425b1c9dce0c75 479 0.32/1.00 vMB 37
375,038 375,038 000000000000000002933c4e667c1d76c68c311a19b5f5fc7085d2a40f0b9ba6 1 0.00/1.00 vMB 0
375,037 375,037 00000000000000001245d1290fe99f93629f86d4f0840e3edd09509a4a117a90 273 0.19/1.00 vMB 35
375,036 375,036 000000000000000006cc7af2a11c4673d8840f729aa373e5526c666754fb8626 918 0.53/1.00 vMB 32
375,035 375,035 00000000000000000382e10474eb75ef4398136a1fed660b10bb5a901b12b155 497 0.25/1.00 vMB 44
375,034 375,034 00000000000000000d9bdef438b71aaac5492113585a4c37c36cee5e1c399833 122 0.09/1.00 vMB 24
375,033 375,033 0000000000000000096d1e12a4a61a1d0ffef5bc6fd2b29bae748f478c9d1578 1,029 0.83/1.00 vMB 15
375,032 375,032 000000000000000005dafc7a1e4c342adf3ea949bf1f8e4ea42e6c660d584278 1,569 0.93/1.00 vMB 22
375,031 375,031 0000000000000000098abc10d138665ae7a2c3036d9a373fad19539d45803e61 2,742 0.93/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.66 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.97 GB
    • Received: 16.34 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.