Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt 18de67965bac3275b5a1ff5907984458d28809815b7f1d23b133eaa67e544d15
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 37e926fc816d174ff55fbf5e030db3ad42c591891a835e6d5b928fbd1cc1484f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.00850385 BTC
Feerates: 40.21 > 0.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (270,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,675 644,675 00000000000000000001a283311d5d1033c646b47b99a82d0e618e39ebcbe1a8 2,213 1.00/1.00 vMB 30
644,674 644,674 00000000000000000004c614104baf4767342a10ec2f83164e32e30fa3556d77 2,045 1.00/1.00 vMB 56
644,673 644,673 0000000000000000000813c88f2d3e20c8537936db2cc221c72876ddaeabf6b0 2,259 1.00/1.00 vMB 52
644,672 644,672 0000000000000000000aa714a8e6b2a746383d3553c202079db1e1a1f5c9684b 2,550 1.00/1.00 vMB 102
644,671 644,671 0000000000000000001020711fe633cecf75dae21deca4a5a5e9a23fb1e5511b 2,396 1.00/1.00 vMB 143
644,670 644,670 0000000000000000000f21fd29c6d22041a70a76082af6942ac793dac1a256b3 2,583 1.00/1.00 vMB 68
644,669 644,669 0000000000000000000482b8e29f2721fe70f9d97eca167d997a12851c23a534 1,544 1.00/1.00 vMB 37
644,668 644,668 00000000000000000005117fe8065f8cff504036fe2700d5448397073e4bbfb7 540 1.00/1.00 vMB 14
644,667 644,667 00000000000000000009fde8d0ce357fb17b6fd4bd53f58c03981e93e4af1589 2,196 1.00/1.00 vMB 61
644,666 644,666 0000000000000000000768e86753833fd4181a88597e7aa911a4a92a6c7f80e6 119 1.00/1.00 vMB 2
644,665 644,665 00000000000000000002123f095a4077749c0298e0285c62a0c109e77a6ad8d1 1,832 1.00/1.00 vMB 47
644,664 644,664 0000000000000000000d90332a2a40a6c5111bfc7a2b804a1170b1f0ddb43432 2,159 1.00/1.00 vMB 63
644,663 644,663 0000000000000000000875d82a00f90e4346977af954736fac0ccbe4d03e0ed8 470 1.00/1.00 vMB 2
644,662 644,662 0000000000000000000ea1bfacd7b5dd39b6228981de9cb2440aa874875eee63 2,312 1.00/1.00 vMB 65
644,661 644,661 00000000000000000000183a456b831f432667199153269f6a17a6fbae53ecd6 1,075 1.00/1.00 vMB 24
644,660 644,660 0000000000000000000e076172a7f1171ce4b03f9ab596d0868bc9fcdcc4ddb2 686 1.00/1.00 vMB 26
644,659 644,659 0000000000000000000879a29bc6ca38c49854551f0958631a816f20af5a1735 1,135 1.00/1.00 vMB 28
644,658 644,658 00000000000000000000578a5652c0c5694fb5ceddc8191d6c72a1f8ad4285f7 167 1.00/1.00 vMB 11
644,657 644,657 0000000000000000000915be07af5817f9ea46a74e09e391b5953cd4dc9659b8 645 1.00/1.00 vMB 18
644,656 644,656 0000000000000000000fdb137d58f67807292ddf62a315aa5db2c527073074a5 370 1.00/1.00 vMB 4
644,655 644,655 00000000000000000000ff7887fcca5802a4d03623313807734d9efbadb12e83 2,556 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 684.24 GB
    • Received: 16.47 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.