Loading Tool

Explorer IconExplorer

Memory Pool

80,194 transactions
30.06 vMB
0.10379535 BTC
Random Selection Loading Transactions
Max Size: 181.25/200 MB

Candidate Block

Mining Attempt 493c1acbb621061e498ff386e3d4804fcac6d6ab01e0f8695265ca9fa5fe3974
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 63dfb2c6b976a059df0d677ab86b875d5e4b41ae9b61aebf284fc0564dec633e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.03386905 BTC
Feerates: 111.07 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (86,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,993 828,993 000000000000000000035f1a9315af1d2b4a0ef5889d5d9750abcc47d0f82eae 939 1.00/1.00 vMB 33
828,992 828,992 000000000000000000015ea70b52468b092e2480b993214f27de8436e7c6f17a 939 1.00/1.00 vMB 31
828,991 828,991 000000000000000000006aafc5f8ecdb915af5d9b0e5f8bde0f0f766b649478d 234 1.00/1.00 vMB 23
828,990 828,990 000000000000000000001d99aeae97b8cb8b1fad04fac06909c211d5da9d9505 721 1.00/1.00 vMB 29
828,989 828,989 0000000000000000000336fd169ffd3bc3c26c614de824ec8bc84b5845fd3600 1,307 1.00/1.00 vMB 33
828,988 828,988 0000000000000000000189c69ec2cd285a615292104aa0a4dcc38bfa8f937b4a 2,142 1.00/1.00 vMB 37
828,987 828,987 000000000000000000009ecf8cd3dcc30a76f74ac263c71dc1c9043e62f33106 2,611 1.00/1.00 vMB 51
828,986 828,986 00000000000000000001a76d4f489c9c069ad84a184ebb1ae642c910df4dde8a 2,079 1.00/1.00 vMB 45
828,985 828,985 00000000000000000000905b25731459eee78c5190b0894816f8b6e9b448e587 764 1.00/1.00 vMB 27
828,984 828,984 000000000000000000005c2d94c19094f1cc6a85598e5a1a59217e71e048884e 1,296 1.00/1.00 vMB 30
828,983 828,983 00000000000000000000d3c64274b1fbf419019d9eb21f33010a4649f17b7a95 1,347 1.00/1.00 vMB 34
828,982 828,982 000000000000000000025402af37e392a38a4f1b401a29f10729af5a60f62755 882 1.00/1.00 vMB 28
828,981 828,981 00000000000000000002d35372185a9b6ebbf3f81efa59692a6deb2d154ec9a4 1,358 1.00/1.00 vMB 33
828,980 828,980 0000000000000000000125390d55342a489bf142113574f3ace1af48c74718f5 2,726 1.00/1.00 vMB 50
828,979 828,979 0000000000000000000088ea8c24eddd43db9f7e8c30226d0dbd954c1abae3a5 203 1.00/1.00 vMB 23
828,978 828,978 000000000000000000030f2ba6fb6ff2c3feb9b62ac3d4aea4f57fddb6ca72f2 1,061 1.00/1.00 vMB 34
828,977 828,977 0000000000000000000101eaf2f8d5c015804e87e4470f863de715da3a83fd12 153 1.00/1.00 vMB 23
828,976 828,976 0000000000000000000150b1cd68863b24abc0c74247d683d37c94eaec69f140 578 1.00/1.00 vMB 30
828,975 828,975 00000000000000000001586d924f1ea7a0c2a08417f2451fb3b3644520af1dac 2,278 1.00/1.00 vMB 38
828,974 828,974 000000000000000000038828ecd6b5cf4203e584ab90bb187e36a038a9824210 2,801 1.00/1.00 vMB 61
828,973 828,973 00000000000000000003b46cc1b0fec739ca2d8e09d397e2fb12dc90f143c538 2,037 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.39 GB
    • Received: 16.22 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.