Loading Tool

Explorer IconExplorer

Memory Pool

80,773 transactions
34.75 vMB
0.18181874 BTC
Random Selection Loading Transactions
Max Size: 194.63/200 MB

Candidate Block

Mining Attempt 5c09fba44e6fb9fe2b4dac572ebae82fb6396fefa84ad0566a3b533e6d393a41
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root ef74bb4f0d3d350e4f3113995229aefd825bf478c3507f424362a13737595161
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,132
Size: 1.00 vMB
Total Fees: 0.05078182 BTC
Feerates: 189.28 > 5.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (447,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,820 467,820 000000000000000000bc242d105540bedca60d219e01a404f5ed1b0e0a405371 1 0.00/1.00 vMB 0
467,819 467,819 000000000000000000ba529eca54bd8642c379d5d45c7ad86b34356c99a8fde3 2,534 1.00/1.00 vMB 289
467,818 467,818 000000000000000001c0d67d16391a11ff63c7c9c64cb0e7b24a238ed0f8153d 2,306 0.75/1.00 vMB 347
467,817 467,817 000000000000000001b3164c2d9a7142e1ba22d4e24bd0693507e7daa1c48b71 2,573 1.00/1.00 vMB 349
467,816 467,816 000000000000000000924600bfaa7ee9f64399691396f137f93c79954d13356c 3,274 1.00/1.00 vMB 281
467,815 467,815 000000000000000000ff9cd63beef5b0b41cf1a8fadcb4df43c19ad88de21f26 2,078 1.00/1.00 vMB 282
467,814 467,814 000000000000000000ba5e8799621f480c0d12e48d1eea2e0e9e65b1f50c9be2 1,855 1.00/1.00 vMB 272
467,813 467,813 00000000000000000032fd4365d45ad3e1f6949cbb2107607b9f7ca642e27144 2,533 1.00/1.00 vMB 328
467,812 467,812 0000000000000000003515a0acde3d0b4f3c6ae5628a9228fed6e677696d15f6 2,128 1.00/1.00 vMB 268
467,811 467,811 0000000000000000007a192acc80b12657533c8356add47b41f91ee759dbc51a 2,666 1.00/1.00 vMB 179
467,810 467,810 0000000000000000008f911a88f7ebbd9527470b7bad45121aabaaf0a294076e 1,801 1.00/1.00 vMB 200
467,809 467,809 00000000000000000012ebc9a443571e60452e9efe7f858c6aaf94540bfbdf25 2,064 1.00/1.00 vMB 271
467,808 467,808 0000000000000000015fffbeb5f04e9dff463a95f797bfe0c520789697d48aaf 2,956 1.00/1.00 vMB 360
467,807 467,807 00000000000000000057e297c2eb0cf808563792f57658cc9ff85aff3479de66 3,032 1.00/1.00 vMB 433
467,806 467,806 0000000000000000002ec13768486781e47da38847d48083708cf3c6d0d529b6 2,773 1.00/1.00 vMB 315
467,805 467,805 000000000000000001565160b27dd97b8e1a5b1b4dbdc84dcaf44c6af50950c1 2,315 1.00/1.00 vMB 267
467,804 467,804 000000000000000001b9bd56ecf20ae6a7925f53c9f2141d5ceee57d85b97cac 2,341 1.00/1.00 vMB 274
467,803 467,803 000000000000000000f2d261e19302696b94298dbc1454372fb207c9cd655d5c 2,349 1.00/1.00 vMB 279
467,802 467,802 000000000000000000718aecce46ca519f4305610494a8d0f2c595b81e7866eb 2,310 1.00/1.00 vMB 285
467,801 467,801 0000000000000000016c23e420811dddbc60cd396bfee7fcca09d1c63b69cd35 3,003 1.00/1.00 vMB 285
467,800 467,800 000000000000000001a39c2ae7346ee6b2eec813792a84d73e307b1733920368 2,855 1.00/1.00 vMB 334
Previous 10 blocks ↓
Total Size: 783.11 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: 734.20 GB
    • Received: 18.55 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.