Loading Tool

Explorer IconExplorer

Memory Pool

77,796 transactions
29.67 vMB
0.07706572 BTC
Random Selection Loading Transactions
Max Size: 177.65/200 MB

Candidate Block

Mining Attempt 74c91d63ad1d50c66dfc8305af3b8b334a0c52de16052cd3156d936c4b0fd4c0
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root fe2fa6012decbe66060aeb842c27e7dc61bb878c5bf72885ec5a63c9aaef371a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,270
Size: 1.00 vMB
Total Fees: 0.01119893 BTC
Feerates: 30.00 > 1.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (67,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,891 847,891 000000000000000000015720a155958e52c21b87a65fcf78d73773a6843851d3 5,270 1.00/1.00 vMB 39
847,890 847,890 00000000000000000002a4bd2578343a329a16c338c23b29cb4f3c6243370507 4,716 1.00/1.00 vMB 42
847,889 847,889 000000000000000000013ec90ba0bd1d594c55b125ec50f46ab79431c6bc4912 4,840 1.00/1.00 vMB 42
847,888 847,888 00000000000000000001ac8275e79686719e20bd1d54b9b296e21ed012b9d83b 5,323 1.00/1.00 vMB 38
847,887 847,887 00000000000000000003555081204cb0109d96743c41aeb6023479bd2431997e 5,982 1.00/1.00 vMB 34
847,886 847,886 00000000000000000000dcd3708d2e0763195e16df076781b8aebae39fbb7ffd 4,713 1.00/1.00 vMB 45
847,885 847,885 000000000000000000029a2bb94cca9ce4b30d72ed9b51a7f017c9f8194b00d6 4,829 1.00/1.00 vMB 38
847,884 847,884 000000000000000000014b51350ca49132905753d5f6b5f3f43df8d938f7ff53 4,746 1.00/1.00 vMB 38
847,883 847,883 00000000000000000000cf88fc1033137447c7af26ab89137114615ad2945534 5,056 1.00/1.00 vMB 37
847,882 847,882 00000000000000000000095f2e7333ce41326eb93956398761b57177548fca90 7,335 1.00/1.00 vMB 31
847,881 847,881 000000000000000000031920009770df3a92d8ecacabc0d9b083f24a0c353f64 3,922 1.00/1.00 vMB 45
847,880 847,880 000000000000000000000417f6cac6c0ef5e65ebc9c7ebea29fe07907953d8de 5,681 1.00/1.00 vMB 38
847,879 847,879 00000000000000000001f1b4d77d3de7a81cfc2e2e4ee5095d0a7acfd271bd8d 5,858 1.00/1.00 vMB 36
847,878 847,878 00000000000000000001993052d29d3ca1f1376375bc6c0634fa5c5bca217cce 5,455 1.00/1.00 vMB 38
847,877 847,877 000000000000000000034979023781bbc63e5d3af9902e4b9a9b3876132ee400 5,566 1.00/1.00 vMB 37
847,876 847,876 000000000000000000007557bc3082a94d999d4820f8ef1380d6dc6e8aedd530 6,483 1.00/1.00 vMB 32
847,875 847,875 00000000000000000002e3029b9f032c8b4a7389804100313b2c115537ed1bdf 5,852 1.00/1.00 vMB 39
847,874 847,874 00000000000000000001253e46d8967a9b8b60fe37446431c1c405cf9d7144fb 3,451 1.00/1.00 vMB 44
847,873 847,873 000000000000000000015dc848dcbdf2f3dbaef7d26b0479b7c2d7da2f8fc31e 3,684 1.00/1.00 vMB 47
847,872 847,872 0000000000000000000039971daad921ed4394aeba9f4e2f11f35a2313457f63 4,951 1.00/1.00 vMB 38
847,871 847,871 0000000000000000000082cf993990afb9088319680f265abdb8d1e8fd77b19d 6,393 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.66 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: 672.96 GB
    • Received: 16.34 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.