Loading Tool

Explorer IconExplorer

Memory Pool

73,662 transactions
27.24 vMB
0.06274006 BTC
Random Selection Loading Transactions
Max Size: 166.34/200 MB

Candidate Block

Mining Attempt fdd9600b5b53b211c72cb46f7808ff8288491fbf6d6b598c9139d87c4f720ea6
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root b9d5c44b1f91b491be3dcd1fb5526f439a71e71640aa7419fb7e51d8d8c8bebf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,769
Size: 1.00 vMB
Total Fees: 0.00486140 BTC
Feerates: 21.10 > 0.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (422,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,218 493,218 0000000000000000002d51bb9dba52477079869bff6703013651d07b1936abea 2,649 1.00/1.00 vMB 253
493,217 493,217 0000000000000000006c268d523ca2bad46906d893ae67303b7c5a7364fb837c 2,925 1.00/1.00 vMB 258
493,216 493,216 000000000000000000833d8861f2f5cc9d525b96598149d48eb25306b6c198b4 2,733 1.00/1.00 vMB 265
493,215 493,215 000000000000000000b87cb0297c72e071ddbf78063e690cde8d4a2d18a14b86 1,309 1.00/1.00 vMB 88
493,214 493,214 000000000000000000787eb084d5e0a440e46d5974adc62652a3047c525619b4 1,741 1.00/1.00 vMB 93
493,213 493,213 00000000000000000016a07054406bc92a09ef9f2e80020c06bc2ae0e2df924a 2,602 1.00/1.00 vMB 272
493,212 493,212 0000000000000000000e2d62f285b89efe9da9f61fdf9f5a37c8880f476e9484 256 0.98/1.00 vMB 29
493,211 493,211 0000000000000000001ecbaef7cdf3189a3cf96cc3093d2b0ebf7e13e7ba3df2 540 1.00/1.00 vMB 51
493,210 493,210 00000000000000000010e67acfca577ca1d3a849fb16fd03b46bb10713b768a9 1,883 1.00/1.00 vMB 126
493,209 493,209 0000000000000000007a971063fb16a7974ed37e6703bbf63d7a6cbf381fd681 789 1.00/1.00 vMB 30
493,208 493,208 000000000000000000423edd34362ed469b5705edb04e3cec439845eea8eb5a6 1,686 1.00/1.00 vMB 40
493,207 493,207 000000000000000000145d868e2f2b471dad65cfea42f31f2e18a7cfcd30e4ce 1,691 1.00/1.00 vMB 178
493,206 493,206 0000000000000000008975a102bea7f2f0aec7f2b18727d534ee9c456afee94a 2,392 1.00/1.00 vMB 215
493,205 493,205 0000000000000000009a29ccf57f61139dfadc0f2d8b3bbd2592015f9c835780 2,471 1.00/1.00 vMB 245
493,204 493,204 0000000000000000002e0aa96f0d8c8ef57ded0f929ec27c76694c542d027fa1 1,851 1.00/1.00 vMB 65
493,203 493,203 00000000000000000014a5cfeea7d1587535477bbaac86d47b6e3714e6b12150 1,704 1.00/1.00 vMB 103
493,202 493,202 000000000000000000002c7784ebf5d898042539ead80cdf6ce547485014c995 2,211 1.00/1.00 vMB 205
493,201 493,201 0000000000000000004fcfaffc5ef8770eaa5934164f562421cccee2017ed790 2,268 0.94/1.00 vMB 231
493,200 493,200 00000000000000000075f1f5c1bcb2c5c2dbd4113e5e9996184a82980bf84d26 2,257 1.00/1.00 vMB 176
493,199 493,199 0000000000000000007df8ee6fd380753e5ef3f32f31df3c4f6df96f64942632 1,105 1.00/1.00 vMB 28
493,198 493,198 0000000000000000002f206c99fea192d58cb934e86458280a63f202a0e1f18a 2,350 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.83 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: 711.62 GB
    • Received: 17.10 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.