Loading Tool

Explorer IconExplorer

Memory Pool

28,236 transactions
8.17 vMB
0.08045985 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.65/200 MB

Candidate Block

Mining Attempt fed56d656688823bf56be4af5631e3f5ad0e1f3c172f5c45e0b3a45a488e422e
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 64cc76f2284d81b6cb7eabb05e2b137ca47568edaefdc1f287dc9b536548e4e4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,904
Size: 1.00 vMB
Total Fees: 0.03455733 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (722,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,064 191,064 0000000000000353c219f431494fa33de9c5bdeb0095ca635cab5445327e74df 6 0.00 vMB 0
191,063 191,063 00000000000002ca05a54e42e55e5987901ced0ce691e9afcc2a6755e42adf54 64 0.03 vMB 118
191,062 191,062 00000000000006b5e8a8254f1d99c61d32d549bc86aad9be02ebe607535b32dc 179 0.09 vMB 104
191,061 191,061 00000000000001cdd4dbe66ff45ac97b49c497776992ff533f79696c7ff392ff 44 0.03 vMB 149
191,060 191,060 000000000000065cc40cad138f1d920ec33b522316909978f11e419db585a21f 13 0.00 vMB 794
191,059 191,059 0000000000000151757eb00298c2348f57118a7d87480d840a9ae0fcd126e345 88 0.04 vMB 86
191,058 191,058 00000000000005d20a94fce5718d6495a5ebb621646b3f2c500f54409678c13b 30 0.02 vMB 206
191,057 191,057 00000000000007981ea4bc1bbadbba5bb9732e6b69a25dbe309185c60109213b 457 0.16 vMB 125
191,056 191,056 00000000000006e3821b26aa607c3d401596072c4d5d1c942c72917fc294a4b7 600 0.25 vMB 137
191,055 191,055 000000000000059cfb1620756c7a88b679dfcbedc1d3c255dbc0f09481f8021b 32 0.01 vMB 168
191,054 191,054 0000000000000503156e997b5d12112ada3ed1a17afe018fa853d5b4e99daea0 81 0.03 vMB 40
191,053 191,053 00000000000005e37c5b958addc549c7e1e26b1c8e32eb2222050037ee248ff9 512 0.18 vMB 166
191,052 191,052 00000000000003b506a76f202a4544008ce4ed0ebcffcc04188d95d982eaadbb 220 0.07 vMB 34
191,051 191,051 00000000000000e29bfc04c15ac8c1f2e45654970dac12d5d079092f19db2fdb 9 0.00 vMB 880
191,050 191,050 000000000000048a5adc854ac0ea7715d90902b84967b915e4bad64ee0434111 87 0.04 vMB 122
191,049 191,049 00000000000004ee73392087153935b95709ce58833a59ee616053a3a672ec65 256 0.10 vMB 142
191,048 191,048 000000000000058b66e1332b34c2fecd7a3177a58cc651d4dabe42d1b6d7e488 51 0.02 vMB 54
191,047 191,047 0000000000000511610fa4a787ce7ffe7130351fa5a3b782b37bb565cf11f618 229 0.10 vMB 109
191,046 191,046 000000000000001d54360ffa0fead82ee7c3234295119396a69fcf6255588b8e 128 0.10 vMB 120
191,045 191,045 000000000000020a29b6466a67184e0a3bf4c1f97f7f7eb481589ab92f0454b1 264 0.10 vMB 136
191,044 191,044 000000000000051cfa4fc341e969cdf8724c246f78bdde83a48e211cb5ca471c 127 0.05 vMB 98
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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