Loading Tool

Explorer IconExplorer

Memory Pool

74,541 transactions
27.51 vMB
0.07153909 BTC
Random Selection Loading Transactions
Max Size: 167.87/200 MB

Candidate Block

Mining Attempt cc62137c18ec2dffd5c59f22bcc4bd3d1a54ae6e211dfc8edd4823eee5d92aba
Version 20000000
Previous Block 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819
Merkle Root f43315ff8dc6344f79e497c3ad97e82021c41166a33311ef807b80409e721a07
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01297174 BTC
Feerates: 301.05 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,264 (295,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,652 619,652 00000000000000000004a75f124da5d9cea7ce31a2af6f46f7914948a3197591 224 0.06/1.00 vMB 19
619,651 619,651 00000000000000000007a21d25f237ecb61605a7cb473d74ed00b93d123542a1 1,586 0.54/1.00 vMB 16
619,650 619,650 000000000000000000078e59e85907f4ce6f353035c2c2e3cc8e968c49ba9038 575 0.20/1.00 vMB 17
619,649 619,649 0000000000000000000ca575c8cdcfacefdb17eed2b6b8ec81a64c3be6deae10 834 0.20/1.00 vMB 2
619,648 619,648 00000000000000000001a7e2a7024671617d66072ebe65ae2dfe5d059536afe3 1,023 1.00/1.00 vMB 8
619,647 619,647 000000000000000000081c845f8c08eef5a6ed37c4c1e5c3c9331c98b51789aa 2,066 0.70/1.00 vMB 12
619,646 619,646 00000000000000000003f00e3d46a699351026859e21c32e051f2cc2a8edb677 1,493 0.44/1.00 vMB 13
619,645 619,645 0000000000000000000c9c23f931bf534e085b598fc69dc7f2ad9e81f32f9b7c 2,123 0.68/1.00 vMB 9
619,644 619,644 00000000000000000011115d90f53599e98d6c870bd4933e2af9adfeb165a210 2,193 1.00/1.00 vMB 3
619,643 619,643 00000000000000000009d6df20bcd28de662f66fcccaf4b1d45c4c79c1566a68 2,696 1.00/1.00 vMB 11
619,642 619,642 0000000000000000000c5bcb3a6df1b6c00e2fe8ea09a12c2950f906ee29f9b7 3,011 1.00/1.00 vMB 28
619,641 619,641 00000000000000000008d6eefcd21948f49b791f03964cd3d72b434c924ba90b 2,557 1.00/1.00 vMB 6
619,640 619,640 000000000000000000045a5f8d4c4cddec4c97c7e19a137b5847e7f17aa7853e 2,941 1.00/1.00 vMB 27
619,639 619,639 000000000000000000014c9a320c1c541cdd2c39411fffacb3d78766517fa1d4 1,992 0.76/1.00 vMB 13
619,638 619,638 00000000000000000010c21b77505d87d25a823ad213209421e343ad9e520fd3 1,325 0.49/1.00 vMB 15
619,637 619,637 000000000000000000099cefc33e61ec5fdaf44ff6cf81248233726f6be86ba9 904 0.25/1.00 vMB 15
619,636 619,636 00000000000000000003f3f24279e920bf5c788d2ffb89f95d61a74f029b9506 1,966 0.96/1.00 vMB 9
619,635 619,635 000000000000000000022a357afb091b1dab3ab7cff958a939c471cf85a80164 2,642 0.99/1.00 vMB 7
619,634 619,634 00000000000000000003297c97f2fda6b54efaacf16d056b102e36517c0321c2 2,627 1.00/1.00 vMB 14
619,633 619,633 0000000000000000000c1f82254c66c587a47d679afbd6bc6a8e9f012639f473 1,279 0.43/1.00 vMB 17
619,632 619,632 0000000000000000000f14dfbea70a821d8b98df6cd0ad0ce00c75038cd22ae0 394 0.13/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.85 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: 712.59 GB
    • Received: 17.19 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.