Loading Tool

Explorer IconExplorer

Memory Pool

80,502 transactions
30.45 vMB
0.09103208 BTC
Random Selection Loading Transactions
Max Size: 185.40/200 MB

Candidate Block

Mining Attempt e645a996325f4811ed51e4e1cab6740c4e1f1741197457354b64dca29142e075
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root f1fc57f45d9ee5d2e78731d4bac57b06ab718310c94e7c3c8e92b0d0a4f09b6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,360
Size: 1.00 vMB
Total Fees: 0.02274463 BTC
Feerates: 200.89 > 2.28 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (329,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,212 586,212 00000000000000000014345610ce7d2b892bdaf4c6007f97943fb149d45a14ce 2,322 1.00/1.00 vMB 30
586,211 586,211 0000000000000000001eef702416635412275512c2541d37130a576a150e9059 2,390 1.00/1.00 vMB 29
586,210 586,210 0000000000000000000ff7060ded80ae85e861b4cc80b79e8dc7773d6f332aa7 2,312 1.00/1.00 vMB 60
586,209 586,209 0000000000000000001e3194cfc3f547786aa95dd2cac87ba6c77766c3bd6426 2,894 1.00/1.00 vMB 78
586,208 586,208 0000000000000000001df4ae6a9ac4075aec0ca156c8a17ac0e4845aca55c848 672 0.22/1.00 vMB 40
586,207 586,207 0000000000000000001b466ebfe02d917438ecf2f62838e0decaeb6f37030ee7 1,245 0.50/1.00 vMB 35
586,206 586,206 00000000000000000004cf772badf843ff7a7355eea84875982d2aefbe7ee0f3 2,487 0.82/1.00 vMB 37
586,205 586,205 00000000000000000019036b5c281c4f9278ecb4ca9bb364ea30e75b915fb0d3 1,876 0.61/1.00 vMB 30
586,204 586,204 0000000000000000001d725c2fae16089d0f4705e6463c10bb9b092c3c52a3ee 2,597 1.00/1.00 vMB 40
586,203 586,203 00000000000000000002d5c5d49b1bfcf896ba4a2a6aa5bc534390e8d7926a25 1,632 0.77/1.00 vMB 7
586,202 586,202 00000000000000000000aad04073f31c714452ce79f3ce85a71b8ef73bd11c77 2,492 1.00/1.00 vMB 40
586,201 586,201 0000000000000000001742dfc23e8ed2f2d5bd3d4bd336003c04dda779cde926 2,720 1.00/1.00 vMB 24
586,200 586,200 00000000000000000012e5c14eba11d9e9e9f5ea51ab014f1fa1ad86decea7fc 3,214 1.00/1.00 vMB 69
586,199 586,199 0000000000000000001403cd8f01da46e55d903fd413b61073274bc16b401043 2,344 1.00/1.00 vMB 66
586,198 586,198 00000000000000000008ab83889f70263bc58589236ea351a1d23fd8f69af564 1,686 1.00/1.00 vMB 3
586,197 586,197 0000000000000000001babd33c21fbe7f6691d2dbb8b26600fcf92611cbde0f4 2,797 1.00/1.00 vMB 65
586,196 586,196 0000000000000000000c4b54f0f1dd500beee38ee9fed496a28e4cfaa397b314 2,285 1.00/1.00 vMB 10
586,195 586,195 0000000000000000000b4d2ce4da45cc07f4ceb65dd1a43eed62d791638f8aaf 2,169 1.00/1.00 vMB 35
586,194 586,194 00000000000000000004b75ba0fff536b0678e3c96e0b4b643a6ace87e72e985 2,929 1.00/1.00 vMB 63
586,193 586,193 0000000000000000000480ba208a0ed24926cf3658852214d32e75c22364ebc2 2,743 1.00/1.00 vMB 37
586,192 586,192 0000000000000000001d1536ad990b34e083fc7aa4353de58f39c03f319371f8 2,959 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 783.05 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: 720.59 GB
    • Received: 18.20 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.