Loading Tool

Explorer IconExplorer

Memory Pool

77,673 transactions
29.98 vMB
0.06855333 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt c074e7efb10f8d11c55bbd9a3709700ce4851571ee5d51d5399e49dcd5f2a0b7
Version 20000000
Previous Block 0000000000000000000036bbd7276eb10eeccda80d363dbecfc4a4ff5e03f32d
Merkle Root 00334645eb2c7b37806803e6e239aae2220b16e432db455a45ccf3efa28e11b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.00464426 BTC
Feerates: 150.92 > 0.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,191 (240,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,151 675,151 00000000000000000008e3b26188a9307bb36063e2def9c41f4670d5515f4209 3,060 1.00/1.00 vMB 63
675,150 675,150 0000000000000000000bef86cc1612c66ec910144778abbf77c80be0453f0c21 2,471 1.00/1.00 vMB 100
675,149 675,149 0000000000000000000c6e2359fcd6b4b786e73fe007463f8b0391e923f8a770 1,377 1.00/1.00 vMB 110
675,148 675,148 00000000000000000008d558db8ed155c054d39bdd02e0ea0e35e5732c68bd59 1,985 1.00/1.00 vMB 117
675,147 675,147 0000000000000000000ac9837059c9f978f1e2d9c91bedb2970668cf3a74ed61 1,060 1.00/1.00 vMB 113
675,146 675,146 0000000000000000000baed204194efa78e5f2db0cca2e83f8d5d7520d43821e 1,934 1.00/1.00 vMB 73
675,145 675,145 0000000000000000000910f9e926edcbbadc0a779ed1561f85c94b5b7bf59cd2 1,745 1.00/1.00 vMB 72
675,144 675,144 0000000000000000000152a8f0211879d02ea315a0afc370e78a63ce058f9ecd 2,824 1.00/1.00 vMB 38
675,143 675,143 000000000000000000093bd96078214b40dcd447f2f1d8a9db13828d196e7a5d 1,849 1.00/1.00 vMB 62
675,142 675,142 000000000000000000018e6c3b6c986a3738910da987997f86a14a1255bda371 2,398 1.00/1.00 vMB 104
675,141 675,141 000000000000000000047e6824a74540cdc7216cfe10329286f2d1b0bf70fc20 2,319 1.00/1.00 vMB 75
675,140 675,140 00000000000000000008fe2b6d6a93e50548b6ab277e0e7a02025a7930bdff80 2,916 1.00/1.00 vMB 47
675,139 675,139 00000000000000000007e3f33a2b2d9f72f76d22fc149ef4609a7a18e61c3866 3,170 1.00/1.00 vMB 104
675,138 675,138 0000000000000000000c2d01bc4acb3a3da81d80ac5fa690fbefbb8098f1ea9d 2,353 1.00/1.00 vMB 91
675,137 675,137 000000000000000000072ce71951b5a98ebaaa3608f2ff7e0f0c03671d95e476 3,076 1.00/1.00 vMB 115
675,136 675,136 0000000000000000000c7454e5437dc58648bdc7226495a9207712b4795385c0 901 1.00/1.00 vMB 110
675,135 675,135 0000000000000000000c57792111691019743cdd5bddcc6dbac5559d61a916ca 1,768 1.00/1.00 vMB 118
675,134 675,134 0000000000000000000c9bc70e1d35314c57fa0409b01c7a807b129a5eaa3e08 2,407 1.00/1.00 vMB 84
675,133 675,133 0000000000000000000ad926304fd065f09260852c2ced7528a274f9831b8790 3,003 1.00/1.00 vMB 118
675,132 675,132 000000000000000000029b1705fb79db24fd86fb3491f2dd30e33a0e0ca448f9 1,867 1.00/1.00 vMB 90
675,131 675,131 0000000000000000000755d7a1134861ced566ca7453ae7270a0b026354915d3 2,577 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.72 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: 707.07 GB
    • Received: 16.66 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.