Loading Tool

Explorer IconExplorer

Memory Pool

87,602 transactions
32.09 vMB
0.14226744 BTC
Random Selection Loading Transactions
Max Size: 193.68/200 MB

Candidate Block

Mining Attempt a597e3c4f1dcbaf448a3e40d2a5638e2e9d9d7a99001359d869d235c75864517
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 242f6d25461ec1d954733f28c3e78bd6e08ef03d22fd43d90013023b2e0725ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05194848 BTC
Feerates: 911.92 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (146,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,668 768,668 0000000000000000000171b912b0cf077344e234193770a5ad7443ccb1ae3e6b 1,820 1.00/1.00 vMB 4
768,667 768,667 0000000000000000000363b99c076dac29186bbce6926779bc4d83e0f3a78705 2,169 1.00/1.00 vMB 6
768,666 768,666 00000000000000000006c632d36839e55056d32478d934f0489fb62e1bbf7c1e 3,254 1.00/1.00 vMB 23
768,665 768,665 00000000000000000004b590fd107c43bc40da4635488f97fbf4d9ea40b2cd7d 3,370 1.00/1.00 vMB 12
768,664 768,664 000000000000000000010d61fdb4fc3cc38a22e18b237ccab982cc5c2004e2e2 3,418 1.00/1.00 vMB 9
768,663 768,663 000000000000000000027818d24d0e9cfd324564e45be7814f4e3d00845ac888 2,844 1.00/1.00 vMB 10
768,662 768,662 00000000000000000004e16ca8d2d5e6695e85db6f7225edc5d359d41e7408f9 3,014 1.00/1.00 vMB 16
768,661 768,661 000000000000000000031f2ddb347ac221df1c8242848fafcaae79df52d4feff 1,850 1.00/1.00 vMB 14
768,660 768,660 000000000000000000052fb805e135333e37a49eb6a4362c5eb5fbad69dd18c3 1,914 1.00/1.00 vMB 20
768,659 768,659 000000000000000000017017375ec7c2772bb9158abfe16528ce56bb6a3bfb0e 1,462 1.00/1.00 vMB 17
768,658 768,658 00000000000000000006b1bae14d6ae65a637b65e49a496dc397184058920e97 2,845 1.00/1.00 vMB 18
768,657 768,657 000000000000000000024839d5674adcf75e949b9675c43511c129a6a122a826 2,458 1.00/1.00 vMB 17
768,656 768,656 00000000000000000002007738fba2983db435f2eb826611cd5b57d2fe36ceee 3,521 1.00/1.00 vMB 22
768,655 768,655 00000000000000000005170565e0116c88fa176b0f9e146e56e4093aeb5d8dc4 3,125 1.00/1.00 vMB 20
768,654 768,654 00000000000000000002d2c07dd171a501dbde24631763993e5e567caf9477c4 2,761 1.00/1.00 vMB 12
768,653 768,653 000000000000000000033ccef23a4dd912afeb601d7656ba8e6a33c6f1a4bb9c 3,251 1.00/1.00 vMB 21
768,652 768,652 00000000000000000002420f0670e8fe5a4365b9029fd047ae2ccd6b5d23d86e 2,493 1.00/1.00 vMB 9
768,651 768,651 000000000000000000070a71d816648a2731df2d912c7b8863154573f0115b2f 2,425 1.00/1.00 vMB 13
768,650 768,650 000000000000000000060ac1ce1552bd3c1088b7af6b1dceb6a56d4f5657db40 1,140 1.00/1.00 vMB 13
768,649 768,649 0000000000000000000143a130f033d2e18031d95eb2311dacdd52c9583404ca 3,038 1.00/1.00 vMB 23
768,648 768,648 00000000000000000002c3520bd6804905dc5c7126938c2358932f647c4688cb 2,854 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.