Loading Tool

Explorer IconExplorer

Memory Pool

82,047 transactions
30.58 vMB
0.08034034 BTC
Random Selection Loading Transactions
Max Size: 184.37/200 MB

Candidate Block

Mining Attempt fbd5cb43e620536dc3b09dccc6e1847058f0a43e22ca0882c491d379ad75c18b
Version 20000000
Previous Block 000000000000000000003686630ca47285b10a5c2416fbf34a96d00d5fd7b672
Merkle Root 89caa1f1d6e068a95ca7c8f5c77c8261165ff772bf3f88f5bd71e17a8be0543c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,205
Size: 1.00 vMB
Total Fees: 0.01659960 BTC
Feerates: 150.92 > 1.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,976 (522,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,313 392,313 000000000000000005e3f06f06860527702b298d55cd30d3264f640cef530e93 540 0.56/1.00 vMB 15
392,312 392,312 000000000000000005b6f3eec8dfce3c8f3f167fdd5fee5612a031033d8c2805 1,383 0.93/1.00 vMB 22
392,311 392,311 00000000000000000532c8d3b146c743b4641d59b789bf1d07aba4dfa8a0d003 1,555 0.99/1.00 vMB 37
392,310 392,310 00000000000000000a84a7ff4ec5eae7bec880edb3b3f7df5038dfd5f1fe7775 2,475 1.00/1.00 vMB 63
392,309 392,309 00000000000000000851f22197efb18fd95732e2a2f6d4b399329818bbc7e73c 241 0.25/1.00 vMB 22
392,308 392,308 0000000000000000097c5c4bf9ff49524875024d8e999f5db4e91bbc20583cdf 715 0.42/1.00 vMB 29
392,307 392,307 000000000000000002078521565313e628722cc7efea479384e0d4b8a527b13d 375 0.25/1.00 vMB 27
392,306 392,306 0000000000000000050ac98f33afefac4c10a606d6f90c91493dd8337fa98b86 1,423 0.75/1.00 vMB 34
392,305 392,305 0000000000000000002e762ef8c45964ba4eb3ee4bbccea8853561a9777941ea 1,361 0.89/1.00 vMB 29
392,304 392,304 000000000000000003d8449c495d3907d8b021bfb6641d0ed2d0a5443932024b 1,453 0.99/1.00 vMB 24
392,303 392,303 0000000000000000047e68c7b22efa196237f5a837a871f6515ef35982d7ed45 543 0.26/1.00 vMB 38
392,302 392,302 0000000000000000051b4fee75ef7244695e0832ca492581187c1b7b6f58204f 2,413 1.00/1.00 vMB 40
392,301 392,301 0000000000000000006c96fc95c8c9e0477bfcb13ffce475bccb40d97f2ce6ac 475 0.71/1.00 vMB 7
392,300 392,300 000000000000000004b84f465e1494e2cef793d4340b2d6acc15a126d14c9eb1 1,039 0.95/1.00 vMB 20
392,299 392,299 0000000000000000029748109dea871fb6c56e8bce2e20e14a17db59f83738b7 1,723 0.99/1.00 vMB 29
392,298 392,298 000000000000000002e330ead69d03fb7dee7fb12b16ce13065d97f1b0d7e400 450 0.48/1.00 vMB 60
392,297 392,297 000000000000000000d431f7988cceca27bc0866be01d88671fdb65960fd39df 1 0.00/1.00 vMB 0
392,296 392,296 00000000000000000113eb68bf81612c0795f780a36255c63671f4bdf7a46c81 1,741 0.99/1.00 vMB 39
392,295 392,295 000000000000000001509292d2a394a2dc1139bf54b8517c98a79a5e867d798e 2,051 0.93/1.00 vMB 83
392,294 392,294 000000000000000004aea2cfdb89c4816b7a42208dca1f3cfd66a1c9b5df4506 1,041 0.93/1.00 vMB 21
392,293 392,293 00000000000000000967845c3c09780d0a4f97d2a689a766524327135f62f436 306 0.14/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.35 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: 662.10 GB
    • Received: 14.84 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.