Loading Tool

Explorer IconExplorer

Memory Pool

23,428 transactions
11.39 vMB
0.02340706 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.65/200 MB

Candidate Block

Mining Attempt 363cbaa983fda149fb08ca0db6135e1cebb4f957b4ac50308a6fb3c25b5a480d
Version 20000000
Previous Block 0000000000000000000126449c48a21e3003b7a7e9ff89509f1ba029e6b36bc1
Merkle Root db6e8bcec11cd1da80ef5c395e3e6bd5b6cca871f32ad1c3fdc888ef44bf3a00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,783
Size: 0.9979815 1.00 vMB
Total Fees: 0.00489504 BTC
Feerates: 67.24 > 0.49 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,780 (779,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,030 134,030 0000000000000207f1fa516ef95b04b869909c1cef895cb5433afae770126968 58 0.04/1.00 vMB 323
134,029 134,029 00000000000009c8bff8244d108ea708c0e01dacb8d779cc3ab65f30d54c55e6 29 0.01/1.00 vMB 474
134,028 134,028 00000000000004b0a30578a2c3b26020fdd843f4d58482f3b177b24790215bbf 6 0.00/1.00 vMB 1,092
134,027 134,027 0000000000000048c532e6952ebc445d6f87221410e9f153a629722e5cd5fa42 37 0.01/1.00 vMB 532
134,026 134,026 000000000000031ebdfeaadf37c3ae53c499675db9d37a682a03c990481b8417 11 0.00/1.00 vMB 19
134,025 134,025 00000000000007441aff3a820fd1fa7da88ff3c0c1fe11a68dcc7f7acf3defca 45 0.03/1.00 vMB 435
134,024 134,024 00000000000000e66057467d36f6043023293f233c26ac542567491fa4ff158f 109 0.03/1.00 vMB 107
134,023 134,023 00000000000004a056428842e25f86cffdfc8ca6d152ebd276f9848aa8a23c2f 70 0.03/1.00 vMB 730
134,022 134,022 000000000000056514c45e0a5cb5f41e7e5ccb8a75d2d7e78520388d9abcf9a7 88 0.03/1.00 vMB 475
134,021 134,021 00000000000004a5263e6298349ebb1bcb46a44cc8984dab400b04efdd53552c 38 0.01/1.00 vMB 280
134,020 134,020 00000000000004292019c6b4bfdafe398afa6d7916a4901f4fba5fdc712907ae 26 0.01/1.00 vMB 188
134,019 134,019 00000000000003da256e6640de9056974fc7c2cd038957c1e7a80d5d26e9e459 20 0.01/1.00 vMB 175
134,018 134,018 000000000000057ebb7d5d1b79ce59c1751018a12054e64811052500f5cc65cb 115 0.04/1.00 vMB 242
134,017 134,017 00000000000003e583b321f9761deeede04805171eb1bbbc743bfe3ed25d2430 37 0.02/1.00 vMB 548
134,016 134,016 00000000000001679297421d1067b4af86c48f249fdad653f589707b9ecff303 18 0.01/1.00 vMB 700
134,015 134,015 00000000000009b7d19478b8acf3a20283cbf018f5af8846036c0256cc8003bc 69 0.02/1.00 vMB 427
134,014 134,014 0000000000000c12b02829732caeeba855d6c204a2c3453ec6eb2092d249079e 14 0.00/1.00 vMB 659
134,013 134,013 000000000000003df86fda219fed61095953272a5f0b0f7234b280c021b247f8 18 0.01/1.00 vMB 34
134,012 134,012 0000000000000648b4141f22e8cd3c1a610ea5064f35555069595a26496a6ba6 30 0.02/1.00 vMB 430
134,011 134,011 0000000000000bd805b741e6160ea17f71ce24d4e1b65b423daac0f31f04c9c8 108 0.04/1.00 vMB 359
134,010 134,010 00000000000005043a8dd6f5a925188b475eb3342d0424512117f15d5eea1460 12 0.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 780.23 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: 509.61 GB
    • Received: 4.19 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.