Loading Tool

Explorer IconExplorer

Memory Pool

9,034 transactions
3.47 vMB
0.00739221 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.63/200 MB

Candidate Block

Mining Attempt c33d0f8f12d6cb99b4dd5bb87eba04b9d6f1cb9d6f94ae63f5cc2bb302338bb5
Version 20000000
Previous Block 00000000000000000000c495509044cda26948fb752986691223e9ae88dacb36
Merkle Root ea547d2ea9a7cf2ddbf8d2996e591ce838cb9911e462b5f955c3ff64c43864cf
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,095
Size: 1.00 vMB
Total Fees: 0.00398462 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,486 (638,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
275,055 275,055 00000000000000034658fcb0811f561acea2bc526074c7ba0cebb85be23cdb35 353 0.17 vMB 51
275,054 275,054 000000000000000400c4c393958ff651fcf2ad34eff78db439d83e22f9ee8ba3 143 0.10 vMB 24
275,053 275,053 000000000000000023f771e2b3acf0b6e011b36156f371f967e0621b4fa54509 226 0.17 vMB 30
275,052 275,052 00000000000000015af26ef8d72587e87d0a79302542e509dc0f81d2bdee06e5 1 0.00 vMB 0
275,051 275,051 000000000000000033ac2a9244059892058af20a698be05c05df5ee7d4f9ed25 372 0.35 vMB 23
275,050 275,050 000000000000000171f7fcf1562e40b0e079ef7ab81d5e8dbb6546d5d8b87a06 98 0.35 vMB 0
275,049 275,049 00000000000000020fa47337f796418c96afea6a136a1f6aa31ce808b14d08b6 15 0.05 vMB 1
275,048 275,048 0000000000000001451e6f956b924d09794bd5223f440833af15ac351ae7728b 304 0.20 vMB 34
275,047 275,047 00000000000000027aa1bf9d458bfef91494f51bafd1b6464725f17757818544 143 0.08 vMB 36
275,046 275,046 000000000000000136da789cc0f52f0a96741b245fd1f83c4c10001e0e944d6b 266 0.14 vMB 41
275,045 275,045 00000000000000037917a3bb24835fbc9544409d1e492c7e859dd5a156f4bee1 54 0.07 vMB 21
275,044 275,044 00000000000000009aaaa0c87a77cb103d3f5526dfd646512f227f45c16fad76 149 0.08 vMB 31
275,043 275,043 00000000000000008072ecaf86deba70779952f77e9434c4f717fcb5d72c0b65 518 0.23 vMB 59
275,042 275,042 000000000000000411e627a370de4dba8eb980f6b4c2e0e4b7a241e337edac06 474 0.16 vMB 64
275,041 275,041 000000000000000177886f29bcab32ca911772527f24275443aa0e23bc1baaa0 343 0.17 vMB 48
275,040 275,040 0000000000000003ee18a57bd90aa5cae8c51309aa69dfde1cd90915807e49b3 23 0.02 vMB 18
275,039 275,039 0000000000000001fa5d3d5759a887c5bbd47b814000dd420c0e9290a6ed2259 262 0.16 vMB 32
275,038 275,038 0000000000000004273bac07ffe367bd909570553c34698fb12bba2f129fb658 74 0.05 vMB 27
275,037 275,037 0000000000000001b274587183d63eac0192849b9c9915e55f7e5e23735efd06 226 0.11 vMB 48
275,036 275,036 000000000000000257084b83e1e5b8cd2821c3da9fc9e11eae4aef86553375d4 125 0.07 vMB 39
275,035 275,035 0000000000000003b639e9d69cd0abe0376623d3107879de9301d130b3b14bb3 172 0.11 vMB 27
Previous 10 blocks ↓
Total Size: 779.71 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: 351.67 GB
    • Received: 1.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.