Loading Tool

Explorer IconExplorer

Memory Pool

41,676 transactions
28.14 vMB
0.06883663 BTC
Random Selection Loading Transactions
Max Size: 144.71/200 MB

Candidate Block

Mining Attempt 0e367965740efdefd9107dad7e0914ab5cc4de9dc10fdc4a3cccd00da603b335
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root f106bdaaa4ddfa5496f223912e6c02079f0090e8f32983e6c25a8b6f3f60d58f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01418724 BTC
Feerates: 100.56 > 1.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (530,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,187 384,187 00000000000000000a23cc36b94151b8ebf3a4e80b730426def64383fa2490f9 1,932 0.75/1.00 vMB 42
384,186 384,186 000000000000000005c2691358c4acae01f659e4271d3fad5a345cf6e9c2599b 1,881 1.00/1.00 vMB 39
384,185 384,185 000000000000000005457a285026215f86b1c0d4c84177d9d5b6274df568e75a 566 0.25/1.00 vMB 36
384,184 384,184 00000000000000000b1d819a16daaa9181a051083ba317a392d253d14a9e1a7d 338 0.75/1.00 vMB 4
384,183 384,183 00000000000000000b599d3b2ab40293d1be663f3a9a23cd5cf446797343f7f6 870 0.79/1.00 vMB 20
384,182 384,182 00000000000000000007c32288e136dc2459f678a1269a70ec0a41a8688c0d36 1,127 0.75/1.00 vMB 29
384,181 384,181 00000000000000000ffd4bd1d9bb549e3afc5be7ff0eb65fea8895c0440952a2 1,506 0.85/1.00 vMB 27
384,180 384,180 00000000000000000f938a576c2b6b7ebdff4b0d8febf6f1417b94938a03f2f0 1,622 0.52/1.00 vMB 46
384,179 384,179 0000000000000000015fdb9cf23b82e38a482fb6566dbe014e08624c94931603 1,406 0.60/1.00 vMB 35
384,178 384,178 000000000000000001c91858b43f186024052a8bef63bd3f89da2a95f1dc0395 131 0.11/1.00 vMB 15
384,177 384,177 00000000000000000337978461959fa6dcf5a8c498a8603b310b6514f4ab39cc 322 0.39/1.00 vMB 13
384,176 384,176 00000000000000000e2d0f11dfeede70a29134361649f6f7fca30783b55c1ba4 2,772 1.00/1.00 vMB 43
384,175 384,175 00000000000000000e1da3813d2837030e692442bdc2828ea51b94437d124c9d 1,027 0.46/1.00 vMB 36
384,174 384,174 00000000000000000744c3019824210a31530a8318ec8fb410aac1638ab32bdf 618 1.00/1.00 vMB 7
384,173 384,173 00000000000000000caef36abb9bf596d89eb792cc08f3b66d34f9ec48157f7a 630 1.00/1.00 vMB 8
384,172 384,172 00000000000000000471251a5c466b871ec2f52c2bbee33335418afab2e62a7e 2,025 0.75/1.00 vMB 40
384,171 384,171 000000000000000004210e98fc41d475ccbe17f3a2b2c0270b9584e571854ee4 277 1.00/1.00 vMB 3
384,170 384,170 00000000000000000398a905982c2e6eb3c8d6f5ebbb57f11cc7516710fde0b7 263 0.63/1.00 vMB 7
384,169 384,169 00000000000000000aa94dfbc37ca8c1f8b1e795a3f05da9d49a98d1e6e0c367 1,171 0.58/1.00 vMB 29
384,168 384,168 00000000000000000b3b758bd4219ff720f1807846e3f32432890dd211981dbb 1,635 0.88/1.00 vMB 29
384,167 384,167 00000000000000000c6b54df9fb07962e95b1a241beea21c7946364ec6a07cca 577 0.36/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.79 GB
    • Received: 12.08 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.