Loading Tool

Explorer IconExplorer

Memory Pool

73,842 transactions
27.32 vMB
0.06638275 BTC
Random Selection Loading Transactions
Max Size: 166.87/200 MB

Candidate Block

Mining Attempt 95197a0b63af834bddbb251e74407b4cb7320818f82ede8348b30b4035b53e43
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root ee460ce1f0098f7d5f7f389f0e6cfad05ba39a4ed685d4c9bbe44dfd7c6796b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,460
Size: 1.00 vMB
Total Fees: 0.00827191 BTC
Feerates: 480.19 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (497,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,442 417,442 000000000000000002c2e127aac5f2a3aa7312ba2a775cd8d53ebfc55040c68a 1,706 1.00/1.00 vMB 54
417,441 417,441 0000000000000000010b2234e4428035b526c6cd17b4e39ddccab3c5c4e7134b 1,825 1.00/1.00 vMB 81
417,440 417,440 000000000000000000af85767e24cadadb31ab23416d8cc5b0b7ed15b62a8a28 2,387 1.00/1.00 vMB 95
417,439 417,439 000000000000000004af834f4c0aeb9d9b63c1b3e8b4ff0644e4cb843f13f673 1,503 0.99/1.00 vMB 58
417,438 417,438 0000000000000000015b1c04bfbe6f1e8e3e7778542857c4100e18a0cec42662 2,034 1.00/1.00 vMB 35
417,437 417,437 00000000000000000083e4f52c0321b2ec81674343d20410c6636543afe6a221 1,730 1.00/1.00 vMB 52
417,436 417,436 000000000000000000254133c9d27a6a49cf3eec47387e4d8b9f89d9bcf6088c 1,503 1.00/1.00 vMB 53
417,435 417,435 000000000000000001cb5ae2c77cc243671a627dad60557549e0036dab7bca4a 1,494 1.00/1.00 vMB 55
417,434 417,434 0000000000000000009c83bebc56455cb3abc4f26fb4a4143f13de06e9c10726 2,735 1.00/1.00 vMB 89
417,433 417,433 000000000000000000af1b0077ef4b7126526a2270d35b6009dbad568839860a 2,104 1.00/1.00 vMB 37
417,432 417,432 00000000000000000186864b9201d4fde9ae53f79e140717c1ce4032e7c06869 2,309 1.00/1.00 vMB 82
417,431 417,431 00000000000000000050f8d90e819a062e4ae280c0a4409566c02105bd9119af 2,300 1.00/1.00 vMB 75
417,430 417,430 0000000000000000027af255d78b8230b84bd08c8cd178aff433de1ec07db27a 1,805 1.00/1.00 vMB 59
417,429 417,429 00000000000000000223170bcca0fd29553d4f47ecc2f21a41528eab5073e12b 2,271 1.00/1.00 vMB 86
417,428 417,428 000000000000000002dded6dbd7117ec360a12de2f39feaab9baeab18883c4cd 1 0.00/1.00 vMB 0
417,427 417,427 0000000000000000032aa2596423e07f78ee430aff61c2a8e5eef14002bb99d7 2,757 1.00/1.00 vMB 65
417,426 417,426 0000000000000000028a41ac5cc5c98d39f0c72af0daa7eabc0905a5ba073312 2,589 1.00/1.00 vMB 101
417,425 417,425 000000000000000004699c81e05938fe996a2f159eebe70540e2119531bb1a0c 113 1.00/1.00 vMB 11
417,424 417,424 000000000000000002c2a676092f63b255c05723edd6776409e38da38302dbb5 360 0.17/1.00 vMB 77
417,423 417,423 0000000000000000020adf1222ebf6bf0cf848fa70585ee0db81cf1c35035b35 991 0.40/1.00 vMB 71
417,422 417,422 0000000000000000052ef53e26c03cfaf2889f59d715611209c792a4f198527b 736 1.00/1.00 vMB 29
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.55 GB
    • Received: 17.19 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.