Loading Tool

Explorer IconExplorer

Memory Pool

30,240 transactions
9.57 vMB
0.15208998 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.72/200 MB

Candidate Block

Mining Attempt bb09b43c014238d7562c4da02acd9e77950d66b37a990637554913f8075e9c83
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 98d3c190b6871329af52206874eb4e09c796f2e5e14d9f83eede495164c3f609
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,232
Size: 1.00 vMB
Total Fees: 0.08288752 BTC
Avg Feerate: 3.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (721,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,072 191,072 00000000000000bf1e6f9bcacbc688fa86e6b046e460259e717e816d20211471 0.00 MB 12 854
191,071 191,071 000000000000067802e780e299cffb29989704f68230c37f3310764221c416cd 0.02 MB 61 729
191,070 191,070 000000000000065e68a609ccbf5a83919c9522a62fb0c8486005c06d76547f72 0.01 MB 34 94
191,069 191,069 0000000000000018cd7adcea5e8aa071d03a88542356f7620b30dc1773f517c3 0.02 MB 40 86
191,068 191,068 0000000000000678656ce2f3091f25d47fb17c309d5134f8de68a67522256673 0.03 MB 110 43
191,067 191,067 0000000000000605836ccf9aee2b4de3e2edfe5e54ad56876bdeed05ff009082 0.20 MB 485 173
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
Previous 10 blocks ↓
Total Size: 778.83 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: 377.08 GB
    • Received: 3.39 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.