Loading Tool

Explorer IconExplorer

Memory Pool

79,082 transactions
29.38 vMB
0.08703213 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt dba4f14bd72f590c9bb0706d73d38fa70aa9d1797b58373a6870606642e8c856
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0cdeb743c54ccda0ffd2a5207313dc14b896d75209922a82018c5594747c2b8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,986
Size: 1.00 vMB
Total Fees: 0.02542611 BTC
Feerates: 263.85 > 2.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (129,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,049 786,049 00000000000000000003e7eb0e34e13faab2e62be8934ca6c4b6881f66391ad1 1,617 1.00/1.00 vMB 9
786,048 786,048 000000000000000000033b4c93794e7c160e6072b2d8d65107bb45de0b644a32 1,523 1.00/1.00 vMB 6
786,047 786,047 00000000000000000000a9405bed99c51b73fe471e652651d3914e2ccab82394 1,089 1.00/1.00 vMB 11
786,046 786,046 000000000000000000033737c2e4df2f006137525c32874d48da4255ea2f57b9 2,127 1.00/1.00 vMB 10
786,045 786,045 00000000000000000001ebd83d788333712fcdf005ce8fcd6d02f9c25804fbe7 3,155 1.00/1.00 vMB 23
786,044 786,044 000000000000000000032a1f2a5db0f1c8b7d6b858f4926f508dc30d0c089277 1,895 1.00/1.00 vMB 10
786,043 786,043 000000000000000000039fb0be6437e852c159a9ecb4b0c38f9e02e58999b68a 144 1.00/1.00 vMB 1
786,042 786,042 00000000000000000002fe4db208bfe6247ffe93ea41d6cb3db92d1c9ea010d0 1,530 1.00/1.00 vMB 6
786,041 786,041 00000000000000000001e1284aee0daf2852fc1cc2d4e1a5813340e37d917e6c 3,325 1.00/1.00 vMB 22
786,040 786,040 00000000000000000003b6d76f77046d1efa8df69e03ecb5f827722292c3409f 956 1.00/1.00 vMB 4
786,039 786,039 00000000000000000000b732c4a57033040952fb5ff697d18482f61e7c67bdab 1,315 1.00/1.00 vMB 2
786,038 786,038 00000000000000000001d7d318b7d50e59e0d6867b7cd70e049fcf7ec7986045 2,937 1.00/1.00 vMB 2
786,037 786,037 00000000000000000001961aa72467a4304634894b41fb8506488826c3c03a5c 2,325 1.00/1.00 vMB 10
786,036 786,036 00000000000000000000e5ba3ea34d7014fbe343d045fac70285b65e4fe56fed 2,626 1.00/1.00 vMB 9
786,035 786,035 000000000000000000038c9d1e553ae5eb6efa9ebdabe7458f96e75970a031f1 1,553 1.00/1.00 vMB 19
786,034 786,034 00000000000000000005687d98df6a4d28b8e416bc1da39fdde019dc4bab7e04 3,102 1.00/1.00 vMB 20
786,033 786,033 00000000000000000001b05d7bd12dba48beffedf18580fbf03e4c2f2d4a23b5 2,427 1.00/1.00 vMB 9
786,032 786,032 000000000000000000020f766b8876b438c9d3b3dc8edd0133c086041f0d29be 3,173 1.00/1.00 vMB 18
786,031 786,031 000000000000000000023f4831c83e08460004fd2fdb5bc387e17edae0aba67f 3,716 1.00/1.00 vMB 15
786,030 786,030 000000000000000000018a837643cdaaa6a3cc548a8915cfdab2053bc2cdff67 2,613 1.00/1.00 vMB 30
786,029 786,029 000000000000000000030a18a1ea4dadf7b6c72f2868d1bcc4545bca992f7d27 2,338 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.