Loading Tool

Explorer IconExplorer

Memory Pool

47,300 transactions
28.42 vMB
0.11265051 BTC
Random Selection Loading Transactions
Max Size: 148.78/200 MB

Candidate Block

Mining Attempt 1db2c6b9c4d0ad8cea4bc7aa30afd93f3f54890d980a0a3c1c95590be90dda4f
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6e425d83ec55be0badfdd6bcfbfe589a4330fbb7c44ab222dd8a033c57b7d940
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.04565334 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (569,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,932 344,932 000000000000000009be5f82ac2be9efcba9223734db165ec6783d9f034440b2 64 0.04/1.00 vMB 18
344,931 344,931 00000000000000000a437a32f3273bf0bf669cd0138ffa7545bb2d42345f3e0f 1,078 0.75/1.00 vMB 20
344,930 344,930 00000000000000000a7c229ba749f34994388687d33cead3a1c381cdab933890 948 0.33/1.00 vMB 39
344,929 344,929 00000000000000000834020b4c052d6b09df26c17eecb22632f1a57f167ad0e4 717 0.37/1.00 vMB 26
344,928 344,928 00000000000000000ac9e4c48211b0c734da3bf80fb4cea02222e7d8616f826d 80 0.03/1.00 vMB 22
344,927 344,927 00000000000000001730401fb046d5d5c1ac055b3984efc0112f2b0fba4cdc33 201 0.11/1.00 vMB 16
344,926 344,926 000000000000000015d6fd57ecdc6e31e1359fc0dddc2effaccb34f2e38c5f64 1,293 0.66/1.00 vMB 28
344,925 344,925 0000000000000000122e4c5884b843e8465122b585c7c10cbf3440c84b5c8de2 644 0.34/1.00 vMB 27
344,924 344,924 00000000000000000978e2d48aa6451b8ad28f746fb12eba55663f128a64356a 714 0.39/1.00 vMB 23
344,923 344,923 0000000000000000008f28b76bbcccc8637577a2a861255cfae7e39def8de175 78 0.05/1.00 vMB 4
344,922 344,922 000000000000000004b71bee8fbd0410d5666554da92099ec37fe4ff9fec900a 1,940 1.00/1.00 vMB 27
344,921 344,921 00000000000000000de0d51bbd9c8184b8d2450c55ffa501a0bd2a76d4b3d769 1,563 0.75/1.00 vMB 28
344,920 344,920 0000000000000000129661040c5b3e07d9946b76337fdb90a8a5f9379bc3d805 283 0.21/1.00 vMB 15
344,919 344,919 0000000000000000144b37b978ff6497c31047e28261d195fb83f348f706b9f9 1,385 0.75/1.00 vMB 24
344,918 344,918 00000000000000000098577aae1a0b62f88fb5f8fdfbd93cb88157af412ce59f 698 0.25/1.00 vMB 35
344,917 344,917 00000000000000000c84b8cc0ab79f5d22a59529e42df37f536919ac857b33d6 245 0.13/1.00 vMB 18
344,916 344,916 0000000000000000094f6f34a680ac0905fe0e15054d317358a03f2c5c0360d3 523 0.30/1.00 vMB 23
344,915 344,915 000000000000000003c347b2fba8eea7c7d867483b5e7f736134ad226721398e 1,333 0.71/1.00 vMB 25
344,914 344,914 0000000000000000059574cbfdbb17f90b837e12fd175b88433d26e1f4b3d9cc 1,055 0.56/1.00 vMB 25
344,913 344,913 000000000000000008421056972698e138e5ef81dad00356dfcb21015d8594e1 150 0.09/1.00 vMB 22
344,912 344,912 00000000000000000121eb3af34d679b18fbd226eedf91b0c5907509415ce0c4 740 0.42/1.00 vMB 24
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.