Loading Tool

Explorer IconExplorer

Memory Pool

82,819 transactions
30.02 vMB
0.12520540 BTC
Random Selection Loading Transactions
Max Size: 182.71/200 MB

Candidate Block

Mining Attempt 90d76c085d72128f7fafc543f9f93aa0514cd5db013a89e16400cc47f948fd21
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root bec2fd3ab4ebfe7dace0a5a538012b8535e6223cd8c7a8d15770925c86677b3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.06148661 BTC
Feerates: 641.71 > 6.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (325,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,301 589,301 00000000000000000017016b96de8be12fe77a036a1cfa11d8447a3733b835a4 803 0.25/1.00 vMB 16
589,300 589,300 0000000000000000000a91eaeff27de989991edaf238fe4c0f2f28cf33049193 2,985 1.00/1.00 vMB 23
589,299 589,299 0000000000000000000a8dbb36fef54e94888774fde3c62d834fbe9fcee24b96 2,694 1.00/1.00 vMB 46
589,298 589,298 000000000000000000076f9bb42f2b5f5a08da3f7fb407de8c0024895a115444 2,836 1.00/1.00 vMB 34
589,297 589,297 00000000000000000018cb42aefce16da00bf0e3e3fd45f72e8567236857d0de 2,372 1.00/1.00 vMB 34
589,296 589,296 00000000000000000003602bdd2c57fd19b094b63b81b7f8925a919e5b671f06 2,345 1.00/1.00 vMB 16
589,295 589,295 00000000000000000008f34be44567881abcff3038c3156128cce27dc676e10a 1,937 1.00/1.00 vMB 28
589,294 589,294 0000000000000000001b2ce4d1f94d49c593802268a4b157351757be371ce039 2,863 1.00/1.00 vMB 76
589,293 589,293 000000000000000000061e99617b5203e2a2cfcec3cda6437381da12dceda29a 2,518 1.00/1.00 vMB 31
589,292 589,292 000000000000000000008fdc93ab62a36cd465a2166b26b1ec3f59e7afd506e8 2,309 0.88/1.00 vMB 32
589,291 589,291 00000000000000000017996e7fb80d4ba80453e2e1765a7aba2d6af6b7449edc 2,157 1.00/1.00 vMB 35
589,290 589,290 000000000000000000004aa3fba5079e5fc1ed7a8acb848037efd112ea4ec389 1,565 0.52/1.00 vMB 30
589,289 589,289 000000000000000000005d40cf4f919d7d113a563e9f1d735c0508b02baa6c5d 2,724 1.00/1.00 vMB 30
589,288 589,288 0000000000000000000fc9cdf54be7ee1e94e1d7cb039333d150efeb4a6d6367 2,698 1.00/1.00 vMB 10
589,287 589,287 0000000000000000001bffe3f21c4f2b99c19f372855adf68d2306fbdb1e231a 3,030 1.00/1.00 vMB 58
589,286 589,286 00000000000000000002afe5c19b4d0686d669356cd9b5d6a81c2a03932358a8 2,998 1.00/1.00 vMB 54
589,285 589,285 00000000000000000001926e6842e2e70a8c70f35dd0af782dc13d12dd980c16 387 0.14/1.00 vMB 32
589,284 589,284 0000000000000000000ed5bddba9af96238e2ab52082b5ec4b820681a9967541 1,797 0.64/1.00 vMB 29
589,283 589,283 00000000000000000004270640c2ec53f90cef27b1ae2363f11edd26eb02df0a 2,480 1.00/1.00 vMB 26
589,282 589,282 000000000000000000167a8d5e623b480ccf92b4620968a3e7f461a3f2a9a41d 2,662 1.00/1.00 vMB 4
589,281 589,281 000000000000000000015c02fd6f3b2ea6fc6ce07b8f636fa5b029182fd66caf 2,994 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.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.