Loading Tool

Explorer IconExplorer

Memory Pool

84,499 transactions
30.99 vMB
0.09378684 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt a3584c690a4480762b431a6ef531e12f6b19c13164cfc0cfb97eae4b8ae95c66
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root b45b3940aca8a867b167cdd80bd360109911bc3246f2bb998a0119405e730908
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,546
Size: 1.00 vMB
Total Fees: 0.02311228 BTC
Feerates: 402.60 > 2.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (106,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,764 808,764 000000000000000000004fa4d0c07b95c819304b862a84aa750553649e713e4c 3,342 1.00/1.00 vMB 36
808,763 808,763 00000000000000000003cf018b66160f7c898d5282cf8021054f30645d351642 7,076 1.00/1.00 vMB 23
808,762 808,762 00000000000000000003a03d4020efdce651b5ab2dcb0c59a745c7cd8a652bb6 6,105 1.00/1.00 vMB 22
808,761 808,761 0000000000000000000087637fec9754b268c18e8d62dcfd066f269d65d0fed9 3,031 1.00/1.00 vMB 36
808,760 808,760 000000000000000000040cae92b747c6007eecf5d2d53b609cf17a2d7c349502 3,569 1.00/1.00 vMB 33
808,759 808,759 000000000000000000033635c08d39319f29132c64f809688cc81fe323b9940d 2,140 1.00/1.00 vMB 35
808,758 808,758 0000000000000000000070b5bfc067e1e3580fd7699748dc31a264eefb897c11 3,396 1.00/1.00 vMB 48
808,757 808,757 00000000000000000001e6d12f4dd718f4a2da85d9f5e6a333cf16447d2c1a50 5,365 1.00/1.00 vMB 26
808,756 808,756 00000000000000000000b8d3e9585e073dec4e0b97514f5f4e26298bbb112bf6 3,823 1.00/1.00 vMB 28
808,755 808,755 00000000000000000003865613250cfda9184ef62064f7a67267bebea102c128 3,193 1.00/1.00 vMB 43
808,754 808,754 000000000000000000002962e91bbba7878d4a26d8984572d55ae67ab371364e 3,010 1.00/1.00 vMB 49
808,753 808,753 000000000000000000039d918168af2e2580e4f15d085a88c90e764a0f4d1fa8 3,229 1.00/1.00 vMB 28
808,752 808,752 000000000000000000014d50af7ea61f3aa5ca4bbd070723d5c0b90dbf53afd4 2,851 1.00/1.00 vMB 23
808,751 808,751 000000000000000000039b7b6c3458cb3e2dac191806d268ba37ddd1b7933d91 3,118 1.00/1.00 vMB 41
808,750 808,750 00000000000000000003df73110d2a5088b0d7fadf9c96141856b6ce6dad4e9e 4,738 1.00/1.00 vMB 28
808,749 808,749 00000000000000000001ffa28ebc399c94d242dbbf330f9a18a0dc63d030d351 2,787 1.00/1.00 vMB 31
808,748 808,748 0000000000000000000094eb560ce7f1c3d1117d9890a0f7e48db9abb5419c7f 2,050 1.00/1.00 vMB 33
808,747 808,747 0000000000000000000039168f47856eba5dac61c0c97e990dccf8fbc7c18967 2,137 1.00/1.00 vMB 29
808,746 808,746 000000000000000000026f5fc77f7ac5be9981704f3d5d5ccf9e43ece2e9b3d8 2,924 1.00/1.00 vMB 35
808,745 808,745 0000000000000000000008010d6d3fcc34f113c7873f52fb959627f72771adb7 2,398 1.00/1.00 vMB 38
808,744 808,744 00000000000000000001c30ac88f2383bd27e3110e05e4e5b967be54ffeae584 1,997 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.