Loading Tool

Explorer IconExplorer

Memory Pool

81,927 transactions
30.66 vMB
0.10071472 BTC
Random Selection Loading Transactions
Max Size: 184.08/200 MB

Candidate Block

Mining Attempt f308318e06cfc9d046f116c07f4c650c75fae0a4f706ee0b84609a27fefa39b2
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root ca6192754fdd0bbad25a1dbae23a14ea45fd58fae0d9889aff77524c4c59dd06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,477
Size: 1.00 vMB
Total Fees: 0.03505219 BTC
Feerates: 150.77 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (492,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,706 422,706 00000000000000000041513adf78a239514172c29c6e3c534398c1b6312a64c6 2,149 1.00/1.00 vMB 55
422,705 422,705 000000000000000000be7c96e3d25d2c3a15d12f672af9ab67a3a73e29fab23b 2,110 1.00/1.00 vMB 88
422,704 422,704 000000000000000004e25be476bb2e84ec5d66c8e82f87736f33a5152a3f23b9 2,871 1.00/1.00 vMB 95
422,703 422,703 0000000000000000037a7007b3181bdf469d4f87596bd8d0f59211f3402edb6f 1,876 1.00/1.00 vMB 62
422,702 422,702 000000000000000004c3fc6c2e59dd0325144b1f6a1a56737019aa57a8413a03 2,834 1.00/1.00 vMB 70
422,701 422,701 0000000000000000015f89701e53851df9bb6d37c699a0c63fae9055b5429b7f 2,710 1.00/1.00 vMB 116
422,700 422,700 000000000000000001dc3153e274cc8910e376c7875c9414738e15d6c5a52606 788 0.56/1.00 vMB 37
422,699 422,699 0000000000000000014b5c0c64763443ac8ac183ecb5342bf8dd9c1b5d851bf4 1,594 1.00/1.00 vMB 29
422,698 422,698 0000000000000000034a84e157d2b15c319507f481ce0a4f0ef0b01fd95d4df4 2,455 1.00/1.00 vMB 80
422,697 422,697 000000000000000001f976ed7b139e0524ee35b70c96a378a38dc528281f734b 20 0.01/1.00 vMB 164
422,696 422,696 000000000000000000d491a65ff7cb5509da5c611a3e28b738d0b9c49f8204b2 2,257 1.00/1.00 vMB 51
422,695 422,695 000000000000000000bc1b12c20a7acb6165a7b2a0c7b7a5ce198be53cf335d6 2,520 1.00/1.00 vMB 64
422,694 422,694 000000000000000001e3fa6b93c638c942572a1d478f24eaebbe387c691d1e92 2,984 1.00/1.00 vMB 103
422,693 422,693 000000000000000003a9f61116562869ed2b0823122b46638f32eafb76d2bbaa 865 0.99/1.00 vMB 18
422,692 422,692 000000000000000000455df9d87e610f4fb8249a6865231c93bb32725ed2b4f3 2,319 1.00/1.00 vMB 43
422,691 422,691 000000000000000002c8bb9836ae63630c60ca12068a054fbe13e3cd58146629 2,738 1.00/1.00 vMB 85
422,690 422,690 000000000000000002138569304615d2419512a999620f91c56203f797210d34 309 0.13/1.00 vMB 53
422,689 422,689 000000000000000002e4d4d0f611ad5af03921ceb7c4155ef76259eba6fa685e 1,971 0.92/1.00 vMB 57
422,688 422,688 0000000000000000000ae57173cadf0a84ba72027344dab95efaa609018e0c38 442 0.99/1.00 vMB 9
422,687 422,687 00000000000000000478ee2838bf7d86c3da04a6ede1d85cf6f063c745cea0bc 670 0.46/1.00 vMB 28
422,686 422,686 000000000000000002c7fb1eaba95a3b34611cfc5e00f2bfbd55ccaf4f51fa69 1,295 0.53/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.37 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: 663.67 GB
    • Received: 14.93 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.