Loading Tool

Explorer IconExplorer

Memory Pool

23,052 transactions
15.92 vMB
0.04227947 BTC
Random Selection Loading Transactions
Max Size: 82.25/200 MB

Candidate Block

Mining Attempt 4c55dc7cb96b665f102702fa3acf29eeba6adf41a56747fc7d1d5ec2986ddff2
Version 20000000
Previous Block 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51
Merkle Root 619bf01db7bd88767c21e5d859f45d5edfdcd8507db43992756cc7cc3ff9f4e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,675
Size: 1.00 vMB
Total Fees: 0.01351135 BTC
Feerates: 152.74 > 1.35 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,175 (785,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,642 128,642 000000000000220b45d194aa6fb9e6db0896bb9700468cd430733f22dab85cac 134 0.05/1.00 vMB 1,880
128,641 128,641 00000000000011a45fafb1b8c5c41d080a21a8589a9a618de19c56b18163de8c 9 0.00/1.00 vMB 1,013
128,640 128,640 0000000000000b9c1b3bea057831ce992a968d2f27cefb794f820264695417ea 55 0.02/1.00 vMB 571
128,639 128,639 000000000000185dbf54f181e083651cfedc1f63d7ef5148164869a24371dc37 78 0.03/1.00 vMB 386
128,638 128,638 00000000000009b4511bb66c0102cbf7faff32e4e32cdf005f241ca36df698b4 29 0.01/1.00 vMB 785
128,637 128,637 0000000000001e95535a22b23255fda2d24ed2cfd1db0d22f04dc27179f4e08b 18 0.01/1.00 vMB 1,041
128,636 128,636 0000000000000037a6d51a1ff0b69a36923dade2f410d97e7d8a334be5eb0855 10 0.00/1.00 vMB 0
128,635 128,635 0000000000001368467498175bd264a34e003304864b8b74e5ffc28c73afc989 8 0.00/1.00 vMB 636
128,634 128,634 0000000000000f3a89bc5cd146ad9d4b077957b6fa07df15d489a31fb2459b6f 14 0.01/1.00 vMB 1,297
128,633 128,633 00000000000019a4954c7c949269e2a55d289b74537bbe16caf6c354685a655c 88 0.04/1.00 vMB 365
128,632 128,632 000000000000218574fc0f80aa02337b9a8e538351e9bd009618c2b15852b5e1 21 0.01/1.00 vMB 1,000
128,631 128,631 0000000000000080926cf197cb2081020ef609f968bdc33a52089b96e5b38df1 14 0.00/1.00 vMB 1,065
128,630 128,630 00000000000010a425d7ab266b662b268e51809554953e0e32b9f4a40fbfc73b 32 0.01/1.00 vMB 4
128,629 128,629 0000000000001c02c7e01d6001e51c1468a7acaf4d7e735c8a33b6334d506b86 13 0.01/1.00 vMB 974
128,628 128,628 0000000000000bc26ec6be99b7d5ebf55a82c85d3da840dd35855f30311f2444 22 0.01/1.00 vMB 825
128,627 128,627 00000000000011d506f56f6b637b88edabf8cec641e79da851005476ed3a04fa 123 0.05/1.00 vMB 466
128,626 128,626 0000000000002231ab66bfd41488f6ece793e7900381b9f9338b4ac77ebd5cfd 29 0.01/1.00 vMB 307
128,625 128,625 0000000000000c159298e0dce5fd1a95739e5f0b56b2e90e9131bcfe8abc0e12 24 0.02/1.00 vMB 657
128,624 128,624 0000000000000d2d6b8f87fa338e17538b4e2103c3ca8638c72cbab358ceac48 13 0.01/1.00 vMB 690
128,623 128,623 000000000000090ae43b70e38752250a153c57e0d622bc18f054acdcadc75e6d 17 0.01/1.00 vMB 786
128,622 128,622 00000000000018f2ae64e4e52d7885cb1035fee7a08308db53b0f3f82b6214ab 84 0.03/1.00 vMB 1,652
Previous 10 blocks ↓
Total Size: 780.90 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: 570.04 GB
    • Received: 7.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.