Loading Tool

Explorer IconExplorer

Memory Pool

79,144 transactions
29.50 vMB
0.06868940 BTC
Random Selection Loading Transactions
Max Size: 177.56/200 MB

Candidate Block

Mining Attempt 1eef42379d4e1359f3b2405198e5032f7bdcfddda11147e67fe8a37b61c1615c
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root f00bd9628e94b11e114d49e9ccfa5617805793a60b19ee9dac9bf95440ee9e28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,197
Size: 1.00 vMB
Total Fees: 0.00876593 BTC
Feerates: 150.77 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (450,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,443 464,443 0000000000000000006e164874b914a511633b93db9933604d982570778def24 1,649 1.00/1.00 vMB 174
464,442 464,442 000000000000000001e60b68b1b8f632b62e0551c7a56d5260bcd5c0aead54a6 2,609 1.00/1.00 vMB 195
464,441 464,441 0000000000000000013dc8be8d2a5d727bca44efc8c919ca63905a4031a14be1 2,139 1.00/1.00 vMB 200
464,440 464,440 000000000000000000bbd0c0e473b73f895c0ecce81ae55fa7ebfc0063c07c14 1 0.00/1.00 vMB 0
464,439 464,439 000000000000000001b79439a2dc37b3594ea73b88e1f256d3bb90080a5df82e 1,897 1.00/1.00 vMB 140
464,438 464,438 000000000000000000255d60fb33e51ab6d92e345e4c747706a154f3311db5da 2,201 1.00/1.00 vMB 153
464,437 464,437 0000000000000000005c11a40b1d1e89f660171c34354358536e70723e965ec1 1,472 1.00/1.00 vMB 130
464,436 464,436 00000000000000000111273f8f137cfb45332604e7b643a2b82ea0488a1aa676 1,612 1.00/1.00 vMB 146
464,435 464,435 00000000000000000164ec64feaa3ea7f103eb5fe819bdef8fe9b03c5561848e 1,787 1.00/1.00 vMB 160
464,434 464,434 000000000000000001693945f8a0a93ec28ca91be8ea200842e5cab77014e3c7 2,786 1.00/1.00 vMB 207
464,433 464,433 00000000000000000082682bc5c35abd043eee7f9307f0cf9551620e222c16ee 3,143 1.00/1.00 vMB 204
464,432 464,432 000000000000000001e3e3f361d5b6237028011b974fed66a0f17b4c4dd7d4fc 2,533 1.00/1.00 vMB 178
464,431 464,431 000000000000000000ac23d1d3d075bc22f6b932e7adf310e39a493b49f28426 3,116 1.00/1.00 vMB 244
464,430 464,430 000000000000000000eb330d58046d541a151fa7d21cbc534e3ecc68035ad12f 2,353 1.00/1.00 vMB 128
464,429 464,429 000000000000000001014bb40ba45a310f1f7aad0b8b80795d9a2f08cb3f71bf 2,567 1.00/1.00 vMB 144
464,428 464,428 000000000000000001e9a77be97e42d53e21c6326e1d99d422d8359c201cea3f 939 1.00/1.00 vMB 132
464,427 464,427 000000000000000000218e16686105d63d9af36e9a815fae352667d9def98bfe 1,747 1.00/1.00 vMB 150
464,426 464,426 0000000000000000007971b4f6309bb8701f00f1d714723810cf229ec8ef98fe 1,215 1.00/1.00 vMB 138
464,425 464,425 00000000000000000024a8fe8c085bbc8d3fc643562d8bb5d25f7ffb186d8842 2,034 1.00/1.00 vMB 158
464,424 464,424 000000000000000001f02798776e208f8de551a0a5ddab0b6ed4b44665a04140 1,942 0.93/1.00 vMB 149
464,423 464,423 000000000000000002192fc0a05ebcbe253df03286e65dcf25bd23d48d122662 2,324 1.00/1.00 vMB 224
Previous 10 blocks ↓
Total Size: 782.38 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: 664.32 GB
    • Received: 14.96 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.