Loading Tool

Explorer IconExplorer

Memory Pool

34,779 transactions
25.78 vMB
0.06494672 BTC
Random Selection Loading Transactions
Max Size: 130.88/200 MB

Candidate Block

Mining Attempt 3d779bfa8aa7fdbcd477856661107dd0cd28b0fa12eb95093c9c3ade7277a373
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root e7b88954a4d48a1d6a84c6b045fe4da3aa9f13afd9d24024acebcbea08656ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01748006 BTC
Feerates: 101.16 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (526,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,979 387,979 000000000000000003f794a7837a9de916cbb3abe4320454b4a1a3cf70e233c3 2,427 0.93/1.00 vMB 34
387,978 387,978 00000000000000000c1f08ce0fe17a01a408bcacbd0b2819ba97e447a7f2ac80 2,826 0.95/1.00 vMB 49
387,977 387,977 000000000000000007c19e6dd90d35f00c55ebf3f4bb0a954dcdc4b09d4f93f1 1,662 0.75/1.00 vMB 31
387,976 387,976 0000000000000000002d06b27a0471931e8396337839049ad28fb60afda735a4 604 0.75/1.00 vMB 15
387,975 387,975 000000000000000009601e35320f2c5785cdff8348f13f3cccab78652d270211 1,840 0.64/1.00 vMB 39
387,974 387,974 00000000000000000179739e5cb6dfde8904475bfecb475e16d90c90a3a218aa 1,699 0.93/1.00 vMB 25
387,973 387,973 000000000000000007bd3fb4c5fc75f8d6d0600b243b51786b87ac41b6078ee6 466 0.15/1.00 vMB 40
387,972 387,972 0000000000000000015928fa8d95dbb4b82dfb4523e96a6efee321f348599446 1,384 0.75/1.00 vMB 29
387,971 387,971 00000000000000000a7e65eb98d3cea5f6bac762dfa6f568bffb8ecfa5cdc056 2,046 0.95/1.00 vMB 31
387,970 387,970 000000000000000001e5419f60e0aad2763392d9c13b453a5376f890f8f05281 2,487 1.00/1.00 vMB 44
387,969 387,969 0000000000000000007710c46f3adb5ca9546d616d44ea5b319adf0256cd987c 1,571 0.75/1.00 vMB 23
387,968 387,968 00000000000000000d14c728f1be13d88ff16f44d7fdcb9051542f9b5970f208 2,107 0.89/1.00 vMB 30
387,967 387,967 000000000000000001a86589d4882948b70f9c5f54692b47f682882540375264 2,726 0.93/1.00 vMB 52
387,966 387,966 0000000000000000098a118e1a55f7b48a9238764252192c3aa84e5a9b61d462 2,685 0.95/1.00 vMB 50
387,965 387,965 00000000000000000c3bf748344f604a8c482e131d72008c616f0c409d76beb5 2,655 1.00/1.00 vMB 44
387,964 387,964 000000000000000008a3e425f1ffae98cea016eeeeb6372b895813152260a2d6 2,072 0.90/1.00 vMB 37
387,963 387,963 00000000000000000c73373d17da8fddf2d063eb498e70bc109cb54fbcabc801 2,982 1.00/1.00 vMB 54
387,962 387,962 00000000000000000b8f54e54345af0fa45d75708946607c41ec5a86fef96ce0 2,204 0.95/1.00 vMB 30
387,961 387,961 00000000000000000623d75576a6ce81fe8c48297e28c7fb41bb56138a84bdef 3,353 1.00/1.00 vMB 54
387,960 387,960 00000000000000000c9e630c73fcf47322c7011cc62b91ae01087b972d3d8f99 1,359 0.95/1.00 vMB 27
387,959 387,959 00000000000000000784d99e2bb00c57bc7909debb9f41c9c1338dde819659c5 1,094 0.99/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.