Loading Tool

Explorer IconExplorer

Memory Pool

41,753 transactions
26.05 vMB
0.05357678 BTC
Random Selection Loading Transactions
Max Size: 136.51/200 MB

Candidate Block

Mining Attempt 1ce6c12c3ceea326f1d2ddcb6b49e38295b2e03f5449f6659f4339496f5899e2
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 6ca6ae6ba765e095cca91ebfa060405756455b1775ee6a944128b506271abcd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,829
Size: 1.00 vMB
Total Fees: 0.00620167 BTC
Feerates: 61.00 > 0.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (295,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
618,910 618,910 00000000000000000005c645e873072ab04834ba30eedfb192af5347ff2ffd14 2,480 1.00/1.00 vMB 20
618,909 618,909 00000000000000000004880ea72b05954c323f4f19ae176025466fa033b055a8 2,605 1.00/1.00 vMB 21
618,908 618,908 0000000000000000000e139cf001447c504dcd0c32e7fc0503f3339a6b1b0d05 974 0.35/1.00 vMB 16
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.