Loading Tool

Explorer IconExplorer

Memory Pool

41,517 transactions
26.01 vMB
0.05312147 BTC
Random Selection Loading Transactions
Max Size: 136.18/200 MB

Candidate Block

Mining Attempt db8350ed596e3484a1c388090005af47ab37d84b5d0274094426d9d2dd041798
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 0bbf94061521ba491085774935a0972d4d706412b3294ca7999c430eca182a9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,911
Size: 1.00 vMB
Total Fees: 0.00587377 BTC
Feerates: 61.00 > 0.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (295,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,931 618,931 0000000000000000000c1b3cdd897dcdd3987816fbd246a3f5c50a7c4f6eb8f1 1,987 0.64/1.00 vMB 11
618,930 618,930 0000000000000000000f8c36cb96942757d4ae061199ff30e8f6f99ffa388a25 2,654 1.00/1.00 vMB 9
618,929 618,929 0000000000000000000acd7b411cdf41c478bd38bf378a2e318609668bad24f7 3,003 1.00/1.00 vMB 27
618,928 618,928 0000000000000000000e87bd0a11afc3a8b20397b3a4fb8f982132041d5712a2 3,289 1.00/1.00 vMB 8
618,927 618,927 0000000000000000000749549d6618c762f75fbaf69ff786eeb1d0a2dec3c5c6 2,977 1.00/1.00 vMB 26
618,926 618,926 0000000000000000000c9c7b933d1c2e85c453bb68202dba7b8bb4f8ef9ffdf6 2,768 0.95/1.00 vMB 17
618,925 618,925 000000000000000000068bde49d32752431e9857983de28dfd5658b57bf77f5d 623 0.38/1.00 vMB 10
618,924 618,924 0000000000000000000207c50cc71dfdf075c1db0cdca28a767ea3d9bce3aede 2,461 1.00/1.00 vMB 4
618,923 618,923 00000000000000000001c1f495f5d8605eee529b6def981ce71818f323f3dc29 2,571 1.00/1.00 vMB 6
618,922 618,922 000000000000000000077b2db862ec5b927c813067c99ac80141daea55ecd249 3,155 1.00/1.00 vMB 15
618,921 618,921 0000000000000000000f6ab98c7bcb6884399c3875a51aae6ad585e3ccf3aab9 3,000 1.00/1.00 vMB 27
618,920 618,920 000000000000000000000ea20d89b102e3784b0116b23ecce291e8aa2102182b 2,801 1.00/1.00 vMB 17
618,919 618,919 0000000000000000000e4ac69b87a063aef3bf32c7d4be84befdc997ec2e7d46 2,003 1.00/1.00 vMB 21
618,918 618,918 00000000000000000008a30b51efbfd5beabbf3b864b4ad4f808f7bc60057109 3,018 1.00/1.00 vMB 35
618,917 618,917 0000000000000000000a71dfe31e18bc16ed2c20ffcd293de750637401e1eb41 2,719 0.97/1.00 vMB 3
618,916 618,916 0000000000000000000d3ab7acad1b58c69e5b94ed02a63b6dbc940a25047bfd 2,915 1.00/1.00 vMB 11
618,915 618,915 00000000000000000003c5492840ac6e1525ddf3b37e0e43f83fe9cdb2b8b43b 2,921 1.00/1.00 vMB 20
618,914 618,914 00000000000000000001e8592a1d7272682c71fa43b4fa0b978cf3fa8f210d62 2,923 1.00/1.00 vMB 22
618,913 618,913 0000000000000000000afbc86127bb1784a799beebe56ecd51361b8c4c519a42 2,823 1.00/1.00 vMB 29
618,912 618,912 00000000000000000003fa80fb38019a948f5eec1e6e285a8d1eaec21d197c5f 2,587 0.95/1.00 vMB 2
618,911 618,911 00000000000000000006da92c61b6b63ea910be27cab5fd951137105314f2969 2,605 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.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: 645.61 GB
    • Received: 12.74 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.