Loading Tool

Explorer IconExplorer

Memory Pool

42,069 transactions
28.89 vMB
0.06600946 BTC
Random Selection Loading Transactions
Max Size: 148.26/200 MB

Candidate Block

Mining Attempt c6db28c945203445ec1237d29bf769dd403be5d4d5571bc32d5a43f52db13fd5
Version 20000000
Previous Block 000000000000000000005c365b22f45149ff6010986598bcca955a5eec769236
Merkle Root 28e144318c13acbdbab13b3e1cfb323f86645be19102479de086fe5f8875c20c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,754
Size: 1.00 vMB
Total Fees: 0.00985338 BTC
Feerates: 101.28 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,613 (319,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,343 595,343 000000000000000000122f7d96000ed54b71f6ec3a6ff242578a7170c6f40e96 2,716 1.00/1.00 vMB 20
595,342 595,342 00000000000000000009e59129afce50e28a071ed7453f2565b460ddd0c5d64e 2,142 1.00/1.00 vMB 17
595,341 595,341 00000000000000000012c1521e02555255b04dce86205bad0b06f8fe7ddad6c9 2,729 1.00/1.00 vMB 16
595,340 595,340 00000000000000000005a8876368cc39d08f13af1998045e7e477496bec8d168 3,288 1.00/1.00 vMB 26
595,339 595,339 0000000000000000000efa68f1af70932a594e30971305eae326a160e2a0afa2 1,704 1.00/1.00 vMB 26
595,338 595,338 000000000000000000028f608187b76cefa3c09c17335a5257a0ead8d72105d8 3,262 1.00/1.00 vMB 38
595,337 595,337 00000000000000000014b2e15a15ed58894e9cff66b84e6d8859172af464111c 2,506 1.00/1.00 vMB 27
595,336 595,336 00000000000000000005e0f3ec1cbb6d04ce52764b9e743dbb338e241a6a251d 2,695 1.00/1.00 vMB 28
595,335 595,335 00000000000000000005f6d54432ec858f6a085a0787831027bcc33e1ad2f3f2 3,142 1.00/1.00 vMB 23
595,334 595,334 00000000000000000004c45c87efb2707d6bbce22c96b8b9e859d11fce235ad9 3,038 1.00/1.00 vMB 23
595,333 595,333 0000000000000000000a16d5c618b2dc1bd2d99906c6a0b8c15df1023114019d 3,000 1.00/1.00 vMB 25
595,332 595,332 0000000000000000000f5c6ef19dc9e672740617445384cff2ea7f3f61319a04 2,189 1.00/1.00 vMB 34
595,331 595,331 00000000000000000010b697d6e4e544cca26e21b758a0dc026f6141c1f91770 3,027 1.00/1.00 vMB 27
595,330 595,330 0000000000000000000b88ee1b469aa28693a6f37bb6454b3055e6e9e0747016 2,907 1.00/1.00 vMB 45
595,329 595,329 0000000000000000000be50c456765f346321115674196731dce2eb424d1a38d 2,724 1.00/1.00 vMB 33
595,328 595,328 00000000000000000003511f5114f03d9b0728bda306f3c0b3ed4bed7c39a532 3,190 1.00/1.00 vMB 34
595,327 595,327 0000000000000000001449434f3a6d7c4af5da090ce3c8f001f75cf591f78f68 2,823 1.00/1.00 vMB 48
595,326 595,326 00000000000000000005cd14e113b81adff8b1115f37d87c4e93974df6ee5994 3,135 1.00/1.00 vMB 32
595,325 595,325 0000000000000000000ff5556ecd2ae2e35e60fb4ba41bfd7d3c126faeba8268 3,581 1.00/1.00 vMB 48
595,324 595,324 0000000000000000000e4f991b6ddc90550dd57125e5faefbc502b745546d1be 2,590 1.00/1.00 vMB 38
595,323 595,323 00000000000000000005672b57561ffe792660d8b9a374baa892b24f8bcd09e3 2,722 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.71 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: 629.24 GB
    • Received: 11.89 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.