Loading Tool

Explorer IconExplorer

Memory Pool

77,400 transactions
28.51 vMB
0.09088426 BTC
Random Selection Loading Transactions
Max Size: 173.52/200 MB

Candidate Block

Mining Attempt 3895356ca8d6d8a7ac96894b553739bd4772324d382b34dc2001002c21d9aeac
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root adc0403978699b3c0600aa7152fee2f3a7a2ea8656ca2ff1b3d9f8a4d4e3694f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.02645888 BTC
Feerates: 477.45 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (185,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,418 729,418 00000000000000000002fb7dfaa198af3fac336f24207f41fe074663ae8fb865 1,660 1.00/1.00 vMB 2
729,417 729,417 00000000000000000004775831777e6768fda6ae582bc4b7a8dbfdb44a0d6311 2,839 1.00/1.00 vMB 7
729,416 729,416 00000000000000000002cc0299e17dff999ceef2dbe7378e0ee7f8d593554b59 2,696 1.00/1.00 vMB 18
729,415 729,415 0000000000000000000764c266ae72f6bf89bf10ec2e3e426c82aaa64bb1d680 2,644 1.00/1.00 vMB 7
729,414 729,414 00000000000000000007b07a89a4402a11db73a52c9672a1a8309bd9b7c868d2 1,752 1.00/1.00 vMB 3
729,413 729,413 0000000000000000000060e3a805f84d6f479e90fa21d3a5d6236bd2a4d7f58a 952 1.00/1.00 vMB 3
729,412 729,412 0000000000000000000157b8d3c68f8bed3a57edf32f114809a660f170e4abcb 3,104 1.00/1.00 vMB 12
729,411 729,411 000000000000000000034eaac138d6a4472cf5ef0080d26fceb73d03f2cc99bf 2,939 1.00/1.00 vMB 12
729,410 729,410 00000000000000000003a4ab93c83783974a86dc73d7e2499420c7eef132eaea 219 0.05/1.00 vMB 8
729,409 729,409 00000000000000000002579f72f3f80f68b02767c44024d697826af787776b58 565 0.25/1.00 vMB 6
729,408 729,408 000000000000000000007ee33acfbaa658c2d3c2c217b89e0f515d01a2a273c3 543 0.20/1.00 vMB 9
729,407 729,407 000000000000000000079bb18ad613a5b3bd49decb5d31497b8408076332aadf 1,892 1.00/1.00 vMB 1
729,406 729,406 00000000000000000009485f1f4a1268c5e54849b38fa0778950ea2dd6ff3588 1,367 1.00/1.00 vMB 2
729,405 729,405 00000000000000000008d2e7a6f9d4f960fdaa3b24f13e8ae511804e2ea955c1 2,477 1.00/1.00 vMB 7
729,404 729,404 000000000000000000006737e1c9ee9ef0c89c04b57e46dfc5cba1aa805b7f00 2,834 1.00/1.00 vMB 11
729,403 729,403 000000000000000000056ce376d73425d884a0f312c092ee0789ce785e01fe49 2,879 1.00/1.00 vMB 10
729,402 729,402 000000000000000000020d07bf0d8c1d1dc6a6800174bc63fd4feb518f236f32 1,356 1.00/1.00 vMB 6
729,401 729,401 00000000000000000009aa70960874a4d61f504d03f4053a7d84b1d68a030c1b 1,760 1.00/1.00 vMB 8
729,400 729,400 00000000000000000006e34f167eaf49d923c41d3f9ddef51d33be059b2636d4 1,840 1.00/1.00 vMB 17
729,399 729,399 0000000000000000000463f852d736e774ebd8f0b10b63fdeff279d93dcaed6a 2,623 1.00/1.00 vMB 7
729,398 729,398 00000000000000000004dc97af5dc56fb7c9dea32d145f7f12ececa207cd2d28 2,761 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.