Loading Tool

Explorer IconExplorer

Memory Pool

81,168 transactions
30.17 vMB
0.13300416 BTC
Random Selection Loading Transactions
Max Size: 181.44/200 MB

Candidate Block

Mining Attempt b6ecdd037459c68ad353f97563086f2e2355578bafb8f0e3230cb8353151a11a
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0b4b85dcefa81561210d252e45d662907cf6802da27d653be4cbc1b420f70276
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.05597708 BTC
Feerates: 242.90 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (350,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,772 564,772 0000000000000000000fc4d3d9a5ca54668477eced409573b73e8f7a019a2a95 2,532 1.00/1.00 vMB 14
564,771 564,771 00000000000000000009c921e314d779c83d151bd0f5aa76361855780838a2b6 2,825 1.00/1.00 vMB 26
564,770 564,770 0000000000000000000a046c1e5063d757826197b103a65f6c5b435f9d1d8a2d 1,620 1.00/1.00 vMB 13
564,769 564,769 0000000000000000001762e22a7d7b12d39ee605f046a8f5c24df5348d920b93 1,456 1.00/1.00 vMB 6
564,768 564,768 0000000000000000002346e62f67a36f9574f56eeb4165acda1756a670f1d8ea 2,675 1.00/1.00 vMB 8
564,767 564,767 0000000000000000002b93d7d40ac8f5b9d7e9b0986caef23a4ebf20bd05d2a3 2,764 1.00/1.00 vMB 37
564,766 564,766 0000000000000000001c944003147f81cf170ede24af4545c913845de105305d 2,965 1.00/1.00 vMB 24
564,765 564,765 000000000000000000288a38dbddc90ff04e7ec9c78d436d11b2c51e5c65c56d 3,048 1.00/1.00 vMB 47
564,764 564,764 0000000000000000000b564119f9f3f696c67ebb5f54c4e7cfcc490356016629 2,992 1.00/1.00 vMB 22
564,763 564,763 0000000000000000002076903fe5a96bf190b354639f70a2616eb080780ded03 2,328 1.00/1.00 vMB 22
564,762 564,762 00000000000000000028b78a60855dc57f08389098cbc6be188b190a0bb69f02 2,497 1.00/1.00 vMB 25
564,761 564,761 0000000000000000001f4ae015b54a6a5397008918e2c3661b5e0066dbfe9113 1,991 1.00/1.00 vMB 13
564,760 564,760 0000000000000000000106d59f59880e7de122c73f9aa3eada1dcd634e6deff8 1,939 1.00/1.00 vMB 24
564,759 564,759 000000000000000000192eff0178cc24b6c5c15cca52380bd8a7155c3c50d005 2,277 1.00/1.00 vMB 25
564,758 564,758 00000000000000000006fd204c0aa26720d63819ab59cb08cffa03996896fda0 2,170 1.00/1.00 vMB 14
564,757 564,757 0000000000000000000b00a95a16af5f20e4a097b8b222c16bc08246ace220fc 3,186 1.00/1.00 vMB 21
564,756 564,756 0000000000000000000db8aea226fd1cdc5a1e892f4b760747701ede67563985 2,311 1.00/1.00 vMB 38
564,755 564,755 0000000000000000000a8590cea5dc58affa00b111a3b285ca727b96e37c8a6b 2,479 1.00/1.00 vMB 55
564,754 564,754 0000000000000000001346fca3c68d939554729a4bd45f32146d8861060368d0 2,776 1.00/1.00 vMB 16
564,753 564,753 000000000000000000273071236e1e29904eec1ee85e0d7506e13ba69b9cfe9e 2,858 1.00/1.00 vMB 41
564,752 564,752 0000000000000000001a2f677236c4f39a581025d3111732d7ca6b7b7304847d 2,772 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.67 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: 673.97 GB
    • Received: 16.43 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.