Loading Tool

Explorer IconExplorer

Memory Pool

47,367 transactions
28.44 vMB
0.11362715 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt 6cbdea717f19dc9da73491cebf7cec3ef78528fe0b23d59aa55480dc1530caea
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6180d8937accc7da9fbf121272a0ff261c3965cf220b716d0d49ff3ca451d408
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.04626209 BTC
Feerates: 150.77 > 4.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (178,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,441 736,441 000000000000000000051cf4336c2577447589e4cdeafd993967a4a9a01e58c0 2,096 1.00/1.00 vMB 14
736,440 736,440 0000000000000000000559d0a7a8f57449c2a5c4cc8d50517a24a7b91c71e3e8 2,052 1.00/1.00 vMB 21
736,439 736,439 0000000000000000000769834e16a21ba5dcc03d42a644296109d8111c19eaec 1,907 1.00/1.00 vMB 19
736,438 736,438 000000000000000000003136ee4a3ed66e0c79afedf81b14dbbf69df94eb186c 577 1.00/1.00 vMB 5
736,437 736,437 000000000000000000029d1230c171db22d1e7caa67c142a9a59244ecc3ec2c2 2,301 1.00/1.00 vMB 19
736,436 736,436 00000000000000000008c3313b54d1f1f77c2cd2ed361947e9130e068ce02f2c 1,646 1.00/1.00 vMB 17
736,435 736,435 00000000000000000001a38c1a1f290ef5edb38839ee78db7b499d23719aad9e 110 1.00/1.00 vMB 3
736,434 736,434 0000000000000000000202e5f2565f45d06bc72f0ae3f5c3d532269b27acb8ab 1,160 1.00/1.00 vMB 13
736,433 736,433 00000000000000000007f8ef4b3b826013f6409a388b5a4ad770479c71ff33a9 312 1.00/1.00 vMB 10
736,432 736,432 00000000000000000005aac0d027b5b1b1910a456fcde3cc2c79bc7d6e690dba 1,193 1.00/1.00 vMB 4
736,431 736,431 000000000000000000087bb8e7f070753ae16e0b5cfc0075dc26d89c2e299711 2,035 1.00/1.00 vMB 22
736,430 736,430 0000000000000000000229a73852afeedf4caa512c07eff6501788dde4b949d4 1,373 1.00/1.00 vMB 14
736,429 736,429 0000000000000000000113e72ec20f98da0f29ae610dc5113ea46786f0975601 1,032 1.00/1.00 vMB 16
736,428 736,428 000000000000000000088ea41b7a9b18b563de1b2c4f425ae343be5e888679d4 2,353 1.00/1.00 vMB 19
736,427 736,427 00000000000000000007be89e50a665d56bd1dfcfab097d391f2997621967d7a 1,749 1.00/1.00 vMB 23
736,426 736,426 0000000000000000000612ee6a4ce0c24c45f8e84aec278141a8dd8404a15fd0 2,624 1.00/1.00 vMB 26
736,425 736,425 0000000000000000000582d17017135d4acf7a755f801399b1cd3a18e8eb4184 1,573 1.00/1.00 vMB 6
736,424 736,424 00000000000000000003648c9b7a41c37346d98eba1ff8fcb5a97ed41db6f59b 2,278 1.00/1.00 vMB 7
736,423 736,423 00000000000000000006cb0276176b9953d1a483a395eac2072e387ca6d55b9c 2,097 1.00/1.00 vMB 13
736,422 736,422 00000000000000000008e4a3ad7ea9d08743884678c9df69c78f9a472aea0e78 2,676 1.00/1.00 vMB 19
736,421 736,421 00000000000000000000900307febc654e47a1faf5c098b90136d9b121d4edd0 2,023 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.