Loading Tool

Explorer IconExplorer

Memory Pool

79,294 transactions
29.74 vMB
0.07635035 BTC
Random Selection Loading Transactions
Max Size: 178.28/200 MB

Candidate Block

Mining Attempt 6c2d0040f0b9b6f8d852ca9f50a3e455dd9b760d00cec35e6534f66b1f98b6be
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 4d23a107d68c4bb0cee52ca000b04f2fcbfa155e4feb023c14763652667385f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,651
Size: 1.00 vMB
Total Fees: 0.01574145 BTC
Feerates: 150.77 > 1.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (281,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,184 633,184 0000000000000000000a9ab4a178112e89767c69a77c67e90a89494da809f884 2,243 1.00/1.00 vMB 7
633,183 633,183 0000000000000000000944592c96ef50094319b16929f547944b1bba71c74f3a 2,516 1.00/1.00 vMB 9
633,182 633,182 000000000000000000050c3bd89b5cea8353862dec0b611e3ad363e59bd3b010 2,472 1.00/1.00 vMB 61
633,181 633,181 00000000000000000000f7131524be01b8cc2f9c77a7c1208c34a30740492d4a 2,730 1.00/1.00 vMB 6
633,180 633,180 0000000000000000000545492c2a0b2f2510ce9c93978a72f5c7d2beda7e113b 2,574 1.00/1.00 vMB 52
633,179 633,179 00000000000000000012b2b26cace2801f781c5ad69bd6b71089e24a428fdd56 2,668 1.00/1.00 vMB 16
633,178 633,178 0000000000000000000a57e89a8ef9cd260bf55aaaca6d264e57c2d1a255ea38 2,296 1.00/1.00 vMB 29
633,177 633,177 0000000000000000000345a12e7a4a8d2ccdeac74251cfee7fc102f76eaf4838 2,823 1.00/1.00 vMB 58
633,176 633,176 0000000000000000000351362136fab5cb77f20d34735a4e3bc84191e43270c2 2,553 1.00/1.00 vMB 74
633,175 633,175 0000000000000000001405ae89a17151a28017df212d6a621f5ca7b565c07858 2,415 1.00/1.00 vMB 33
633,174 633,174 00000000000000000006aed5309ff904909a412628b05d8afac93a1a2bd29f4a 2,360 1.00/1.00 vMB 41
633,173 633,173 00000000000000000005c0d8817729a37907adb421ff5e577b6770a7551a0524 3,288 1.00/1.00 vMB 54
633,172 633,172 0000000000000000000f252b57ab3b116f2e6f1edf65bd41e59862a7627c6158 2,122 1.00/1.00 vMB 72
633,171 633,171 0000000000000000000a295c7b2009a63c699f64f876dbaace8d69d7628407e7 3,152 1.00/1.00 vMB 73
633,170 633,170 00000000000000000010cb38e1620cf020347978e4492ec368b5a52f12514d50 3,128 1.00/1.00 vMB 76
633,169 633,169 0000000000000000000ccd570a49cf8be6917ae63c4b4f58783985d888bd9f37 1,352 0.60/1.00 vMB 26
633,168 633,168 00000000000000000008f44365d182c7df8c43459439bbea46c0aa74677da493 2,824 1.00/1.00 vMB 24
633,167 633,167 0000000000000000000160160e7968eee4dfb6a318f297043cc306f7a72a8962 2,111 1.00/1.00 vMB 59
633,166 633,166 00000000000000000004a6cb82be100cf710116611c6ac0d8c232b0cf75f0596 1,476 1.00/1.00 vMB 80
633,165 633,165 0000000000000000000338ca2641cc64773805b00a1273c84c861bc4ff0cc47c 2,530 1.00/1.00 vMB 14
633,164 633,164 0000000000000000000acfd7b9c75ce1a28b3e1545b29362b4ed776dc551ac07 1,807 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.