Loading Tool

Explorer IconExplorer

Memory Pool

80,529 transactions
30.25 vMB
0.12606561 BTC
Random Selection Loading Transactions
Max Size: 181.18/200 MB

Candidate Block

Mining Attempt 192396a784ce159aff15eba2becca520385213cd80a62cbc2cf8fb52ba412d71
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 439d1a6be2c5a3291dcf0b959dc9792191a4d9af36269c1426dcce9ad0084a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05569111 BTC
Feerates: 150.86 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (155,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,741 759,741 000000000000000000066ce51039462a46f3c705dd235739a971639f4af92769 3,126 1.00/1.00 vMB 3
759,740 759,740 00000000000000000000146f77cd18c1dfd9d25aa0a45c38eec3d0d9ddb0318d 2,635 1.00/1.00 vMB 7
759,739 759,739 000000000000000000005f4bb64cfde8bcc85ee49ae91524a9314d237d453fc9 3,150 1.00/1.00 vMB 9
759,738 759,738 00000000000000000001793bc532d01952690eaf24f577c29a48fcdbba1c4209 3,025 1.00/1.00 vMB 18
759,737 759,737 000000000000000000048d6b53ec2253849ee2c91a0276220ad1565af89732da 3,341 1.00/1.00 vMB 11
759,736 759,736 00000000000000000005664d4b9cce66d92542c733c9c5d68c085888da15ecb6 2,713 1.00/1.00 vMB 23
759,735 759,735 00000000000000000004c336dfcfe62ff08a2cdd76a7200ddc75e1a753ea4902 1,828 1.00/1.00 vMB 9
759,734 759,734 000000000000000000040d5a4ef7165975a8038ea7873b42e46a2f15e52e5a87 1,455 1.00/1.00 vMB 12
759,733 759,733 000000000000000000064171bcb06bff1e5259119b3cefed97f6542f2b99a863 2,807 1.00/1.00 vMB 25
759,732 759,732 00000000000000000005c5bc323906051a8e70e4d2f3a5e6f113515e4714626c 2,917 1.00/1.00 vMB 12
759,731 759,731 00000000000000000005d121c8e395e345cc2ef3607dcf95a05c67c102bce2d8 1,841 1.00/1.00 vMB 2
759,730 759,730 00000000000000000006944bc0ebf2295baf21630178a26c8ab770bc87d6314d 3,073 1.00/1.00 vMB 5
759,729 759,729 000000000000000000074dfd971b7ccbaa2b06eb97d77e9eb6912de5ac95d191 2,767 1.00/1.00 vMB 9
759,728 759,728 0000000000000000000489911e5538180f897cc16631b3e2048046e9cf87ed44 2,524 1.00/1.00 vMB 10
759,727 759,727 00000000000000000002afe76467e50582d5f94135eaa008b77af652b76a5b6c 2,820 1.00/1.00 vMB 21
759,726 759,726 000000000000000000069c2d813ebe8862cd4c0c2a0f629c48ad5ea3daca76b7 1,756 1.00/1.00 vMB 13
759,725 759,725 00000000000000000006acfdb21ba1bb61ca1dae17fed73fe68be511de02e840 3,370 1.00/1.00 vMB 18
759,724 759,724 000000000000000000013d7568f1fc882f0e7891ad4d6317f8d07e50d7d2231f 1,071 1.00/1.00 vMB 3
759,723 759,723 00000000000000000000d6eb6fe93761a75d5847801edf83189a56e1fbbcf39d 2,909 1.00/1.00 vMB 6
759,722 759,722 000000000000000000050f0d7395a21849f9471b70ff4d96e4d0fca4143e7988 2,918 1.00/1.00 vMB 15
759,721 759,721 0000000000000000000736cc62c13a1c4bfff5c382974cd69acba1eb4da6943b 2,188 0.77/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.88 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.