Loading Tool

Explorer IconExplorer

Memory Pool

37,940 transactions
26.07 vMB
0.06075082 BTC
Random Selection Loading Transactions
Max Size: 134.59/200 MB

Candidate Block

Mining Attempt 0b6a16992f15d1b03954e5a8f693ec5438ddaeb1a8afcf4e044fd7e321d393cc
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root ecc3ab05ed5371995d77adafb5f4b174f471ba4281a236ad3c128ff93b6ee391
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.01297083 BTC
Feerates: 265.25 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (86,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,770 828,770 00000000000000000003b1e3521bbb59577866a8974e84adb872a8f31f3682a4 2,314 1.00/1.00 vMB 236
828,769 828,769 00000000000000000000b0bcccf1eb29476abc859a68b741419213cb1ab8e3b9 1,247 1.00/1.00 vMB 243
828,768 828,768 0000000000000000000298061edf1620a98b896c133571782366e049233834e2 3,316 1.00/1.00 vMB 312
828,767 828,767 00000000000000000001431bac60f6c0b1f91001a632731163e6fa275a145bcc 5,730 1.00/1.00 vMB 352
828,766 828,766 000000000000000000025099510690e61bad086c775c6783475f664651dbfba4 3,571 1.00/1.00 vMB 325
828,765 828,765 00000000000000000001c819215c7b84376815cc1afc5433d4e9529c0f2f9741 2,036 1.00/1.00 vMB 336
828,764 828,764 000000000000000000007902ca7477b4006762c623402dc91d4b540c98302134 5,043 1.00/1.00 vMB 406
828,763 828,763 00000000000000000000ac8bb2b6fbba9cd5627a9ad8abe813d06ba8bec49f6e 5,976 1.00/1.00 vMB 463
828,762 828,762 000000000000000000029a27ab24990681cdb1a77e8dd1d5c30dd178bd816b19 4,250 1.00/1.00 vMB 416
828,761 828,761 000000000000000000038e87490f8f5e715042cab0b09b6061c2c77027c613b8 1,472 1.00/1.00 vMB 404
828,760 828,760 000000000000000000017a89d44a98f6e4cf4593a7f36623ea2a2a6b6f3b3d0e 2,822 1.00/1.00 vMB 477
828,759 828,759 000000000000000000004c3dfd059ec71a440f15d29bdc6da9521c60e73d416a 4,818 1.00/1.00 vMB 505
828,758 828,758 00000000000000000001e38c046e712428ba96f0e6c55e9714e4c990f0c52019 3,515 1.00/1.00 vMB 503
828,757 828,757 00000000000000000003ab8061a07310bfb7627673ee61f30fa671e1769486b0 5,973 1.00/1.00 vMB 574
828,756 828,756 0000000000000000000237e6f822abbf6f5ffc42767d14353c20b13c12e0509f 2,711 1.00/1.00 vMB 531
828,755 828,755 00000000000000000001f29d5f2992fece846ef892fd4a47975b21fd8e4f9837 5,378 1.00/1.00 vMB 599
828,754 828,754 000000000000000000003e2fe43240f1394e541dd687ca06419efd8678ede5a7 4,864 1.00/1.00 vMB 572
828,753 828,753 000000000000000000018963a3e785eaaca89834d2933211e7fed9b2b946a4e9 5,911 1.00/1.00 vMB 639
828,752 828,752 000000000000000000027a57e179a6c078e6aaa6a07fa960860d73de9c53ff72 1,766 1.00/1.00 vMB 620
828,751 828,751 00000000000000000001721a92c27d40e9d0579be5e150be0318a481c8d2d1c0 585 1.00/1.00 vMB 552
828,750 828,750 0000000000000000000224c8fbb5686e3d0f7cee10ba0a1707edd2822b2e4cb0 948 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.