Loading Tool

Explorer IconExplorer

Memory Pool

29,959 transactions
16.84 vMB
0.04191089 BTC
Random Selection Loading Transactions
Max Size: 90.67/200 MB

Candidate Block

Mining Attempt b06aa71c1ddd90aa7d78ed0ccfddec7ccf574947ecd99eada1e28289146702ae
Version 20000000
Previous Block 0000000000000000000187256985270483f63afe066fa0d1c725a34c943b8e02
Merkle Root 5c238914b27cefdb9f48f5ad8bc90124f6b1b7959bc2a1bcdb39f8b59cae3952
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,979
Size: 1.00 vMB
Total Fees: 0.01057819 BTC
Feerates: 199.96 > 1.06 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,170 (835,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,828 78,828 0000000000264e7abdfc440e421ba88fb96af77ebf468b49d063a9d3bb6a4f7d 1 0.00/1.00 vMB 0
78,827 78,827 000000000014a4a57e3f32a753648e763ae9a0077d084c47805ca03e2a00c085 1 0.00/1.00 vMB 0
78,826 78,826 000000000010eabda0ed0f8dae326289312597d0404884cec777b2813a4a6c67 2 0.00/1.00 vMB 0
78,825 78,825 0000000000135f6f1db4ca904ab29d55d4d3dbad198dae9c9b731c0e1b97a2d6 4 0.00/1.00 vMB 506
78,824 78,824 00000000003ef883a18c8e49e258ffba31f79dffb492a745666f4f421925c93e 2 0.00/1.00 vMB 0
78,823 78,823 00000000005773a1bb0fec0f755853e8b4a5f89f1307dca5b25f32f6c732b25a 1 0.00/1.00 vMB 0
78,822 78,822 00000000003e2207580edccf07d2d7498923ba9619eb5b21db1e17f8bfd3d50a 3 0.00/1.00 vMB 1,291
78,821 78,821 0000000000063a3545f5de22da70aa38a84e1d59172342220d2818e37c6d2173 2 0.00/1.00 vMB 0
78,820 78,820 000000000054c862582e06258ec14105d81a2aeb84456f6842aa1e0ab1624957 2 0.00/1.00 vMB 0
78,819 78,819 00000000004b79f5d810248094f118dc4533f58cd065b34a3aa7ee1de651afcc 5 0.01/1.00 vMB 0
78,818 78,818 0000000000304d86a505fe46e227aba88f208a0cfffda767f17453fbb45ee013 5 0.00/1.00 vMB 0
78,817 78,817 00000000003c8041e43ab2c4a529ed6fc0f76d73cfe65c911e064c4c751fa94c 2 0.00/1.00 vMB 0
78,816 78,816 0000000000240c4fed98836bfc257ea40ba0f14a21791ba24679149e05681f02 1 0.00/1.00 vMB 0
78,815 78,815 0000000000011559ed845c53d8358d9fe100fbfd272d585ce2506d62b84e7043 1 0.00/1.00 vMB 0
78,814 78,814 00000000003463cea47918d9cde4fcad61d0edd01d9a48ce7341dd73af8f4411 1 0.00/1.00 vMB 0
78,813 78,813 000000000040b1803a337170a6ce52c45b164d49b5ed5fd60b824978ad0b8abd 1 0.00/1.00 vMB 0
78,812 78,812 00000000004e0d9cb2174ec6e9b2352e4ae7207f9647a0685eec4c79b6e309ff 5 0.00/1.00 vMB 0
78,811 78,811 000000000009c68de86916b056f8cdb875fd2a7a1ae670cc74737721fb98c588 1 0.00/1.00 vMB 0
78,810 78,810 000000000007922cb9ffd37ea29c120eacbebe6547a91484ca02d89704ba2178 2 0.00/1.00 vMB 0
78,809 78,809 00000000000aecb602eb8a0f8cd6c4acf8750c309a3d340bce82611dfd9606b2 1 0.00/1.00 vMB 0
78,808 78,808 0000000000297f55ee26604b42db821b71044a4fc13624881181527d8be88170 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 568.89 GB
    • Received: 7.72 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.