Loading Tool

Explorer IconExplorer

Memory Pool

55,221 transactions
32.47 vMB
0.23553864 BTC
Random Selection Loading Transactions
Max Size: 174.13/200 MB

Candidate Block

Mining Attempt c5682ad69ec3e99f7519699d901cc523dee1327d98058d2bb47e9088f9e74d72
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 20d3f11c1aee8d962841d98ecbd30cfe2d78a0adaf57e05883fc1b02d6d81d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,911
Size: 1.00 vMB
Total Fees: 0.12402961 BTC
Feerates: 101.66 > 12.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (693,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,652 221,652 0000000000000104990b70bd0b1ad7291ed10d4eb652bb085a4827eb636ad573 599 0.25/1.00 vMB 193
221,651 221,651 00000000000001d25b638e05daf77a71b9f40aa4069bd335676cba35e92c9865 554 0.25/1.00 vMB 205
221,650 221,650 000000000000018cc477c89da6afd0ecf11ee9c9b431555680e3446b728313cd 676 0.33/1.00 vMB 190
221,649 221,649 000000000000037c2383c2b2f0c84053a7b9ab248f52f18d64fb5b59f2bdfa6f 130 0.05/1.00 vMB 213
221,648 221,648 0000000000000236c210d0c71b9e3fcd2e8cc3aa591826300cb1087a2e6aae22 369 0.13/1.00 vMB 256
221,647 221,647 0000000000000441d50c2e0dd6dac43a326dff5995c6f09da13010376e3f7ecf 393 0.21/1.00 vMB 178
221,646 221,646 000000000000044bade554b49ee755abf455d478a9a4fde4411c6c501f7d3a2a 463 0.19/1.00 vMB 244
221,645 221,645 000000000000009f00f4959b1f9c5e34a572c6ce9b34b50c046bfe221672da47 273 0.16/1.00 vMB 131
221,644 221,644 00000000000000c1c70134b31e5231ebe624e42226009e282585c2a85e9fe3ca 658 0.25/1.00 vMB 208
221,643 221,643 00000000000004f7c662a29b209de96ab8d8cef3e71a2f8f2d6b30df2d1929f4 54 0.02/1.00 vMB 163
221,642 221,642 0000000000000501c352ad18733e63b68efb0697c1f96f0656ed448b3220a4b0 9 0.00/1.00 vMB 152
221,641 221,641 0000000000000351d22db3fa1082c9a2484a524e2eb5a7829afdcf4d53381ff9 344 0.16/1.00 vMB 164
221,640 221,640 000000000000048b18d67d6cd1566fa2e320cd1408572cf88e8b4d61f1d84c8b 56 0.03/1.00 vMB 140
221,639 221,639 00000000000000bc8c0c40687a821a5791ddce54d124c7e7c18760100fe0f52e 172 0.08/1.00 vMB 169
221,638 221,638 00000000000000dcd44b8bc964348895c7c7b62df4d662378a99a30959acb3e8 41 0.04/1.00 vMB 59
221,637 221,637 0000000000000309d9ce48991caae747ee2e0ccce1c32a05431177b683458385 64 0.03/1.00 vMB 163
221,636 221,636 000000000000025c245bb04441295b4585ea73bd0a868da62aa564a0ff150d98 25 0.02/1.00 vMB 96
221,635 221,635 00000000000004da824021e8cdd2003e780b9f17c3b6c6192f4fb9672ba9d20f 494 0.20/1.00 vMB 186
221,634 221,634 00000000000000a4e48d535be560b51ca37059a3f3be12a5b986de48c797a0e2 365 0.14/1.00 vMB 205
221,633 221,633 0000000000000046df3a213d6fa5ba670db696d968e6c9aa112253fda4a1919d 278 0.15/1.00 vMB 191
221,632 221,632 00000000000001c0b340b9b93b6acd722158ef1658777d40155b7c7d3a12c828 141 0.05/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.