Loading Tool

Explorer IconExplorer

Memory Pool

28,612 transactions
7.63 vMB
0.15954026 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.06/200 MB

Candidate Block

Mining Attempt 9388e294a877f77cc67f9d73432b781fddf8862daeacebc65dd4cf92e4575b18
Version 20000000
Previous Block 000000000000000000016a5bd19712b819d2def2308e70253bc0106e976f4a21
Merkle Root 30a91a10623268e76a8b2b7c95cc8d3f4702bc7c266782fdbce81dea671cf6b5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.12626684 BTC
Avg Feerate: 3.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,010 (721,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,066 191,066 00000000000001401311199c4769fd43c7bc6626d045d10390c095787ecd1181 0.00 MB 1 0
191,065 191,065 000000000000000b3556e798b523d044231041063b4613f8cc6425a78f75ced8 0.04 MB 107 715
191,064 191,064 0000000000000353c219f431494fa33de9c5bdeb0095ca635cab5445327e74df 0.00 MB 6 0
191,063 191,063 00000000000002ca05a54e42e55e5987901ced0ce691e9afcc2a6755e42adf54 0.03 MB 64 118
191,062 191,062 00000000000006b5e8a8254f1d99c61d32d549bc86aad9be02ebe607535b32dc 0.09 MB 179 104
191,061 191,061 00000000000001cdd4dbe66ff45ac97b49c497776992ff533f79696c7ff392ff 0.03 MB 44 149
191,060 191,060 000000000000065cc40cad138f1d920ec33b522316909978f11e419db585a21f 0.00 MB 13 794
191,059 191,059 0000000000000151757eb00298c2348f57118a7d87480d840a9ae0fcd126e345 0.04 MB 88 86
191,058 191,058 00000000000005d20a94fce5718d6495a5ebb621646b3f2c500f54409678c13b 0.02 MB 30 206
191,057 191,057 00000000000007981ea4bc1bbadbba5bb9732e6b69a25dbe309185c60109213b 0.16 MB 457 125
191,056 191,056 00000000000006e3821b26aa607c3d401596072c4d5d1c942c72917fc294a4b7 0.25 MB 600 137
191,055 191,055 000000000000059cfb1620756c7a88b679dfcbedc1d3c255dbc0f09481f8021b 0.01 MB 32 168
191,054 191,054 0000000000000503156e997b5d12112ada3ed1a17afe018fa853d5b4e99daea0 0.03 MB 81 40
191,053 191,053 00000000000005e37c5b958addc549c7e1e26b1c8e32eb2222050037ee248ff9 0.18 MB 512 166
191,052 191,052 00000000000003b506a76f202a4544008ce4ed0ebcffcc04188d95d982eaadbb 0.07 MB 220 34
191,051 191,051 00000000000000e29bfc04c15ac8c1f2e45654970dac12d5d079092f19db2fdb 0.00 MB 9 880
191,050 191,050 000000000000048a5adc854ac0ea7715d90902b84967b915e4bad64ee0434111 0.04 MB 87 122
191,049 191,049 00000000000004ee73392087153935b95709ce58833a59ee616053a3a672ec65 0.10 MB 256 142
191,048 191,048 000000000000058b66e1332b34c2fecd7a3177a58cc651d4dabe42d1b6d7e488 0.02 MB 51 54
191,047 191,047 0000000000000511610fa4a787ce7ffe7130351fa5a3b782b37bb565cf11f618 0.10 MB 229 109
191,046 191,046 000000000000001d54360ffa0fead82ee7c3234295119396a69fcf6255588b8e 0.10 MB 128 120
Previous 10 blocks ↓
Total Size: 778.86 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: 391.53 GB
    • Received: 3.52 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.