Loading Tool

Explorer IconExplorer

Memory Pool

32,235 transactions
17.73 vMB
0.05953746 BTC
Random Selection Loading Transactions
Max Size: 95.74/200 MB

Candidate Block

Mining Attempt 4758f2bb57dc31fff0c58fc7447b9260c42cb113872e333226852dfbad2ac210
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root 16f8aed96aff3a234de02c8514d48a983820d24f9b8c9658e1d05d138bacc0b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,295
Size: 1.00 vMB
Total Fees: 0.02546984 BTC
Feerates: 348.43 > 2.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (865,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,537 48,537 0000000001cd7d8f2d16a20ccd2b5fe09d9569781a0e590ee9529cc95fa0db16 1 0.00/1.00 vMB 0
48,536 48,536 000000002832884ff34520263d8fde2ea3ef96ad3f93c1d616cadef0673457ec 1 0.00/1.00 vMB 0
48,535 48,535 0000000012af1876a126d3a06e36b0cc4c77361b2164e59cce8e26aef485269a 1 0.00/1.00 vMB 0
48,534 48,534 000000001c9eea1a5182f126b82c2dd208895113081eee34bd0fc7e6b0e05e2d 1 0.00/1.00 vMB 0
48,533 48,533 0000000005fa27de96c72f1bc036e0dd979fe71c1d11eb71aa26db0da9b84648 1 0.00/1.00 vMB 0
48,532 48,532 000000001941157a8714517e2264e8fc0ac5921c99ad434427420094526221c3 1 0.00/1.00 vMB 0
48,531 48,531 000000001c8f47b537681f68f0b409f1f4f892e90261c4c926518886578536b3 1 0.00/1.00 vMB 0
48,530 48,530 00000000035619d08ff24326056cbab1afcc16ba8e3598cba14531fd27218089 1 0.00/1.00 vMB 0
48,529 48,529 00000000146e34eff1ef622d9f8e42a0f9d000535ad63fc59eef99d0497459c5 1 0.00/1.00 vMB 0
48,528 48,528 0000000007af6ff7230fc5bf4126cf355c19fa935ee7e47ba469df3a53ddbfb8 1 0.00/1.00 vMB 0
48,527 48,527 000000001bc7a42482b7818a4799a685c0289feeb1ffafc09c063e74713956d0 1 0.00/1.00 vMB 0
48,526 48,526 00000000086382f110d28dd909699a2d21ff398767f0a5089099229ec2ed003f 1 0.00/1.00 vMB 0
48,525 48,525 00000000157e0593adef8e48668eacb8724b3a35ce34d42e2c73f9d571031a83 1 0.00/1.00 vMB 0
48,524 48,524 0000000002f6baebff660499c259837b8f6d12d696afd730a65e27d3af841e6a 1 0.00/1.00 vMB 0
48,523 48,523 000000002a07dd557d30dcbe9416a0cabe30d96159d40202b2baddf908759c3b 1 0.00/1.00 vMB 0
48,522 48,522 000000001174d21bf72a17b4a0130d6077d731690c1d9d0231787b486f557e98 1 0.00/1.00 vMB 0
48,521 48,521 0000000016e33f229738bca41a72d6fb7073c79283838f09b9fc474d617ce3ef 1 0.00/1.00 vMB 0
48,520 48,520 000000002880329781eaf9e9de25dbb0a0f6d0c3e417e65d7cd422bf2faa084c 1 0.00/1.00 vMB 0
48,519 48,519 00000000015c34146d9121ceed13c6874ff1d1fc0fb783edb75a5064b88d6061 1 0.00/1.00 vMB 0
48,518 48,518 0000000021b30ad4b4ee4d98d98fc06dfdecfb22e4fe6ce83b68f56bd46f29de 1 0.00/1.00 vMB 0
48,517 48,517 000000002941d70a10321463633c3992abfe2d0f5be8d81f49da58c3ac3b713e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 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: 567.66 GB
    • Received: 7.69 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.