Loading Tool

Explorer IconExplorer

Memory Pool

34,744 transactions
14.06 vMB
0.06893405 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.85/200 MB

Candidate Block

Mining Attempt 5a9d34c1e3a4dfaa68d3efc7a750325577c8d3887adc367eb5b55982f3be2b89
Version 20000000
Previous Block 00000000000000000000ee23c0eca920010bc37ffcf60e4c89a8a021159f53de
Merkle Root a96fc827273ecebdb7b0441bf1617c7687495368c54439ebdf11ed8555ba0622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,248
Size: 0.99790425 1.00 vMB
Total Fees: 0.04142346 BTC
Feerates: 1,605.77 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,831 (747,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,612 166,612 000000000000047382f97962bf4788129bbd96d29defe49b8cb54b438cf8f013 75 0.03/1.00 vMB 84
166,611 166,611 0000000000000904922234d9fc679854e5c775c343e7d951af8f47809fc346cc 111 0.04/1.00 vMB 81
166,610 166,610 000000000000037281512851aae7d4a49bebef45d9dbf9c508fecf949eb40556 21 0.01/1.00 vMB 517
166,609 166,609 0000000000000be6df13567ed7d597a2b47b1358a0e77156ccff85955f5bf24f 31 0.01/1.00 vMB 103
166,608 166,608 00000000000005c4a4d45ec75e3237978a1cdee418eec228a0388acf18863d11 35 0.02/1.00 vMB 83
166,607 166,607 000000000000072c74ff8bfc877c4d0cb2b72c0ec55be10c48087391e452befb 26 0.02/1.00 vMB 90
166,606 166,606 000000000000023bea1576c671b3d9e08a4e01b403ec5d1197245326e2fb12e8 36 0.02/1.00 vMB 183
166,605 166,605 00000000000005fe0ef22c08b963d679d605457d945db2004d28ef719758b658 12 0.00/1.00 vMB 0
166,604 166,604 00000000000003a31492f210a094c17c98669dd217fb75e11e31b01a91a75eb6 34 0.01/1.00 vMB 95
166,603 166,603 0000000000000796b8211db60acce14ae806fc3f6b1adb8ddb487b064e7a597e 14 0.02/1.00 vMB 49
166,602 166,602 00000000000007df5028217a361c1cee17821edf3bb367b12dbf8a05d14318f0 15 0.00/1.00 vMB 0
166,601 166,601 00000000000001a6aeb8d98b2d7d630ab54bb7365fee946930fb51fc6b2007e1 23 0.01/1.00 vMB 57
166,600 166,600 00000000000002443e9c5e83df0209ed95895041888493c5c54a7865a86c227c 23 0.01/1.00 vMB 387
166,599 166,599 0000000000000af6e45b307861ae0e5764237cc4ace17a0208cf12efe87853c7 52 0.03/1.00 vMB 258
166,598 166,598 00000000000000c39b9e708b2bb149d106dcbd906ee104db45f4b6519f90db93 28 0.01/1.00 vMB 84
166,597 166,597 00000000000003973e8aec27a883d7652512a6ea68c0ecf8ebfbe2cb1ec978e1 122 0.05/1.00 vMB 160
166,596 166,596 00000000000008c4bf67d9c000d8da10131166e6d3c4e1952d14ffec9713f4cd 25 0.01/1.00 vMB 146
166,595 166,595 0000000000000bc83f95417c11d4d6edff87e7a573080e4c92c495482a49c574 18 0.03/1.00 vMB 61
166,594 166,594 0000000000000618f0696482af88e2b51fb4fbc7dc01a88a2fc74ccd827840bc 59 0.03/1.00 vMB 782
166,593 166,593 000000000000031dadc875a89dd8060794b2a5523515bb527bc179049320e972 35 0.02/1.00 vMB 123
166,592 166,592 0000000000000b40cd9a35d1ce44c5395c75e9cf00bc52e058b84b20d343bb04 12 0.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 780.32 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: 519.26 GB
    • Received: 4.67 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.