Loading Tool

Explorer IconExplorer

Memory Pool

17,517 transactions
8.35 vMB
0.05546319 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.08/200 MB

Candidate Block

Mining Attempt 0830ca44d3ba7d7c031823bde7cda5f034a0eeec8b71eb137188eeafb7e406df
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root 448afe9efc647d2ff7745c3ea5eb728c84f96ba010699de46da958dceddd204b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,940
Size: 1.00 vMB
Total Fees: 0.03774128 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (657,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,786 255,786 00000000000000226b0bdb95266de746472319a800fa0b795ec721d30f0e4a21 347 0.16 vMB 139
255,785 255,785 000000000000001c1d3df86a0b162da2d76b9c35deea1e064cff8b5c1deadc67 115 0.04 vMB 121
255,784 255,784 00000000000000342a9247fac69a92dbfc2f97e11cc3f1cc766d39feae4c7441 599 0.24 vMB 112
255,783 255,783 0000000000000008063972b3e4b984d746bfbc59ac84050171347ce6e1fd93c8 224 0.11 vMB 83
255,782 255,782 000000000000002b7f3d8ad7c2d588c15c0d71f91d4de92065c942fe823cb852 47 0.02 vMB 169
255,781 255,781 0000000000000001df350d0e534942517a6ed1431f542e13b7a84312a38a582c 170 0.08 vMB 94
255,780 255,780 000000000000001614c677449b615d5bfe1495f7edab3219cb96843f5f494d40 441 0.20 vMB 119
255,779 255,779 000000000000002891105ebb197b50647eaa47043919a3118232ab0e2cb4c1ca 372 0.18 vMB 124
255,778 255,778 00000000000000171163ceaaeb272d7e52c1f2bfb40d92438c5bdafd31c1ce0a 187 0.22 vMB 83
255,777 255,777 00000000000000010089685488ba667760a3fe67909722babdc39565cefe0f52 380 0.16 vMB 112
255,776 255,776 000000000000000abd778fc9830d8d44c202a7448d9659fcbbdc864902e2d5e5 131 0.07 vMB 73
255,775 255,775 000000000000004135de05e2959d64cae12eb9aa548975b529f7855441946494 140 0.05 vMB 117
255,774 255,774 000000000000000720f62389cf8224c34a7c0e660c25981398778d158d63ae08 404 0.20 vMB 106
255,773 255,773 000000000000001e993f08dfaf1c81c87145b6fe81b5d8562095ec9e80dc5d57 532 0.25 vMB 107
255,772 255,772 0000000000000003054bdf8be83df52a3edf86ea7d819f865d715e61a2f9671b 531 0.25 vMB 80
255,771 255,771 000000000000000f2315050f385c3df374bc1bea3ad2d1a6078a724fe6da71a8 710 0.25 vMB 184
255,770 255,770 0000000000000005642d09d89ae3720c113a809bc75efd9397c37216c8f2ce8e 866 0.39 vMB 92
255,769 255,769 00000000000000066907ff33eaeb756c13052bf96f7423abbb84d5170a431a24 605 0.25 vMB 141
255,768 255,768 0000000000000018383a119c07b297b5c308dded1150117ac0cda71195ee2116 12 0.01 vMB 64
255,767 255,767 000000000000000b8c7476a1c8ddc3119c78ed8be4cb0a79150989e30bbfbf9a 261 0.10 vMB 141
255,766 255,766 0000000000000016a6a35d588d751cf71375f16b60bee0c90ee59eb86d96b831 651 0.25 vMB 122
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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