Loading Tool

Explorer IconExplorer

Memory Pool

82,356 transactions
30.13 vMB
0.09468540 BTC
Random Selection Loading Transactions
Max Size: 182.75/200 MB

Candidate Block

Mining Attempt c297965ad6c5dd8ec62560f5b2ac2606708ed51c9e7dfd7f5fb76e80240c9bda
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root 4cfa0dfb5a5340bd997be26ddc987ddf44609acb0a17f515c7d71779941fd3ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,604
Size: 1.00 vMB
Total Fees: 0.02436006 BTC
Feerates: 100.60 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (673,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,462 241,462 0000000000000051a7f2c737a6dfeb35b35e3179c8502a18ef8be6d1e72c2619 73 0.04/1.00 vMB 156
241,461 241,461 000000000000002edd436e086e5cf1d4915450a8c4af0e7a4614c374f670c6e8 57 0.02/1.00 vMB 177
241,460 241,460 000000000000003647a1da604474cbf44d0aaab73df35020bd10dcfe81c4881e 177 0.10/1.00 vMB 135
241,459 241,459 0000000000000012f60bbaed5ce8a95eed1b92b405ab8edc2b05f4b357c9a7ed 139 0.10/1.00 vMB 71
241,458 241,458 00000000000000290c2bd3b3e5325c73854a3946273fca3e6f4d0ebcc25ec447 589 0.25/1.00 vMB 185
241,457 241,457 00000000000000f5fdcd657b1f4939326cec5968947ed7ec6be9bcf20379f67e 152 0.07/1.00 vMB 164
241,456 241,456 000000000000001ca0ccd4846aed0ba1ed88beb65b15068b275fbbcb047eafc0 64 0.03/1.00 vMB 117
241,455 241,455 00000000000000e3e0c924607e677ad1f5b63b426c90e18a02d9624fd57eaeac 199 0.09/1.00 vMB 210
241,454 241,454 0000000000000068a9acfe76c0f8d309b7a2ff04c2d8d329564d244b52d02fc3 218 0.12/1.00 vMB 317
241,453 241,453 00000000000000767a3390e8bb440b1fd49627fa15bea28abe0418a806e3789e 358 0.15/1.00 vMB 187
241,452 241,452 00000000000000e43c5f82a92bdb38d639d2bab0f9c35e8652abfb851f5f4cee 298 0.14/1.00 vMB 161
241,451 241,451 00000000000000d17ea1cc7dd2307de956aeda48dcf5a889f3364977f4832f56 107 0.05/1.00 vMB 62
241,450 241,450 00000000000000b0502c3b56bfc30aaf2e791bb1e3660f4efcf1ec78cebb7f6e 513 0.25/1.00 vMB 158
241,449 241,449 00000000000000e3efc9d7e231a00c65ab076fbf8e08da4ff2e8cd99e394ea46 280 0.14/1.00 vMB 163
241,448 241,448 000000000000000d61e8f4bb43e84bcb4e37f4aa5735466b6e363792220b8360 325 0.27/1.00 vMB 83
241,447 241,447 00000000000000fa78afebc7ade13fc12a6906b15a6d057144da1531f06d64ff 509 0.25/1.00 vMB 150
241,446 241,446 0000000000000047eaa9627fbb7c284c537831e576588406bd9daea150162d18 755 0.25/1.00 vMB 247
241,445 241,445 00000000000000e322b4a82b4d1df055798859ae3ef6fe2fa6e871e1f010142a 157 0.08/1.00 vMB 139
241,444 241,444 0000000000000068a971fb25c24ef14f708f284b335c89b21f5853d5bdb57b6c 9 0.00/1.00 vMB 50
241,443 241,443 000000000000005680b08acdaaabbdf33b8be5e773bb05648d844de5d656373a 122 0.06/1.00 vMB 165
241,442 241,442 00000000000000092d3633227283c4f15ae8c8e6b443e526a60005ef6ed5447e 80 0.05/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.60 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: 671.80 GB
    • Received: 16.01 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.