Loading Tool

Explorer IconExplorer

Memory Pool

71,453 transactions
27.71 vMB
0.08410608 BTC
Random Selection Loading Transactions
Max Size: 164.30/200 MB

Candidate Block

Mining Attempt 9fca44ebb3bc85479bb5476f680584c0e9be6a3bd572b9f8703a0cb9dabeb6b1
Version 20000000
Previous Block 0000000000000000000020c69484497418f8f22206a0137a7dd6f87d87781350
Merkle Root 7eaac533cd891d4ee61f7986efff534027189099733a49ccd8bf85762169f2bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,134
Size: 1.00 vMB
Total Fees: 0.01856134 BTC
Feerates: 13.52 > 1.86 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,534 (764,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,214 151,214 00000000000000119a7fccf73c89187215940286acc4cf92b95a5c09b7cdd11b 30 0.01/1.00 vMB 196
151,213 151,213 0000000000000c2ab915ec60a060859d2b385851d18c4d24a3d27193177811ab 22 0.01/1.00 vMB 490
151,212 151,212 000000000000072b68657a93099a337c2316f8b8a6803ac60339951140d8a721 6 0.00/1.00 vMB 396
151,211 151,211 000000000000030014f858bd8fbcae9dc899516d22af6a1e78f39ced86bdab26 38 0.02/1.00 vMB 224
151,210 151,210 0000000000000a9dc7aedcb34c8789466a782990cd7700fed03a45f03de4e666 1 0.00/1.00 vMB 0
151,209 151,209 00000000000003b38d067c32efb9de8aa937635a28c1b5824ec4b7d19b0c1b1a 10 0.00/1.00 vMB 76
151,208 151,208 00000000000008e1a09899d1872f128a98f18a7dc5393d9b56aeafbcff828354 4 0.00/1.00 vMB 86
151,207 151,207 00000000000003406114528e94e6018bc9814aeab94c91f230accb5e4dac7efc 10 0.00/1.00 vMB 375
151,206 151,206 0000000000000ac596e40d03a782756c6f65690c44a7b2874fb45ca7719108cb 63 0.02/1.00 vMB 11
151,205 151,205 0000000000000800007f26ea41221e1c48a776c4a2f1d20663cb75294dfc8345 18 0.01/1.00 vMB 188
151,204 151,204 0000000000000bff3b40b6e4f90ad7f9fdfbf5360482524c1cfd9f509e7c3fb6 11 0.00/1.00 vMB 0
151,203 151,203 00000000000004eb1a79e14eee3d8e13e35db0c87037a1424f021e6095600cc6 20 0.02/1.00 vMB 102
151,202 151,202 000000000000076a4941835d3f4fd0bcee4e8406a26a8822b6ac503bb2800936 29 0.02/1.00 vMB 35
151,201 151,201 00000000000006b1fb39602840ddc4ff3289e6c60b75102f486926489e402bab 9 0.00/1.00 vMB 460
151,200 151,200 0000000000000b9746bae9c3dae632c01ecb831fc0a46097cb5575be4f895885 38 0.01/1.00 vMB 93
151,199 151,199 000000000000081baa3a716d5f9ab072c9fc3b798900234c9be23ab02a287c30 115 0.04/1.00 vMB 187
151,198 151,198 000000000000075f0800ca13367f80a102409c5e0ba5dbedb119a57a4ec1fc7c 30 0.01/1.00 vMB 219
151,197 151,197 00000000000005b67dad5d387cc37548f8e7e33a2b7d925f6627019d1c8d5003 31 0.01/1.00 vMB 152
151,196 151,196 000000000000066d5184b2a35b6b50d24bc2b85f5ae6da11cae0b852e84c4cdc 21 0.02/1.00 vMB 29
151,195 151,195 0000000000000a6c1e445e5628ca503ac9b20d36f7a6b493625bab9a79d0fd96 12 0.01/1.00 vMB 43
151,194 151,194 00000000000000b4e0ec3a8207495e09b5cd0ca3c3a4a03f10fcc8079dc6d714 90 0.03/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.32 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: 767.48 GB
    • Received: 19.42 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.