Loading Tool

Explorer IconExplorer

Memory Pool

78,415 transactions
29.78 vMB
0.07403935 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt 4c00ddfe89684f7b8cb06114652a17bebf9b1c5f37ab9e804d2daf7d2edd2ab7
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root f8c5790ee1293768735025e2ca2b531e894c305c5c51dbe59cf5fd4e71270db1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,137
Size: 1.00 vMB
Total Fees: 0.00806575 BTC
Feerates: 150.58 > 0.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (212,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,250 703,250 0000000000000000000c7980a3ae1b049ecf9fb3e1f81ca5f28744e43c85445c 2,090 1.00/1.00 vMB 11
703,249 703,249 0000000000000000000ec15d78ef59f6c57f1b18bf9e9366fbd83c091c70bf8a 1,672 1.00/1.00 vMB 9
703,248 703,248 0000000000000000000d75320a358f8ec578e161306955b0218319dcf189598a 1,405 1.00/1.00 vMB 9
703,247 703,247 00000000000000000006fe7780cc5805a21592ec2a7e6576ea010b31e01d944e 3,019 1.00/1.00 vMB 14
703,246 703,246 0000000000000000000358e573cf611ad6c4e29e682c6d18f64aad9f1ccedef5 2,213 0.79/1.00 vMB 8
703,245 703,245 000000000000000000060cbb7836cb5f01402c5a4dae74a4201a324cf01993ba 1,139 0.47/1.00 vMB 9
703,244 703,244 0000000000000000000c1190ceca884f0b40804f6703aca8da07e1bc0a28056e 1,691 0.57/1.00 vMB 9
703,243 703,243 00000000000000000009eec074c2c6115f4b985ac0a5f0034ec8d34a55246336 2,465 0.90/1.00 vMB 9
703,242 703,242 000000000000000000011757f6bcd84677e9357c6752c149d0b4aa5c208e89a5 2,302 1.00/1.00 vMB 12
703,241 703,241 0000000000000000000782333b6067d930f99222e35bd7c4a3c0d1fd22a3c8f3 847 0.31/1.00 vMB 9
703,240 703,240 000000000000000000011164906b54d7948c2e8b6a70dc699cd2a180bc939c8d 435 0.12/1.00 vMB 7
703,239 703,239 0000000000000000000cc525b08646fb72a7810eaef961eb347db8c615d126b6 2,853 1.00/1.00 vMB 11
703,238 703,238 000000000000000000065ef50be8716b8a86ca43a48fb8ccafb676a96df3cd86 1,576 0.57/1.00 vMB 9
703,237 703,237 0000000000000000000e8d8bf9e972f4253fb75fed4655b752d0a931bf273d33 1,303 0.47/1.00 vMB 9
703,236 703,236 00000000000000000001d3c90e876b3516d4050bc678bbd58c5a9ed2860e9ee3 585 0.21/1.00 vMB 9
703,235 703,235 00000000000000000008a860130d3b81badd95a999588153de74343a37a3e547 2,077 0.74/1.00 vMB 5
703,234 703,234 000000000000000000028be54ca3f31cf64ccae942cf65ed63cd2acd2c51cb6b 1,644 1.00/1.00 vMB 11
703,233 703,233 0000000000000000000dd29287a36d6d1c6daaa0e32e5541bfca1a9028bab87f 198 0.07/1.00 vMB 10
703,232 703,232 0000000000000000000135610887bd951ab3ef4fa2dffda4ba972d690002569d 884 0.46/1.00 vMB 8
703,231 703,231 00000000000000000003e4813e33412bb9c5123125bdb13fe8fdf5ac755a3cc6 403 0.17/1.00 vMB 9
703,230 703,230 000000000000000000093d676972e18d32f6a200f629c3df4d10b63c2aa3873a 1,471 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.