Loading Tool

Explorer IconExplorer

Memory Pool

35,017 transactions
18.92 vMB
0.06686620 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 102.89/200 MB

Candidate Block

Mining Attempt 67f3c20c0a23328fa29ec93d6e47996d5fd7ad6dd808fc4010f4880da531bab2
Version 20000000
Previous Block 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302
Merkle Root 484234c3442476d1063e07209c86740253b26609ba8868901e3f01c7d5606043
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,434
Size: 0.9979545 1.00 vMB
Total Fees: 0.03127704 BTC
Feerates: 502.62 > 3.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,847 (646,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,397 267,397 0000000000000008989285c549d4a0a7f2e108fef6fa8ed2fbe89d491020683f 229 0.09/1.00 vMB 73
267,396 267,396 0000000000000005e226263d720af56c9679753d36a7338bcfd1d497451b396f 106 0.05/1.00 vMB 73
267,395 267,395 00000000000000055d37adf16e1dd22ae591b80a21295db97fea281ff1ea7313 141 0.07/1.00 vMB 56
267,394 267,394 0000000000000000126740189544156c3a7b42d13f255f5a63f81100b8ff0689 210 0.09/1.00 vMB 58
267,393 267,393 000000000000000ad714eef89841a4ab84044fb740607f7a1e34304c53e6641c 70 0.06/1.00 vMB 34
267,392 267,392 00000000000000052b5e33c484b9d85b0c0f0a79427c8cc2036c43a44ee5e2f1 175 0.08/1.00 vMB 47
267,391 267,391 000000000000000993a4ea6ed2616f815c13f1bb5deefb66d9150d97ca290c14 64 0.04/1.00 vMB 51
267,390 267,390 00000000000000027dfede1825666a3e80f9a70a285b311191fc37b598bb0c45 74 0.03/1.00 vMB 66
267,389 267,389 0000000000000000cbabdef5a120a0dcc856dc4643ed0179e829f6d2b54a550a 333 0.14/1.00 vMB 56
267,388 267,388 0000000000000000c286a1fad4e08ce2844261fd2df003bc3c81944435400e3d 45 0.02/1.00 vMB 57
267,387 267,387 00000000000000068742633a81302b369a2b2c56c2b5d851d421938f019d2b6c 71 0.03/1.00 vMB 42
267,386 267,386 0000000000000002f70bfe1b06bd3a939fe75955073f7996f0f25b3af9a051e6 116 0.06/1.00 vMB 44
267,385 267,385 00000000000000065547b242394c8e302dc90e36c260d424c3485e3701d133d0 111 0.08/1.00 vMB 36
267,384 267,384 000000000000000a5fb694fe2f8543674aad4df5197602d9817e197050aea8a3 195 0.08/1.00 vMB 56
267,383 267,383 00000000000000002fa1b7e157220df8cff0a4cf1f5c18dc84929a870d5d6d0b 18 0.01/1.00 vMB 45
267,382 267,382 0000000000000004ea27e7992fdf013d4e55eb8ef9dfa9d16043dcb79f981764 26 0.01/1.00 vMB 50
267,381 267,381 000000000000000a5cf2f515d2f45e3961b35d63143e6c1f917fc4ca92a0d193 14 0.01/1.00 vMB 8
267,380 267,380 000000000000000964085a20774ef230b76ea42a73d1a9672299fe84ae844a38 401 0.16/1.00 vMB 74
267,379 267,379 0000000000000000fb7e7eac4ec0047ae3814f3912fd1f8409c39f97fc713f29 236 0.10/1.00 vMB 56
267,378 267,378 0000000000000008869201b2d266cfd0b291938c07886ccc35baa5829b6ea090 76 0.03/1.00 vMB 50
267,377 267,377 000000000000000a6c19069b8861161e914c7b5a369ff78c697fb731ea5bfd3a 19 0.01/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 780.34 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: 521.81 GB
    • Received: 4.85 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.