Loading Tool

Explorer IconExplorer

Memory Pool

26,826 transactions
7.41 vMB
0.06272371 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.00/200 MB

Candidate Block

Mining Attempt 763916d7f2d31fa403327c99fc1303754baefb91bd560b32259fcc6e15d34c94
Version 20000000
Previous Block 0000000000000000000162240497cbc99eeed5e7e4ff15c610af5a069ccbc724
Merkle Root c01a1d0acf3830082157282e5c7b66e5065d852f5693210447c8bff44e84076d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.02994417 BTC
Avg Feerate: 2.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,990 (720,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,765 192,765 000000000000020631ac054983f09d20f7b2bf27c6670d4a62e1e9cf4df613fb 0.14 MB 500 252
192,764 192,764 00000000000003b3457cc90b8e50cda2a564c8c1507515d4eac6745517a3f2d8 0.01 MB 29 275
192,763 192,763 00000000000002de91e75dcacff4b72f3325f0db0b703b457ff980524a3a3681 0.05 MB 143 134
192,762 192,762 000000000000036e66423985301174d3c3ddf2f27da78658c94d526661c29379 0.07 MB 244 165
192,761 192,761 00000000000003602c53857d0517eae72a9e454b4188696015e8e18e35372825 0.12 MB 256 56
192,760 192,760 00000000000007beae6e60009fcca03fec8c8e330e61396d8585f22ac578f4f3 0.01 MB 35 48
192,759 192,759 0000000000000061428f3bcc8f6479c98e2c962392484fe53b32d93fbdd94409 0.01 MB 53 105
192,758 192,758 000000000000033560b285b1ea8260f776b8263360e0cced8fb20d16f869ccdc 0.07 MB 176 155
192,757 192,757 00000000000000217b73bef3e4f43136723beb5debeee14aedc6474e7f2eadc5 0.05 MB 112 85
192,756 192,756 0000000000000063e0834391ceb10fb10ec2f9b3be428e7fa1a56a621ecadeba 0.14 MB 284 745
192,755 192,755 00000000000000423ddfb1f0c71c6eb9b66064484b6bad13677177fe5cd5d1d9 0.09 MB 222 96
192,754 192,754 00000000000003785f584aac605a83bb51de31894c9707a11b59c404b107d1cb 0.22 MB 427 370
192,753 192,753 0000000000000549b1e0baf8561e0d8540606812b5e4cdb23939ed2082012042 0.00 MB 9 0
192,752 192,752 00000000000003754657df83bc1f744e696799c4578fbd2397082101444560ba 0.00 MB 9 14
192,751 192,751 000000000000006fcd48f418615c30aa3cee82b984feccdefe0c33f1b66d40b7 0.11 MB 292 353
192,750 192,750 000000000000059fc11b2a174af33e31d51a459658634b9ec24c12774b82a47b 0.00 MB 11 0
192,749 192,749 00000000000005a836a99f5f8c2a869e7a22e25ffb183b94d275e8db396668e4 0.20 MB 482 135
192,748 192,748 0000000000000442eb633088fc3b7f3c63183089a6e5a650f5e9bad06ed7d914 0.00 MB 10 0
192,747 192,747 0000000000000084760e6283ae836d5ed48b4572aac4e0d4068da0935803e5ad 0.01 MB 33 116
192,746 192,746 0000000000000472fddf2c62946e8ef0feb35bf23f48eed46da31196f40be3d9 0.08 MB 196 141
192,745 192,745 000000000000030d14eef0229e1d6f72bbaf92b2b042db4f425916c52e2fefa1 0.03 MB 66 121
Previous 10 blocks ↓
Total Size: 778.82 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: 366.88 GB
    • Received: 3.33 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.