Loading Tool

Explorer IconExplorer

Memory Pool

76,558 transactions
29.68 vMB
0.09941860 BTC
Random Selection Loading Transactions
Max Size: 179.35/200 MB

Candidate Block

Mining Attempt 1d064ae4fc05c37e12d7fc4114934680ce425f479737a3d5b03e9da4bad8056b
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root c4a135ca9e8269695eda025cee1a4f0e4425dfdcda69567c976d72f89c11d8ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.03291215 BTC
Feerates: 357.61 > 3.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (795,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,114 120,114 000000000000b2c32f11e5fe99d0766de869952c6f89992cdfce3f43fcdf6dd5 9 0.00/1.00 vMB 350
120,113 120,113 0000000000001c882e6320cac717cb045d9ee226f867513aee65639ddd58133f 20 0.01/1.00 vMB 2,592
120,112 120,112 0000000000003aabaa683f7bc87c8b3b5a01cdd1fac009d49faf63cce7cb5a21 26 0.01/1.00 vMB 1,179
120,111 120,111 000000000000a7edc0a8a03efce7f3f2c72be8d4d127bcf179774d9472be5325 12 0.00/1.00 vMB 0
120,110 120,110 0000000000003d3896d53a9f0105fd40682b04369440487115b0bf80fc53610b 7 0.00/1.00 vMB 686
120,109 120,109 000000000000579dd4aa3e690cb3325a1b7892110362b77c99d2dba840c12712 9 0.00/1.00 vMB 0
120,108 120,108 00000000000025f1cda30047d5111d47feff0caa2a19146b11251ba08796ef6e 8 0.00/1.00 vMB 0
120,107 120,107 00000000000030ea48fa7f45981bb76e6271dde211e4edd1697034991ddef9f9 9 0.00/1.00 vMB 0
120,106 120,106 00000000000035667608977a513b23cbfdbef8d9709e511731b733524a3bdfef 13 0.00/1.00 vMB 336
120,105 120,105 000000000000990c0c240825f81ce6428908f711b4d81a69abab8d9954281606 10 0.00/1.00 vMB 320
120,104 120,104 00000000000033926c26b43e43dce03978f54875ade08229d754de4694ad8f53 8 0.00/1.00 vMB 321
120,103 120,103 0000000000000283d61f6774856b2b570134a4747132571d14483dec9c0c4970 18 0.01/1.00 vMB 399
120,102 120,102 0000000000008ae6b5cb88245764f96f363295d74764e46d107f3bd0b7d860d4 26 0.01/1.00 vMB 831
120,101 120,101 000000000000840604fdda12b89ada4be9c389ac12a4d899337c6af0782619ae 7 0.00/1.00 vMB 512
120,100 120,100 000000000000b46d228e73b260b48d8a3871cfe46cdd5d94b48afe600a0f9f71 10 0.00/1.00 vMB 0
120,099 120,099 0000000000006a07495e38a81d5b1bab20e31cb80e123e5e77eb0bda2c296643 10 0.02/1.00 vMB 49
120,098 120,098 000000000000a609f0b57fc9f6b30797a02d0729f4a7835dd0c7fbb87387a836 1 0.00/1.00 vMB 0
120,097 120,097 00000000000037128b08b2107b91798d36f4beee8a988abceb21a5bc8b7dc47e 2 0.00/1.00 vMB 0
120,096 120,096 00000000000018f7ee8db619ec0e15fda8902a159b01d7a27f485ad3a75751a6 4 0.00/1.00 vMB 0
120,095 120,095 000000000000a04465efae6760c1aa1a6a09376a34fc83e180f78f0e3b488332 34 0.01/1.00 vMB 422
120,094 120,094 000000000000a97faa52ed9aeea64593d5156c290205ee7740670707fef6e230 15 0.01/1.00 vMB 656
Previous 10 blocks ↓
Total Size: 783.15 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: 744.02 GB
    • Received: 18.70 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.