Loading Tool

Explorer IconExplorer

Memory Pool

78,519 transactions
29.11 vMB
0.11702103 BTC
Random Selection Loading Transactions
Max Size: 175.61/200 MB

Candidate Block

Mining Attempt 6d99470ea3e4c0edb5896d1516bf33fca9c56740d8ad66064e2e37cb1c6aa80b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3b933be852a75b462d51a141ceea12357fe788a764884099341ade837bdc1ab5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.04200556 BTC
Feerates: 150.80 > 4.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (540,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,964 374,964 000000000000000007ad7be1f3b92c762b053ae55ffda87dc2e1fa989f308dba 705 0.56/1.00 vMB 19
374,963 374,963 0000000000000000028d61ec5c8bae802c03eef856fdd53310df15f8a87661b4 1,364 0.93/1.00 vMB 19
374,962 374,962 00000000000000000cb0392753b1ff17e3c92b0aad6340ecd21a48f03e864ec0 1,841 0.95/1.00 vMB 43
374,961 374,961 00000000000000000de9858db265ef16aa487ceecc7505e8ef2324aefc955640 2,226 0.93/1.00 vMB 46
374,960 374,960 00000000000000000d0afc1b3207d3dadfc58079c03634f00eb6dda1bed715ed 2,442 0.75/1.00 vMB 67
374,959 374,959 0000000000000000025c2aa79e1a97acc9f315712a96eeede3985453a95b39fe 81 0.04/1.00 vMB 35
374,958 374,958 0000000000000000057e69cb81628a10d25c04e6c099b9e925c564119cd10366 2,421 0.93/1.00 vMB 8
374,957 374,957 000000000000000006aca879cf8df43eebe77aebdb61cf720881bb9928ada14a 346 0.15/1.00 vMB 45
374,956 374,956 0000000000000000114fa5395ce6bf77265e30b4b9a4506edf489acc875690ba 3,627 0.95/1.00 vMB 25
374,955 374,955 000000000000000005ae7b9634b52ad2392bfaee1c8db99348ff6bbcbec83613 3,202 0.95/1.00 vMB 21
374,954 374,954 000000000000000000d1a2253b2e126239313c5aab04dea88579e4026dcd1c9f 2,507 0.93/1.00 vMB 23
374,953 374,953 000000000000000010669fb903e976495d6932efafda0f94da248c59c1350a63 1,002 0.47/1.00 vMB 39
374,952 374,952 000000000000000005df96b58ebf3d1e2a6b17baf9b4c0c2beae296effed3579 1 0.00/1.00 vMB 0
374,951 374,951 00000000000000001326f119fe41e19faf9adc30f5a9008a3d49811b9c8f55b3 3,531 1.00/1.00 vMB 6
374,950 374,950 00000000000000000fb9d2b92968cd27500b3544810f96efd3ce5a2d7fc3069b 38 0.01/1.00 vMB 57
374,949 374,949 0000000000000000018bdf05149c4283e9d5acfef67c2cd3e24b7ed77a723eaa 747 0.37/1.00 vMB 32
374,948 374,948 000000000000000001ce19a857d95c3198778e9d131883a27926c8320520c71b 4,940 0.93/1.00 vMB 7
374,947 374,947 0000000000000000114d79ed7e0f0ded6fc1b498027b9e7b9bd8742b2bd43c50 781 0.37/1.00 vMB 32
374,946 374,946 0000000000000000042884bf4e827f44e9ce6803b03e61833c9120cb4eae523e 1,119 0.54/1.00 vMB 41
374,945 374,945 00000000000000000866ebaa4378433b0277b16d0b9b0d2b1d321cab23369b0b 4,763 1.00/1.00 vMB 7
374,944 374,944 00000000000000000c8bbcc5fbbc1d89c0b8a1c50ded5936149d51ca1be7ec64 558 0.25/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.85 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: 712.77 GB
    • Received: 17.21 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.