Loading Tool

Explorer IconExplorer

Memory Pool

34,377 transactions
25.67 vMB
0.06220874 BTC
Random Selection Loading Transactions
Max Size: 130.21/200 MB

Candidate Block

Mining Attempt 812ecda8ca8cf7c6325e82743a2a188bd42d9489afef603b6219592b3b7ed948
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root a2a9693e488a13ff2aad9369568a0cb4e6ebcff0e59133d4aa9f1d5c8a1c12c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01541050 BTC
Feerates: 101.16 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (526,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
387,958 387,958 0000000000000000067b8fd02f0acd29cf4dcb8baaa710e466f0190864f170c0 1,465 0.83/1.00 vMB 18
387,957 387,957 00000000000000000458caf26835a23940746f4997abb3ed4b037d0d963e4811 1,139 0.75/1.00 vMB 23
387,956 387,956 000000000000000002f3ee76db08b5e7b4f98825db07e021243b5a1d5e8c3de2 906 0.31/1.00 vMB 43
387,955 387,955 00000000000000000ae59f30a612ca4a28d743cc70db479b8bd741b5bac89cc6 597 0.23/1.00 vMB 60
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.