Loading Tool

Explorer IconExplorer

Memory Pool

79,302 transactions
29.09 vMB
0.11927080 BTC
Random Selection Loading Transactions
Max Size: 176.43/200 MB

Candidate Block

Mining Attempt 543a4c8c0eccec87eed63c0d6c7de82880a36e75458b492e56dba79c06ef7ff2
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 6ba84a696789a375af8ce59f29fbd4e6bc068916eee900a811635d9f461fbc94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,416
Size: 1.00 vMB
Total Fees: 0.04382298 BTC
Feerates: 602.26 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (127,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,477 787,477 00000000000000000004ff71daf29c153e88e7a0512f9ca9042f76fc06c2d27a 2,607 1.00/1.00 vMB 26
787,476 787,476 00000000000000000003e10eb7f5a8b5a4733f4a7db71993a1de8229fea2c5bd 2,918 1.00/1.00 vMB 34
787,475 787,475 00000000000000000003e5fae20e14a52922c7f39499843b7f8679a95c848f23 3,633 1.00/1.00 vMB 32
787,474 787,474 00000000000000000002449b44a20db34eeee6f86db0ef98a76cf9e8eecb8e60 5,149 1.00/1.00 vMB 11
787,473 787,473 000000000000000000053a6ede1ae75d9f19887d6204d155f253b3eb650c7ab3 5,214 1.00/1.00 vMB 10
787,472 787,472 00000000000000000004db886f0f5b24f47d1f62a117c22492e93c80023e6a41 3,072 1.00/1.00 vMB 17
787,471 787,471 000000000000000000012ec1feba8c63474c2a2899cf5c5ae6a55694917e43e4 2,925 1.00/1.00 vMB 8
787,470 787,470 000000000000000000024db5a990c4cf073018f9a2d9def8b5b7d93824e4cf27 4,046 1.00/1.00 vMB 21
787,469 787,469 000000000000000000057e66372a62960e878ffd119237c65544bcf2dd747b3c 3,118 1.00/1.00 vMB 12
787,468 787,468 00000000000000000000114b90319605a4b8c905c8b69f57ef70d03547e07eea 4,142 1.00/1.00 vMB 16
787,467 787,467 000000000000000000006340a6e49170ee3717be4aec6b27d3b2413181022035 3,794 1.00/1.00 vMB 35
787,466 787,466 000000000000000000015efdca34ff1d6fc62d32ffe1dbae5ec05eec1bc052a5 2,716 1.00/1.00 vMB 9
787,465 787,465 0000000000000000000438733a43c41f0111819de5e1744e9855649b3d824165 6,012 1.00/1.00 vMB 10
787,464 787,464 00000000000000000001e918aa5cfacf2182626bd08933307ba661733d764138 3,398 1.00/1.00 vMB 15
787,463 787,463 00000000000000000001606589c75fdab1d6aa4d96c5196070a0fed0ae9d7e5a 4,612 1.00/1.00 vMB 17
787,462 787,462 00000000000000000000eaefb2ddc10756ac019be36c68d7f7e5f1ea57532324 2,838 1.00/1.00 vMB 25
787,461 787,461 0000000000000000000438322f84bb76eff520fae5e8776e795d57a593d7ee72 2,101 1.00/1.00 vMB 30
787,460 787,460 00000000000000000004974f00f12d907f5dc8ce44ff2807dc02dcf5b73ca321 2,321 1.00/1.00 vMB 29
787,459 787,459 000000000000000000047f2d373d71c737c9b6f647b9ca0a4d4a55716bdb5a2d 3,470 1.00/1.00 vMB 38
787,458 787,458 00000000000000000001050918d67b5afeafc6fdcd3e2e4e3173f2ef546490f2 4,439 1.00/1.00 vMB 11
787,457 787,457 00000000000000000002492fddafcfc875d62dc896bc913fbf4c35b77395b022 3,846 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.92 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: 714.43 GB
    • Received: 17.54 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.