Loading Tool

Explorer IconExplorer

Memory Pool

53,021 transactions
30.66 vMB
0.28014882 BTC
Random Selection Loading Transactions
Max Size: 162.00/200 MB

Candidate Block

Mining Attempt 7c1b145f74c31846c008b91926e7eed1103ce36bca0f4bcc4aada28f6e4ef2a2
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 998bc67439616a4775f8a05c7f045e06d9e5d446a8db8377a8087a3f2b06a9dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.08782179 BTC
Feerates: 229.15 > 8.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (50,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,688 864,688 0000000000000000000248d55030eb906b2e52c4dcc1c064451dad80d91e42a8 3,310 1.00/1.00 vMB 4
864,687 864,687 00000000000000000000ff0a7395e8ba9f2a96aca2725c0bfaa0b834f2016df1 4,530 1.00/1.00 vMB 7
864,686 864,686 0000000000000000000003a930c7bcbba5c35f9bc68359f8ad6549ef04fc139e 3,849 1.00/1.00 vMB 4
864,685 864,685 000000000000000000002194f2f909d904783fb1b53fbd2e981e0f6e791e9077 2,046 1.00/1.00 vMB 6
864,684 864,684 00000000000000000002e82c2ce719e6317294802a3403cf9e1a28e23dfa6d0b 1,434 1.00/1.00 vMB 6
864,683 864,683 00000000000000000002b105a7b8d321bfa9da359224105e66def524d1916358 1,827 1.00/1.00 vMB 5
864,682 864,682 000000000000000000021a44101fef4a15246d92e111dfed2c94809c9b784802 4,083 1.00/1.00 vMB 7
864,681 864,681 00000000000000000000eaaf09800cf348c6e01be741f30f3172e2ca288468c9 4,158 1.00/1.00 vMB 8
864,680 864,680 00000000000000000002d3860ac46f7003ec1f6e0e8848fb5db3a0975367ece9 3,205 1.00/1.00 vMB 10
864,679 864,679 0000000000000000000124184e4f09bcf98b96d2514f2838938ed01bd9d1ecb1 4,228 1.00/1.00 vMB 16
864,678 864,678 000000000000000000001b57c4807f6f78ceda539959778ac364094cc4b6cad7 6,171 1.00/1.00 vMB 16
864,677 864,677 00000000000000000001c46aa07d347001de0b787ac89fa9cbcc19c89962befb 3,930 1.00/1.00 vMB 7
864,676 864,676 00000000000000000001a8aeb14eb6a5b9672f83a5e03e46fd6ec2bf4fd0dcf6 6,587 1.00/1.00 vMB 13
864,675 864,675 00000000000000000002096b0b3f0c6965e02b8b3f8cf84fc67c5dcdb486c4c9 6,287 1.00/1.00 vMB 9
864,674 864,674 00000000000000000001a727bb2e88b96379c1717b8f609740234df158c35edd 6,214 1.00/1.00 vMB 14
864,673 864,673 0000000000000000000208ec7202e2a9514ec9716add19323d236557ca5b519f 5,783 1.00/1.00 vMB 18
864,672 864,672 000000000000000000030808226445282b8a62a0838970175b29c75f255d8c4a 3,013 1.00/1.00 vMB 6
864,671 864,671 000000000000000000007a346009a9bee25501c2715973629f6fad02f8bc71e6 1,861 1.00/1.00 vMB 7
864,670 864,670 0000000000000000000253f7cac3e8ead187e43bfb42fcfa317d3def4804acd8 3,066 1.00/1.00 vMB 15
864,669 864,669 00000000000000000001f2005728495de7376d26cc47e3f8dcd8d3a1130323f1 4,560 1.00/1.00 vMB 9
864,668 864,668 0000000000000000000107fd18cb2efb768ebd2884e39d752c4bce0e3396317a 3,334 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.87 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: 644.24 GB
    • Received: 12.61 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.