Loading Tool

Explorer IconExplorer

Memory Pool

43,804 transactions
28.20 vMB
0.07682727 BTC
Random Selection Loading Transactions
Max Size: 148.83/200 MB

Candidate Block

Mining Attempt 77162b97069fae3268ee92e11e637ed27f526ad3b979f25702a0f970bcb3f884
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 29c5ad10f9b4d0328cfc107a91ae068be24396ff569def81b21e3b7a55809bab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,295
Size: 1.00 vMB
Total Fees: 0.02365196 BTC
Feerates: 100.30 > 2.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (124,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,718 790,718 000000000000000000049fe845ed6646ea3eccc9e8cc2b7cf5c648112783eb5a 4,460 1.00/1.00 vMB 36
790,717 790,717 00000000000000000003e86139c736c5dfc3e367f99cf94f4c1a4ca4cf4e43a7 4,044 1.00/1.00 vMB 33
790,716 790,716 0000000000000000000479c118aef1f50ff00b90571a257c857ab8cd08428e87 3,516 1.00/1.00 vMB 53
790,715 790,715 00000000000000000004de35437cf2b323267ff5987918dd8af15d278b42e98f 2,975 1.00/1.00 vMB 57
790,714 790,714 000000000000000000018a1a7c8d64864fa0e0d900ebacdfd8412384d377b767 3,923 1.00/1.00 vMB 52
790,713 790,713 00000000000000000000c3cad0a54371cadef9d98c8c4b704e23dd7f0831d3d5 2,396 1.00/1.00 vMB 89
790,712 790,712 000000000000000000056b413ae69a3a89510a83eeb16e3fa0a9d7da19676094 4,164 1.00/1.00 vMB 37
790,711 790,711 000000000000000000047bb5b908556d53f8742a4d843a65334ef21a117b2f7a 4,592 1.00/1.00 vMB 50
790,710 790,710 00000000000000000001287df75deb8c146ca8abdaba86f50af8eb420e9e0926 4,692 1.00/1.00 vMB 47
790,709 790,709 00000000000000000003b3ea54c56925829663cc5d4297f140a4d583f6b151a4 4,863 1.00/1.00 vMB 71
790,708 790,708 00000000000000000004d884f2ca3ed766083b12adc03eb4eda3baf02f830b3f 4,066 1.00/1.00 vMB 77
790,707 790,707 000000000000000000050762195b9cac524008b4cf2601f1eda80ecd082e1a4b 3,895 1.00/1.00 vMB 70
790,706 790,706 000000000000000000015bcd5442b47ea75a921b53166b21a1662fad482b1cf8 5,025 1.00/1.00 vMB 41
790,705 790,705 00000000000000000000b97f9bd8386901c4c22c8a896d7d67d209e15140bcb4 3,154 1.00/1.00 vMB 35
790,704 790,704 00000000000000000000e4c08b3e2f7d55a284f7130a4f0c73db78ff10204847 4,280 1.00/1.00 vMB 50
790,703 790,703 000000000000000000003081d73e0d3f435870e231b7d550de0451d8f29e5834 2,556 1.00/1.00 vMB 45
790,702 790,702 00000000000000000003b78438ad411918e103f562aa4c33cab04ed6a00fa7d3 3,523 1.00/1.00 vMB 55
790,701 790,701 0000000000000000000134bcfef8623e50d97ad71b2fa38c346fc0c0c1fb3f77 3,296 1.00/1.00 vMB 31
790,700 790,700 00000000000000000002166414df24144ffaa8ab99e1dbdae0d432bbf4836bc3 4,110 1.00/1.00 vMB 45
790,699 790,699 000000000000000000030e4ec6f5a245063ff66d19ac9a0e31dc15133cd6575c 2,768 1.00/1.00 vMB 41
790,698 790,698 0000000000000000000115d515b0991ab47ec5ff151f0516decb2d8971d684a3 3,637 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.10 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: 651.63 GB
    • Received: 13.60 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.