Loading Tool

Explorer IconExplorer

Memory Pool

78,616 transactions
29.04 vMB
0.09763780 BTC
Random Selection Loading Transactions
Max Size: 176.18/200 MB

Candidate Block

Mining Attempt 50570fb0f590515bc15b2548a4fa21d03f76990f8c775d924e9d1b7b6a82c5a2
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 0d3c931ab32f14b168ccb6a527638fb254d0f6cc981d1ee76e434ab37642fc03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,620
Size: 1.00 vMB
Total Fees: 0.03703994 BTC
Feerates: 137.15 > 3.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (502,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,526 412,526 000000000000000000e8a81afdc3fcd5a8acfa67577e0d569827895d50bed85e 401 0.33/1.00 vMB 44
412,525 412,525 00000000000000000590efc43e7a41fa95ca432ebd43a3a2685e108b845ae898 593 0.27/1.00 vMB 55
412,524 412,524 0000000000000000017369433743599ba9dbe122c04f1f39acb5303b8377f0df 1,051 1.00/1.00 vMB 23
412,523 412,523 00000000000000000434e8a068234942b15b365c579ca4cbc9ea28a3b3a474d4 1,591 1.00/1.00 vMB 43
412,522 412,522 00000000000000000177cfbde8f061349cd573e471882eddd3ab6ccb86f31726 1,205 1.00/1.00 vMB 45
412,521 412,521 0000000000000000058e2bafde323c02f5dc733143c0454f97e92830a951ddcc 1,364 1.00/1.00 vMB 33
412,520 412,520 0000000000000000057d608e1f6d1600b21c3e710be6b3b323b29c090f4ec09b 1,595 1.00/1.00 vMB 36
412,519 412,519 0000000000000000042b0db2318cb21bdf07a5154bc82c2535622826e44f3ac8 598 1.00/1.00 vMB 32
412,518 412,518 000000000000000001e99d4df405644515f394f11b6627a4c8b7def649bd6e9c 2,601 1.00/1.00 vMB 53
412,517 412,517 00000000000000000044406b4e12b05b39fd912513cceb6ad4225597a33f5b77 3,026 1.00/1.00 vMB 86
412,516 412,516 000000000000000000d697d315dbef297d9caac5c8d61c4afa403fe092bdd432 1,315 1.00/1.00 vMB 36
412,515 412,515 0000000000000000002b034d676343c4ed2cd158fcd0411ab78795c7ba101303 2,473 1.00/1.00 vMB 61
412,514 412,514 000000000000000000eb3c6adc72ec600e9e53eab240c622bf26c30ffcdc98f5 1,195 0.79/1.00 vMB 41
412,513 412,513 000000000000000001690d2e9ae4aa94b92bacf64d9c7ff74590638c5725be0b 298 0.19/1.00 vMB 45
412,512 412,512 00000000000000000394d0b909042d37687addc1bb19ca2bb3185f00c2688ef6 1,296 0.75/1.00 vMB 47
412,511 412,511 0000000000000000010e9bc742a5bdf39c215abf8b9a3d81f93f9c13c38fb738 2,031 0.94/1.00 vMB 48
412,510 412,510 00000000000000000260a0e59f71e5b38e0f2528205592ce247dc724e8bbb6f4 1,267 0.84/1.00 vMB 40
412,509 412,509 000000000000000000ab13e28e08bf9ba625d56ad260256b4acf7adc033f988a 1,989 1.00/1.00 vMB 37
412,508 412,508 0000000000000000033ad5236df76af29e45be5f00a11aebd28eb6bb3787bb10 1 0.00/1.00 vMB 0
412,507 412,507 0000000000000000013b7b69340b0941eaefdf19bbefdb361d99f4a72e98cee5 2,585 1.00/1.00 vMB 71
412,506 412,506 00000000000000000294920eb5bdfe6c812c1d7fa2a18302b3012eb62b419a67 1,887 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.