Loading Tool

Explorer IconExplorer

Memory Pool

40,907 transactions
26.13 vMB
0.05466336 BTC
Random Selection Loading Transactions
Max Size: 136.63/200 MB

Candidate Block

Mining Attempt 347281771c4ac443f1b89bb5acb6c5c87e0ab9f29c3f0e51def50ee2c2b350b4
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root a40e39239bb5c9a9b5eedbfa1c6ccf4188c5ed09a727141b201f9fb4879c90b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,418
Size: 1.00 vMB
Total Fees: 0.00707491 BTC
Feerates: 100.00 > 0.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (344,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,754 570,754 0000000000000000001f41e2dade2d58dcba0a74ad0f562f7b9c1f5d84d07dc1 2,685 1.00/1.00 vMB 109
570,753 570,753 0000000000000000001350830d4b422c47cd62513ad9e2f4b9280d7cf0a75d06 2,706 1.00/1.00 vMB 109
570,752 570,752 0000000000000000000b639937d015029316675247c852348aa0f741c2fc046d 3,080 1.00/1.00 vMB 152
570,751 570,751 00000000000000000020d390c48530e7591bd91d09313d53184611416e53a1af 2,890 1.00/1.00 vMB 174
570,750 570,750 0000000000000000001a8bb40fef9d4f46d1c3962ea58337346b16d65aa5de2b 3,126 1.00/1.00 vMB 100
570,749 570,749 000000000000000000120755fd59373d1713b26742613f3190c83a37c2479337 2,881 1.00/1.00 vMB 114
570,748 570,748 000000000000000000002a679c1d33d8fea75d7aea832f361ac276260853dccc 3,205 1.00/1.00 vMB 130
570,747 570,747 00000000000000000014b5064353bee3df448bd7a5301166e40bb7e0b4a9f031 2,737 1.00/1.00 vMB 128
570,746 570,746 00000000000000000015e32f5a7f4a3323161b39d585b3fb71fb3de92e75a6fb 2,405 1.00/1.00 vMB 140
570,745 570,745 0000000000000000000bc587c08f174d0524999597c21b8e96c034d8372058c9 1,791 1.00/1.00 vMB 147
570,744 570,744 0000000000000000001131e2e49e9b63f2b6e1dbbab9a1ed80dde3815ad09248 1,983 1.00/1.00 vMB 166
570,743 570,743 000000000000000000059a230d62c92271b8aec795637d8ad7c3fb8913c098ad 1,360 1.00/1.00 vMB 151
570,742 570,742 00000000000000000001942a59a22207e98775da87dbf03c69fadc189c7e5c0e 2,970 1.00/1.00 vMB 134
570,741 570,741 000000000000000000246352764a09fad94a733a6c9f94a5629ca6cc6e075b75 2,923 1.00/1.00 vMB 136
570,740 570,740 0000000000000000000fcfc3aed325d848bceebefe745870d860e9807ceba8b5 1,659 1.00/1.00 vMB 107
570,739 570,739 0000000000000000001d857cbd78a9f72065d360b85c1c9bbd51f947eda787f1 2,633 1.00/1.00 vMB 133
570,738 570,738 000000000000000000138fc9312d0a74a9f8461f892893cf8283d5041decc232 2,538 1.00/1.00 vMB 81
570,737 570,737 000000000000000000175c43f7dbcab891dce12bdda072b84786469636c4a428 2,576 1.00/1.00 vMB 82
570,736 570,736 0000000000000000000d767e48b3fbb8b93ac1a8132b6012afe09da3af2a3085 2,952 1.00/1.00 vMB 84
570,735 570,735 00000000000000000027d7a0666b3c18dcb0a00b4ff63427e752e1697be8696b 3,029 1.00/1.00 vMB 131
570,734 570,734 00000000000000000022d5542acb083355deb85b2aae521e6ec9431de6991fbf 2,144 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.