Loading Tool

Explorer IconExplorer

Memory Pool

20,383 transactions
10.99 vMB
0.02407116 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.02/200 MB

Candidate Block

Mining Attempt 6a618129199ba095e135b85fdd1a032c23916d0b8e40809059346d2c5bf914ff
Version 20000000
Previous Block 000000000000000000010e4ca80696f9612720c180de0ea6d5d3d2e433fe45ad
Merkle Root aa17a1cc844e0c1e1135524dd535220963ca8724ef42583ceecc61aba3016bf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,832
Size: 0.99797125 1.00 vMB
Total Fees: 0.00631497 BTC
Feerates: 44.54 > 0.63 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,659 (684,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,846 228,846 0000000000000006b5a0a3110f8e0c53f26de5679c2ca4eb71d07481aa9bd530 11 0.18/1.00 vMB 50
228,845 228,845 00000000000000908f1bb5d3d992ca79d79cb3ca992fbbf288a6617c80d76def 369 0.23/1.00 vMB 130
228,844 228,844 00000000000001ef4bcba25de65f6be9703745e522fa42c5ba2f589e3d3217f3 145 0.47/1.00 vMB 57
228,843 228,843 00000000000001d18f3ed24090950ac6afb6cb74b6bf58a06776acbf5fcd9afa 740 0.50/1.00 vMB 129
228,842 228,842 00000000000000480a7a9c9cd5cdc4bc7f5c19c3c3dfa9a52bf807abc2b32cc5 187 0.07/1.00 vMB 98
228,841 228,841 0000000000000270d5c790e55ca151c0f3374ca9a4cbc8bacbc5cfcb9fbd115a 886 0.47/1.00 vMB 145
228,840 228,840 0000000000000066ee7b1331add3e4d67be2de58093008b0990b0f3f64ab1130 800 0.45/1.00 vMB 131
228,839 228,839 00000000000000c0c3be46e62a6006311baacaa80e31cb102ee8d4437361443a 527 0.49/1.00 vMB 136
228,838 228,838 000000000000007d1a26d277ca6c68087ad7816ecba6495b7e215ab977ae681f 623 0.47/1.00 vMB 118
228,837 228,837 00000000000000bdb4bad04e5d35108309fea5595c013d706f444ec6a003c562 423 0.47/1.00 vMB 108
228,836 228,836 000000000000002aba679281bec7a8e84a89fd384768c7d0a6f3f48d119674d2 37 0.24/1.00 vMB 56
228,835 228,835 000000000000000c8708f0ae43cfa76aa3ec8f38037c15e1e3534641b769ddd1 198 0.46/1.00 vMB 74
228,834 228,834 00000000000001663ca66c1ef5ac4426cb71fe2918cd7586356fd0e081047d84 197 0.24/1.00 vMB 100
228,833 228,833 000000000000026e424ea170da0ba79e671e081b2c0ee5e389def9d8b4724a75 185 0.47/1.00 vMB 79
228,832 228,832 00000000000001eb29f11c3eaf5f83e68a4aae218aa2948877eccab59366dee1 350 0.47/1.00 vMB 88
228,831 228,831 00000000000000e272aaab8803cb27f73563f3accd373f6cc838be7e10d886ae 588 0.24/1.00 vMB 185
228,830 228,830 00000000000000d7a4042325c6b474ace691a7f17cfdb713bf21f431f00f44fa 317 0.46/1.00 vMB 87
228,829 228,829 000000000000005ace20d078fff72c05e37b27140cbab6674ecd098beb298376 87 0.47/1.00 vMB 58
228,828 228,828 00000000000001a8e51347c282ce5f31842734c4adf9c95107a3215046b7be77 249 0.23/1.00 vMB 114
228,827 228,827 00000000000001d046e7cb2f1e8ffe63e875ea7d00295312811f1ed64e7ed445 109 0.03/1.00 vMB 63
228,826 228,826 00000000000001b6a0da7714e603d0b3c2117da8690ea89f690b73c4f4a26a8f 268 0.39/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 780.02 GB

Node Details:

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