Loading Tool

Explorer IconExplorer

Memory Pool

45,169 transactions
29.19 vMB
0.06413204 BTC
Random Selection Loading Transactions
Max Size: 155.43/200 MB

Candidate Block

Mining Attempt c7dce993650791357ad210096f47698bdd10728b409b894955e81fc2ca91609c
Version 20000000
Previous Block 00000000000000000001307f1998b9f9a4e8679a9c05e963893a3b9aa72c63eb
Merkle Root 8a24f04e29a5c9e40b4e751a6a3305c21f9ee4787c066b74bb905d92620de432
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,082
Size: 1.00 vMB
Total Fees: 0.00826435 BTC
Feerates: 251.62 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,856 (229,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,814 685,814 0000000000000000000792acc1984afd5101bf389d43007da75bb7b69a91e496 117 1.00/1.00 vMB 2
685,813 685,813 000000000000000000088bebcb98411950b7bccf8cca9e7d6feaf55aec6e246a 1,449 1.00/1.00 vMB 20
685,812 685,812 00000000000000000008f427cf8b5e6a3f071a05a1fc79fd4614a5f76393dd24 1,422 1.00/1.00 vMB 24
685,811 685,811 0000000000000000000d434be211be3a868ad937f8dddfaf0bf1087c404fbe57 133 1.00/1.00 vMB 3
685,810 685,810 00000000000000000002af7ebf506af21ce7849ab3d3bcea7a51c708ea4fde73 637 1.00/1.00 vMB 10
685,809 685,809 0000000000000000000ac397f972296fb1180053498f8463d28385c26d8fd832 1,621 1.00/1.00 vMB 7
685,808 685,808 000000000000000000059302515cc4be7f1922b1f47904723e294e352922cdac 2,216 1.00/1.00 vMB 22
685,807 685,807 00000000000000000004b3a3d46ee6936299f898647beedd0454fc1879ed1af1 3,042 1.00/1.00 vMB 73
685,806 685,806 000000000000000000075035f29e17210f06fac027a28a5570f6b6d42acd4aa0 1,416 1.00/1.00 vMB 17
685,805 685,805 0000000000000000000c2f68ddfce8b948a69e3e9bfd7bfd9e2d9163f665b3d7 864 1.00/1.00 vMB 41
685,804 685,804 0000000000000000000b44c231fed1bea9d83ddefe75aa2936d74a9d525cd843 700 1.00/1.00 vMB 52
685,803 685,803 000000000000000000091707d6a55622468a7823456d087df5b7e6cf3a935fd2 1,370 1.00/1.00 vMB 7
685,802 685,802 0000000000000000000c49b7d8318b1d2fab4d7e276d3bcc956ef3d9c5d47ba4 2,238 1.00/1.00 vMB 21
685,801 685,801 00000000000000000001f174fcd706dad3f169d614d5e07f6a69a561ab81195d 2,589 1.00/1.00 vMB 13
685,800 685,800 00000000000000000003b0bdff0caac2f1f8eb1aa6b7aa53f9b18b0a701e3520 2,354 1.00/1.00 vMB 14
685,799 685,799 00000000000000000005de6959fe50fb9b90f1f04a03e491120a003502ce2f0a 2,052 1.00/1.00 vMB 40
685,798 685,798 000000000000000000060f9634a20f19ee4da0b3f553727a45d0e560895fc62e 2,050 1.00/1.00 vMB 54
685,797 685,797 0000000000000000000b9d0662439f87d7de246b878904f8f01b23ca3fe1abc6 2,600 1.00/1.00 vMB 58
685,796 685,796 0000000000000000000bdc75439ffb7643d1e6d67a74685152886aeaec7be011 1,766 1.00/1.00 vMB 61
685,795 685,795 0000000000000000000b0715b9e914951357d1e8df05190f5fe35dbc48bbb2cd 2,169 1.00/1.00 vMB 56
685,794 685,794 000000000000000000028f90629c7861718153e0f33e0ab67577f16694b05afe 2,117 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.14 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: 652.52 GB
    • Received: 13.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.