Loading Tool

Explorer IconExplorer

Memory Pool

80,198 transactions
34.61 vMB
0.17390521 BTC
Random Selection Loading Transactions
Max Size: 193.77/200 MB

Candidate Block

Mining Attempt 1c22ce63be880f551ca85b22ef040871913c2ae938984f6fd78bd745e98320b6
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 805d786f77b6930d39eef35d907a42bd87ac4a1a430d89229182eda7f569ce4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,060
Size: 1.00 vMB
Total Fees: 0.04564123 BTC
Feerates: 150.93 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (452,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,388 463,388 0000000000000000012c71f0434aa48c3a756ff1cd8e8c7ebf59795a8fa34064 1,619 1.00/1.00 vMB 153
463,387 463,387 0000000000000000001138520697d2186600bd288af6ede219213c43c1db6fc2 2,243 1.00/1.00 vMB 199
463,386 463,386 000000000000000000f41ed5c4c6f690bd6e79f4fc5af6ba82f1120426c60640 2,180 1.00/1.00 vMB 229
463,385 463,385 0000000000000000006d052040db3edeb95201380c67cab0c48ebe1c43b4a4fe 1,157 1.00/1.00 vMB 182
463,384 463,384 00000000000000000117c1c82cf72470b7025ade9b76bd28b961083522fea1c1 2,217 1.00/1.00 vMB 253
463,383 463,383 000000000000000001e24a2ef453b6716b3c796c01b19b58639162d02b3e897f 2,075 1.00/1.00 vMB 147
463,382 463,382 0000000000000000017098807704ea9e43e1e6960b685f62096277e9f38ba3bd 2,696 1.00/1.00 vMB 166
463,381 463,381 000000000000000001eec8094aaa1e6b82aa35c9e4d2ae4ca8ea1a0b89c57eca 1,617 1.00/1.00 vMB 171
463,380 463,380 000000000000000000efab25b140298c7ecc94688904f1eef72dc941ed3f2207 2,194 1.00/1.00 vMB 238
463,379 463,379 000000000000000000ba1c1d0f200e08655ee8a035041ead56bd90d8b08ee2a0 2,314 1.00/1.00 vMB 173
463,378 463,378 0000000000000000009e0c8585386f831879f2f02b78c5e6ba01c6adad75dea5 2,365 1.00/1.00 vMB 194
463,377 463,377 0000000000000000012e1864e586ab8b99996452ac862b564cf9f34f3aeab235 1 0.00/1.00 vMB 0
463,376 463,376 000000000000000000f1a0428595444f82d6362b9e99f99681b9baad7984e737 1,982 1.00/1.00 vMB 258
463,375 463,375 0000000000000000008f79204105b20f874a8c62d3864c0819d4fafdfdb1fa9c 2,769 1.00/1.00 vMB 152
463,374 463,374 000000000000000001006132caa5a7b333580916c9c0fcb48e6cca0fe8698919 1,923 1.00/1.00 vMB 151
463,373 463,373 0000000000000000003f585eab2646b5f36bbde97dc21b36f7599aa55e3fa7fc 2,293 1.00/1.00 vMB 194
463,372 463,372 000000000000000000fc413ab48d8f44c7994c0f6ebddcab6806c341317e296d 2,323 1.00/1.00 vMB 226
463,371 463,371 00000000000000000108595c64108db2fd0dea35b26e8c0e2328884754533b73 2,512 1.00/1.00 vMB 212
463,370 463,370 0000000000000000015e9e12cbd987b3ea670fa2d42fcc5a10db584596374e34 2,088 1.00/1.00 vMB 264
463,369 463,369 000000000000000000ab0721647258aa8a241090c5cc772432f7ba502793eb90 2,621 1.00/1.00 vMB 170
463,368 463,368 0000000000000000001b6e19e4d651425ec3d79ed0f552670adffdfe39c99a91 2,229 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 783.11 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: 734.15 GB
    • Received: 18.55 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.