Loading Tool

Explorer IconExplorer

Memory Pool

80,857 transactions
30.90 vMB
0.07773450 BTC
Random Selection Loading Transactions
Max Size: 187.88/200 MB

Candidate Block

Mining Attempt 340f410a2b108a7ee29e4c0a5a1974a8c519651ace4d774c4c18b49f28a967b7
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root b618fdf4c22d937bfd2b7967ae96355a31bd4cd067b3cfd86590755fd5f47576
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.01134151 BTC
Feerates: 47.33 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (268,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,219 646,219 000000000000000000004cca949e25cdfa43d1313d462364911cb8e0e550be28 2,380 1.00/1.00 vMB 53
646,218 646,218 000000000000000000050a9230f747037300fce85571c3a443d7218d682cf186 2,471 1.00/1.00 vMB 96
646,217 646,217 0000000000000000000e4027cb3b3d7f48b71b61794b7d2d2d531c9a3dc30926 2,507 1.00/1.00 vMB 95
646,216 646,216 00000000000000000008a461ddb9d85dd8e8f768d9d8e143862d2db6760042f0 1,875 1.00/1.00 vMB 55
646,215 646,215 0000000000000000000d7e2b976fc4771df7bd2aab08ae0dddf499e0f6f8b835 2,398 1.00/1.00 vMB 99
646,214 646,214 00000000000000000000e5984e83abb09839ba8dd94958b91631e399b2f7cd0e 2,674 1.00/1.00 vMB 56
646,213 646,213 000000000000000000089036ff22f1f0447dbcad18490c64cb4b288cac30e2be 2,352 1.00/1.00 vMB 79
646,212 646,212 0000000000000000000568b1ff4a1c81f43b099a6ef963f9d28daa716b920613 2,715 1.00/1.00 vMB 70
646,211 646,211 00000000000000000009dbd2a88bb48ffe0a716388377183706da26cb6699ea6 2,378 1.00/1.00 vMB 77
646,210 646,210 0000000000000000000d2ea3ee26c32e72dfca01eb55ffca3cfcbe0e80676a50 2,191 1.00/1.00 vMB 95
646,209 646,209 0000000000000000000eac365d4942ed2630958e9925d4a313dab2da389cf4ae 2,022 1.00/1.00 vMB 96
646,208 646,208 0000000000000000000198fe214ccf4246db03339c1172a13d79a4a22bbf94c4 2,829 1.00/1.00 vMB 122
646,207 646,207 000000000000000000082d3a7f5bda56eccb57e10b759eac54472645c1a4493c 2,820 1.00/1.00 vMB 70
646,206 646,206 0000000000000000000352deba90d9b9c2a3e678db1f21b264e0a47b6544621d 2,598 1.00/1.00 vMB 107
646,205 646,205 00000000000000000006537e3fbf6f2457da4c2ff42bbb11a10be8ae48bbdbe9 2,587 1.00/1.00 vMB 73
646,204 646,204 00000000000000000001d11214b52bfa9b907271a12be05fdc402997b731effd 3,254 1.00/1.00 vMB 79
646,203 646,203 0000000000000000000d9231f0720fee219905003c4bb0056be8a44148cdf2d4 2,973 1.00/1.00 vMB 100
646,202 646,202 0000000000000000000c3732ba5488e2302fa841dabb7ed61598c2a6c537ac0c 2,151 1.00/1.00 vMB 93
646,201 646,201 000000000000000000063d1b3026530932ff723b64570f8787fc35c8297d8725 2,795 1.00/1.00 vMB 121
646,200 646,200 0000000000000000000154ad3d3af78f3e92fc6aabbcb6b7ca0c28f736ef7d27 2,413 1.00/1.00 vMB 98
646,199 646,199 0000000000000000000ca5e9b0951308d36d753c24d38cdae7f590de2db4f1de 2,780 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.73 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: 707.61 GB
    • Received: 16.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.