Loading Tool

Explorer IconExplorer

Memory Pool

50,502 transactions
30.27 vMB
0.12370878 BTC
Random Selection Loading Transactions
Max Size: 161.46/200 MB

Candidate Block

Mining Attempt 69a5d9c0c3c22fd4b8c219a9a11bc6a242e6c7dc46a968808831494710c4ef93
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root fa1039401ebf54d95c2d5316845615fe65ee887e7e91b22fe86e707f1ffbcade
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,319
Size: 1.00 vMB
Total Fees: 0.04875817 BTC
Feerates: 179.69 > 4.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (282,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,686 632,686 00000000000000000003c95589fee9fd9bfda7fcb076fe0decd2d1d672b0ba4a 2,292 1.00/1.00 vMB 107
632,685 632,685 00000000000000000000ccfea71c482533a0a86316bcc32d4a3b22659322676d 1,950 1.00/1.00 vMB 76
632,684 632,684 0000000000000000000b4e0793371a7a1368cc9b803e4f38883debf140832a7e 2,742 1.00/1.00 vMB 115
632,683 632,683 0000000000000000000d901b3e349f0c6168ef0ef86677bb5354c32785d966ca 1,808 0.95/1.00 vMB 13
632,682 632,682 0000000000000000001019f9913c89a0580f8593ce1cd4132fc31b35c4ffdbc8 2,836 1.00/1.00 vMB 51
632,681 632,681 00000000000000000000a7e209749bcbbfb967739a5de52c90c7d17492639377 1,939 1.00/1.00 vMB 69
632,680 632,680 000000000000000000111a9ca41980e35b2dc817be0d310f6077910dcc5f946e 2,530 1.00/1.00 vMB 100
632,679 632,679 00000000000000000006cff27ebeb2abe84ba6148f2dcc8806ed6158183a2091 193 0.96/1.00 vMB 4
632,678 632,678 000000000000000000078c278e29c83c771ce7c4728ebdc25214f18c71d1280d 243 0.98/1.00 vMB 7
632,677 632,677 0000000000000000000d9d9c82c9a60dbca126daf88de2f938bf49a444e8b838 1,647 0.94/1.00 vMB 40
632,676 632,676 00000000000000000005c0f74e8b00c3961d6dfbf32936edeaa300015949f3c4 1,280 1.00/1.00 vMB 71
632,675 632,675 000000000000000000007014b536630477c2c9636947a9f1e0a28b5c5bb01ca7 1,544 0.97/1.00 vMB 36
632,674 632,674 0000000000000000000350281b4054a389db09025fd43b4b3f8f22ce88abe11f 2,045 1.00/1.00 vMB 54
632,673 632,673 00000000000000000003be57e7059995db2656d95a089015cda34dbaf2923bd6 2,328 1.00/1.00 vMB 72
632,672 632,672 0000000000000000000e4f98b57cdaec2a61ff636d70b71f106905e4616112db 2,121 0.98/1.00 vMB 50
632,671 632,671 0000000000000000000096add0ef66a690491b69af054e87c7c82889e2ff551e 619 0.99/1.00 vMB 12
632,670 632,670 0000000000000000000b328cbf1dd8fa0be2364f48d0e12e733b5f3152737d90 1,943 1.00/1.00 vMB 48
632,669 632,669 0000000000000000000f0a7aaa89a6747e90639d8785a660d8a7aef6e9709b00 1,182 1.00/1.00 vMB 30
632,668 632,668 0000000000000000000d924e11ff3be214620ecc39d756e63f9aebe51c48051e 1,979 1.00/1.00 vMB 34
632,667 632,667 0000000000000000000d389dfaf2de94cb4035f192abc445d1161a64e8da266e 1,907 1.00/1.00 vMB 23
632,666 632,666 0000000000000000000baa3257ba1e84e79c3d2120d23ced723d541e45b599b7 1,195 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.69 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.