Loading Tool

Explorer IconExplorer

Memory Pool

81,234 transactions
34.26 vMB
0.13786712 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt 2f05d7c8fd3dc4122f11b6306f84df4a923a2f6a70ef71ee17b7eeb52f9edeca
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 1ca5312d61edb7a2b3e4ddf14d7a0e43911d0c7cca53224ef7c0755ff7ff8553
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.02478685 BTC
Feerates: 384.62 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (479,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,693 435,693 000000000000000002b401ff2439841eefa63cda8cef398cb1c12eb9ef2514ab 2,283 1.00/1.00 vMB 63
435,692 435,692 0000000000000000022de485ca276ef7e3e4fb008cad28c353c0ae72628dc0c5 2,197 0.99/1.00 vMB 62
435,691 435,691 0000000000000000031988e2f5c6c2ebc74ab1839e046226bbc50148212b3289 334 1.00/1.00 vMB 8
435,690 435,690 00000000000000000173c3682fc538859cc3a52ecdeee41f7a4a242d57b94daf 647 1.00/1.00 vMB 14
435,689 435,689 000000000000000000a2a13b6e671ef79d2c84f538891ca3277e8fd7ca237573 2,296 1.00/1.00 vMB 63
435,688 435,688 00000000000000000317789cb67584f9544b29c9138b23b05277b615627eed7f 2,422 1.00/1.00 vMB 63
435,687 435,687 000000000000000002c29aaa5821117cfdfae19e2a81e135b01dc6ccb2170621 2,280 1.00/1.00 vMB 82
435,686 435,686 000000000000000000c25c3c455a1ba1ddf5c7234de5642caa74f2d8086c100e 254 0.99/1.00 vMB 4
435,685 435,685 00000000000000000305708cc5af3c1951676c3faa26d46b859a2bcaa31e13f9 282 0.10/1.00 vMB 70
435,684 435,684 000000000000000000c979ac596144c70ee35db6b4a745c0693c71d0649df442 666 0.31/1.00 vMB 63
435,683 435,683 00000000000000000045eadffdf9aae77d40e92c8edde222c64b090974f5645a 1,776 0.74/1.00 vMB 67
435,682 435,682 0000000000000000011cbe37f9f00714e53fe9ec7c4f263c2f25300615eb1ed5 1,170 0.48/1.00 vMB 65
435,681 435,681 00000000000000000422facdd1d06d540810f8ec46840dce6de1249bdc02f250 366 0.15/1.00 vMB 62
435,680 435,680 0000000000000000001f88de0bda6b18eb66137d23946081ae47f1157dfcfe1a 1,213 0.59/1.00 vMB 45
435,679 435,679 0000000000000000031dcd650e8e114714de48e89b11c88918478038bf80b885 2,316 1.00/1.00 vMB 66
435,678 435,678 0000000000000000013743d0d53894a92cbe7d7b9417135d77ea5dbf8141a9db 2,005 1.00/1.00 vMB 83
435,677 435,677 0000000000000000024da2744b40a0ec3606e7f73f21a610809b20d803fc03e9 1,660 0.85/1.00 vMB 59
435,676 435,676 000000000000000001cf3908e2060379fe69bc6ceda5ecb72487ef7ab8f2a815 544 0.28/1.00 vMB 68
435,675 435,675 000000000000000000439b2818e6a1df5b2079b9cf25aaca65f2981bcaa2e83d 1,418 0.86/1.00 vMB 41
435,674 435,674 0000000000000000003a6d2fea0daca6a29f89787f751a201be130197fd5f34b 1,883 1.00/1.00 vMB 66
435,673 435,673 00000000000000000021868e09863a7940b0502c52105a7c60379a54b204ad08 1,263 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 783.10 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: 729.69 GB
    • Received: 18.49 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.