Loading Tool

Explorer IconExplorer

Memory Pool

80,663 transactions
33.98 vMB
0.12968566 BTC
Random Selection Loading Transactions
Max Size: 193.04/200 MB

Candidate Block

Mining Attempt 750787d84d88bbbcbfd8493398e0a66f2484e7b90a4c4ae2d579abdde375be27
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root f6a94bb00ef9da888e83ae8138e15b9582e2f17309a88ec50312c4c8a8d27e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.02175375 BTC
Feerates: 104.71 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (87,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,484 827,484 00000000000000000001b0630b1f099ccdb827e8c9f990a1067256e36d162635 4,449 1.00/1.00 vMB 39
827,483 827,483 00000000000000000001da1c393364e73f2bf8a3297e7e726a213c9d67c99ede 4,341 1.00/1.00 vMB 38
827,482 827,482 0000000000000000000179830467142459eb2e76276b0274c3f1dd3e1a487037 5,061 1.00/1.00 vMB 42
827,481 827,481 000000000000000000010a244147d3a99d02c0be53e0647a59d6d14ee806ebc1 3,790 1.00/1.00 vMB 36
827,480 827,480 000000000000000000029f4f67d2e757022e9c051aec6138efc55d3a570b5805 4,768 1.00/1.00 vMB 39
827,479 827,479 000000000000000000025b74acf584c88955710f52b401ebfde71edf1241edaf 4,144 1.00/1.00 vMB 41
827,478 827,478 000000000000000000009da381d554f68c6ba148891edc2405776ec2a5cdfb0f 3,506 1.00/1.00 vMB 30
827,477 827,477 000000000000000000027acb711aa047a21576ff8777a5bb2c218269f459668e 4,004 1.00/1.00 vMB 38
827,476 827,476 00000000000000000000e2b9175a7bb0f35025372705d043aad36801f3d39097 3,572 1.00/1.00 vMB 51
827,475 827,475 0000000000000000000054d21a1d81ba8fa1e4ff6951a565f5a62ec8fb9c40a1 2,482 1.00/1.00 vMB 29
827,474 827,474 0000000000000000000035b15b81ac3534e7831c578a66ac155de7c4b6bf2f08 4,404 1.00/1.00 vMB 41
827,473 827,473 0000000000000000000329639f494fa6b3da38a60ec919bced4bf9912d9e7c76 4,405 1.00/1.00 vMB 35
827,472 827,472 00000000000000000000621f390e6b80f96fa44a0e819e88202ba5760eb4704d 4,134 1.00/1.00 vMB 47
827,471 827,471 00000000000000000003991c74462be3bd5687be5fb68e5a7e53e2bd1621418a 1,248 1.00/1.00 vMB 29
827,470 827,470 0000000000000000000072190f0bab2ff9aa42878c09f60a45dd4d6e73019b6a 2,924 1.00/1.00 vMB 40
827,469 827,469 0000000000000000000158cb039c9bca6d89b53d81bfa53db0e66a6ede9ae40c 2,725 1.00/1.00 vMB 34
827,468 827,468 00000000000000000000b772f7bcbf0e8a8ddb71e9b2f0337b60f7eb5178decf 2,460 1.00/1.00 vMB 34
827,467 827,467 00000000000000000001e0f11b4d0daecfd68d8e193301bdcb2de91be9a610de 2,389 1.00/1.00 vMB 31
827,466 827,466 00000000000000000000e369949a0578c5d3e1e2826bf0d5c74d2b5295a6618b 3,074 1.00/1.00 vMB 38
827,465 827,465 00000000000000000001961f7f4938cb2a6a448b37ab01ec429046bc3fef0ce9 3,607 1.00/1.00 vMB 44
827,464 827,464 0000000000000000000088e0f07324b7ca656a23ee016e166f8f7a22a92fadb6 1,875 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.09 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: 725.90 GB
    • Received: 18.44 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.