Loading Tool

Explorer IconExplorer

Memory Pool

47,561 transactions
27.91 vMB
0.06458063 BTC
Random Selection Loading Transactions
Max Size: 148.13/200 MB

Candidate Block

Mining Attempt f6eb8a170bf2f19dbfe123136e809fbc62e9a47eee7d71518c8c6cc40e6179d6
Version 20000000
Previous Block 00000000000000000001a910bb93b48e2d87af92722f1a8406500b6fdd169ecb
Merkle Root b8844a4a98181f2d1ca9ab291e47105c019f17081392e0fddc8eddb02c4c2cd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,161
Size: 1.00 vMB
Total Fees: 0.01024814 BTC
Feerates: 46.87 > 1.03 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,718 (244,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,331 670,331 0000000000000000000a11ab4d2e9fd9600ca50fd40f4d36ffaaf2220337bef8 2,268 1.00/1.00 vMB 132
670,330 670,330 0000000000000000000cd2978bb9f5ee5866887837181e73c7b34771a609cd68 2,894 1.00/1.00 vMB 134
670,329 670,329 000000000000000000044168f533a277fe2c74200ef2b0f17c6547674518fd6c 3,328 1.00/1.00 vMB 99
670,328 670,328 000000000000000000074c8494ff9521d157641345257dbf876bc343860f4fd6 2,337 1.00/1.00 vMB 172
670,327 670,327 00000000000000000006447ad1f0ab637987d7eaa40039f31f7cdffd0059d40e 2,742 1.00/1.00 vMB 181
670,326 670,326 000000000000000000099e852f90a5e4928e35b14004a516b3970142a68d891f 2,985 1.00/1.00 vMB 179
670,325 670,325 00000000000000000001b7d82e646b00480a64bbdbf1e7d71e6f66044bddc262 1,125 1.00/1.00 vMB 150
670,324 670,324 0000000000000000000b243c32c7db9fbc781f104bec86c3f68c28772bac0465 990 1.00/1.00 vMB 173
670,323 670,323 00000000000000000008e5a77ebaa555a2d78a4e182dcdd3cf459f566d84e13e 2,589 1.00/1.00 vMB 114
670,322 670,322 000000000000000000007e64142322cf4410d6be41c4cf71347fd7d842dd148a 3,050 1.00/1.00 vMB 136
670,321 670,321 000000000000000000044d67d4b4d12c922e6bd99ce8ba7a186f36408ca86028 2,883 1.00/1.00 vMB 117
670,320 670,320 0000000000000000000739a0f69513facbe0a23a96a7658a3fcad90f89522bc5 2,907 1.00/1.00 vMB 178
670,319 670,319 0000000000000000000bf9ace3e8d8ebd94e61cdcdc4fbfa83aff2652d0bc94b 2,697 1.00/1.00 vMB 177
670,318 670,318 00000000000000000006b751220d5ad1ab5ccc3240bc5387767413d99c9a8174 3,284 1.00/1.00 vMB 106
670,317 670,317 00000000000000000003a953bbbe5490e074fbd5f9f6307c526fb725091fde7e 2,756 1.00/1.00 vMB 130
670,316 670,316 000000000000000000085d8679da81c6e9f8b6a12b303801316ff5721df11b37 3,373 1.00/1.00 vMB 126
670,315 670,315 00000000000000000003cb5605eda36d251db40c6c2da78c8105dde70de27698 2,794 1.00/1.00 vMB 127
670,314 670,314 00000000000000000007ac0d004c9a9d23f27b7aca6ca262f430540b5b925e62 2,882 1.00/1.00 vMB 146
670,313 670,313 0000000000000000000b051139cf7d2bb2335ad22aaa411c659eea5a8de14c1c 2,669 1.00/1.00 vMB 138
670,312 670,312 0000000000000000000a3d9d93e31b0480a449cc4795cb6e13a7ac73ba7d97e1 2,976 1.00/1.00 vMB 136
670,311 670,311 00000000000000000006002066a6e7dba4ec0d236c77ff096ea97ae7c204b78d 2,235 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 781.90 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: 645.25 GB
    • Received: 12.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.