Loading Tool

Explorer IconExplorer

Memory Pool

23,301 transactions
11.61 vMB
0.03730633 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.33/200 MB

Candidate Block

Mining Attempt d76e159d1bb204e7a9eed09865e31be8c09839462d791b32ef1944237aecdab7
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root 9699b03d7b3bbc0f856e49df5d5736cb7266b2663bc8053cf65670e159864927
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,161
Size: 0.9979675 1.00 vMB
Total Fees: 0.01816198 BTC
Feerates: 503.57 > 1.82 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (712,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
201,609 201,609 000000000000023259d0cafecc7b0b648fdaa62bccea661b10267cfff2adc4fe 5 0.00/1.00 vMB 0
201,608 201,608 0000000000000572ab5b53e264d239ff0079d7a10c6a8decc2a9538f95d4155e 260 0.08/1.00 vMB 51
201,607 201,607 0000000000000084a2dfb2d6f057b003ff4e4589d47e7cc7f9e35bde982cdae1 323 0.13/1.00 vMB 126
201,606 201,606 000000000000042be27d600b0f30e34bd82c678180956283d4e808e041b2babf 116 0.07/1.00 vMB 92
201,605 201,605 0000000000000559b797c6b726cb138715bd86bb2d127abaf2c2efca7a0a45aa 78 0.05/1.00 vMB 63
201,604 201,604 00000000000004ce019af5b350dd4163749d149becfb13c3c89f07dccace5916 1 0.00/1.00 vMB 0
201,603 201,603 00000000000002c30d2ca29dd4194ddb85976b84d4593d098c580ddab7c8252e 896 0.37/1.00 vMB 148
201,602 201,602 00000000000000928c3e5eaa6dbb0a05751c8dfb86bbe0216c2e61bc050c5602 544 0.19/1.00 vMB 174
201,601 201,601 00000000000003c52ff2c90f4e318b7d987c9a6a23c809d0f945d50689411cca 113 0.05/1.00 vMB 223
201,600 201,600 00000000000003a5e28bef30ad31f1f9be706e91ae9dda54179a95c9f9cd9ad0 25 0.01/1.00 vMB 143
201,599 201,599 000000000000041fb61665c8a31b8b5c3ae8fe81903ea81530c979d5094e6f9d 311 0.14/1.00 vMB 78
201,598 201,598 00000000000000ccb28f2e462f46ee762e801995862388f11ba9a682670e7590 65 0.03/1.00 vMB 104
201,597 201,597 0000000000000468b21ddcda74388a6f3a52687a494e88d244529fb2545b98b9 20 0.01/1.00 vMB 45
201,596 201,596 00000000000002e74a1d20af3afc49a386912f78cfe69bd04da1432d1d6e9bb9 84 0.03/1.00 vMB 133
201,595 201,595 000000000000027a64ff27f555c419280d7a32d580d31406c61f10d8465019a6 20 0.02/1.00 vMB 44
201,594 201,594 00000000000004132f6b66ed0d8b1c1e3d7aa0d8271af778666ba2dcec86301a 223 0.09/1.00 vMB 213
201,593 201,593 00000000000005ba9af64afe1e33cfcb6e089b4844e3b94749fbe73a11dec061 75 0.04/1.00 vMB 71
201,592 201,592 00000000000003d0133cc5cbd64c3e541aeab4130e612da197c6db245535b663 103 0.05/1.00 vMB 121
201,591 201,591 000000000000021d33a39374c7333402f48bb54410b9b7624a055aea9e78d674 100 0.04/1.00 vMB 75
201,590 201,590 00000000000003eaf1682566ed54bd1d96fc11da62d9ee8eae7064250372f602 343 0.17/1.00 vMB 123
201,589 201,589 000000000000034a9ea2bd9fd8767be8cd8a9f52aefa3f3bf8c9012f3f29986d 16 0.01/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

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