Loading Tool

Explorer IconExplorer

Memory Pool

77,046 transactions
29.42 vMB
0.06943381 BTC
Random Selection Loading Transactions
Max Size: 179.62/200 MB

Candidate Block

Mining Attempt 2128110769c964d071e6f56831c1af95a0d5f47ca07ff21758f48bd5c6e24781
Version 20000000
Previous Block 00000000000000000000dfa530c4ab31d931e5d06823520654db1c3208c709d2
Merkle Root a9d2fdd1f54a5df776f93186de6aca7f1a427f7b2e75acd84a081f9521a91d7a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.00467642 BTC
Feerates: 40.21 > 0.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,398 (845,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,971 69,971 00000000001b81258a32a17fa2e4b6bbbf43a75b21e3b7bcb54959870a642b7b 3 0.00/1.00 vMB 0
69,970 69,970 000000000136815d6e854a8b9bbe6bb3fd51094c8649bb83987b2d480e6090ff 2 0.01/1.00 vMB 0
69,969 69,969 0000000000e70ddda441092aa2b9f9ead00553565706ce3da418218a50b8318e 2 0.00/1.00 vMB 0
69,968 69,968 0000000000a8cd8177f5aaa5b553d41c54436f6c7cd41bc504b211298a6b2be6 4 0.00/1.00 vMB 0
69,967 69,967 00000000014cb21e6d3abba46579e32d71514dd21fbcc3fdfbd435b0a2b637e1 2 0.00/1.00 vMB 0
69,966 69,966 00000000006294d76cb1795737aa161b440f7abb67e33f5c42e68b798a09770c 1 0.00/1.00 vMB 0
69,965 69,965 0000000000c4166541fbb65b1c67297011def8272f68ac7f6b4bfdc3c6883599 3 0.00/1.00 vMB 0
69,964 69,964 00000000011d2eaf6948a52df0d0ddb8c3495511d2370ef14a5368c96b2772ef 3 0.00/1.00 vMB 0
69,963 69,963 00000000012ee098b0f9bb252fa14ae3ff4045b38069162db946d8aec86e1a68 3 0.00/1.00 vMB 0
69,962 69,962 000000000089477b782983ff3e47a40500efa4fa99fad6a8e1ea03353ea01e60 1 0.00/1.00 vMB 0
69,961 69,961 0000000000a4b921aa67e8d2ee4d6bac9aa874eea5f6b1e851798d38d3749448 3 0.00/1.00 vMB 0
69,960 69,960 0000000000bb0ef921fa2b35e3ed76ed2581aa68bae913f0a393da31a91559f2 1 0.00/1.00 vMB 0
69,959 69,959 00000000006ae034e0845f73d4cbe661cb05ec45f357bcac2162812554580667 1 0.00/1.00 vMB 0
69,958 69,958 00000000011abe749f966574c2e74263e0fd3edf3bf76f793b6951d48475af0e 1 0.00/1.00 vMB 0
69,957 69,957 0000000001648c1dda37dbe544023b1e8a951c7ced75fb888bfd393a5b72f106 2 0.00/1.00 vMB 0
69,956 69,956 0000000000ae97c8f3baac081ddec7b993ff1a34f0d1558c8c390ca1a0af6706 1 0.00/1.00 vMB 0
69,955 69,955 00000000001616717c094767a72338fe47367521daaf6108779860944415f25b 3 0.00/1.00 vMB 0
69,954 69,954 00000000011d1e1d3dabd93fceb6136258cecffc1149de156f6552002c3a4452 5 0.00/1.00 vMB 0
69,953 69,953 0000000000935f383a3f97311e37a97d75de42e834ffe9739b88417f64cdc9c4 7 0.00/1.00 vMB 0
69,952 69,952 0000000001402167023110453f0db395c004d709a09fe0273052e667d33b4b00 1 0.00/1.00 vMB 0
69,951 69,951 00000000011a304f611e34520014c3c72a143b09defd2ffd081bb9ee8eb12d28 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 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: 721.13 GB
    • Received: 18.35 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.