Loading Tool

Explorer IconExplorer

Memory Pool

13,387 transactions
10.58 vMB
0.03572960 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.58/200 MB

Candidate Block

Mining Attempt 88e8df0918a83f5556b6300cf4ab2dc4b272f14047da691b1ff69e333e1d0c41
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root 301f0cab97cd7565e6a67b5509dcf42b2a963e5f73f955b1ea98660ae52987dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,948
Size: 0.99795775 1.00 vMB
Total Fees: 0.01901290 BTC
Feerates: 103.55 > 1.91 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (646,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,132 267,132 00000000000000074de98f29f766df747e794e652a5c5c29bba100728c6c1fea 229 0.10/1.00 vMB 104
267,131 267,131 0000000000000007d9993201525d247363b383bc16ceea3de76c92f7efe8d892 388 0.16/1.00 vMB 66
267,130 267,130 00000000000000016c1dfd129f28b0e9b8d4d7d3eeca71fe9745049454a76dcf 148 0.07/1.00 vMB 70
267,129 267,129 000000000000000677a508676ef46f9b04d628ca47a701f320a08a7023d8783d 446 0.26/1.00 vMB 69
267,128 267,128 00000000000000003e495fc503ca73120a3da4b156e65d316577ea76c9423965 172 0.07/1.00 vMB 82
267,127 267,127 00000000000000016ad1f28f13d195b34e1038620cff081d56ab1dd49c44ff42 279 0.13/1.00 vMB 382
267,126 267,126 00000000000000007cb3eba8af8a5db092b18e1b8661ba85aa6e099364d2c58c 70 0.03/1.00 vMB 90
267,125 267,125 000000000000000a13a7298fcabd21a75c4e81f3eb112ae3ed7440d940490524 53 0.03/1.00 vMB 15
267,124 267,124 0000000000000007affe7c7924d364a60982a42b3b8bdd69a223468ab1a9b3ff 206 0.10/1.00 vMB 57
267,123 267,123 0000000000000005ecb10f4507c64ad62aaa07a099d679ec0c9c1dc2552ce1bd 44 0.03/1.00 vMB 18
267,122 267,122 000000000000000488f18f7659acd85b2bd06a5ed2c4439eea74a8b968d16656 385 0.17/1.00 vMB 90
267,121 267,121 0000000000000005f6f0dcb1098be21f5031be0ac0509d57068634cffaf21205 276 0.11/1.00 vMB 63
267,120 267,120 00000000000000088c1576eb81266ead98232c3085f6fc38b27a50e95b35330a 113 0.08/1.00 vMB 26
267,119 267,119 000000000000000aecbb0d3235fc9728690010773aec6b5f60afde1cc057063e 704 0.50/1.00 vMB 71
267,118 267,118 000000000000000871dc9c332673e6096ee0129c96fafde1b525351816f44072 463 0.24/1.00 vMB 91
267,117 267,117 0000000000000000c19378f783e3506a780b70a121463f3409c85f0d77a62665 453 0.17/1.00 vMB 91
267,116 267,116 0000000000000004179abef0609799b2c90186827fe4a43f7c25db0ca3ebb68d 275 0.15/1.00 vMB 67
267,115 267,115 00000000000000091d009fa64e0a1b8b0a008e07f9e09b031833747c82f00dfb 449 0.21/1.00 vMB 85
267,114 267,114 000000000000000436172baa144b6a4cd512361245e61824d79fcb30120c639a 322 0.14/1.00 vMB 76
267,113 267,113 0000000000000006b9fa38ce3cee6e1ef359ea821eea11601018930a4d726634 405 0.18/1.00 vMB 80
267,112 267,112 0000000000000009daf0fa32682ff67b3ee51ea7fba554910bea4218dce7938f 143 0.08/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 780.29 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: 516.94 GB
    • Received: 4.49 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.