Loading Tool

Explorer IconExplorer

Memory Pool

75,180 transactions
20.74 vMB
0.06347966 BTC
Random Selection Loading Transactions
Max Size: 138.58/200 MB

Candidate Block

Mining Attempt 4c1062c84635050aae4088a33d6646c38e717efeff399205f173751aac8426e7
Version 20000000
Previous Block 000000000000000000010007760be8c060b919f3493f635d127b80f735ca4859
Merkle Root cdf7ad0c6e5eed74ad0058b240c767edc5cca436466ff71f8d3db4339e995209
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.01800404 BTC
Feerates: 89.52 > 1.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,972 (856,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,576 59,576 0000000004977e6d3e6ab18b32f4f5ca43eac6f089b1fb5312cbba75a3b74e9a 2 0.00/1.00 vMB 0
59,575 59,575 00000000045d54220dbc74eba31615d9bd87c5c7f138f10fa4d49c3df15df404 1 0.00/1.00 vMB 0
59,574 59,574 000000000b1baf979c8f59816e3d8f4873b6224fa217309234cea37c61023d0d 1 0.00/1.00 vMB 0
59,573 59,573 000000000bbb0dde89c4ccd3d5faced4cedb506bd8a74a74db09558e7df55959 1 0.00/1.00 vMB 0
59,572 59,572 00000000046739c1ea3612322e1769f07783ebb22fb62498b7fd2ff249a52f29 1 0.00/1.00 vMB 0
59,571 59,571 0000000002e0bebdedd492c730357e2ccaa9ae813d65746db80e1a1e803b4aa7 1 0.00/1.00 vMB 0
59,570 59,570 000000000948d647cf1bf9570154d47591b70d762d2806dc768c9d8c80c94221 1 0.00/1.00 vMB 0
59,569 59,569 00000000008c4e21405bf166aa6010944e684a70cacde53b6390616c8608436a 4 0.00/1.00 vMB 0
59,568 59,568 00000000014b0c459931a5a6d6d43a2c58fa57487c57c1b0b86191f1c8c202a9 2 0.00/1.00 vMB 0
59,567 59,567 0000000005f57dec105b4511decf2b2f996677c6f6dc8cccbacd1fd06e919bf7 2 0.00/1.00 vMB 0
59,566 59,566 000000000724283082a65e507bfb548a23d4b7ed7990f5d229acdcd31d591f72 1 0.00/1.00 vMB 0
59,565 59,565 000000000e96d603c2d1850a7d99770b460134e413f8b1c31e415decec4d0540 1 0.00/1.00 vMB 0
59,564 59,564 0000000008460a66cb2594a8c98bc45501ade33756210a62022e5fac28daef09 1 0.00/1.00 vMB 0
59,563 59,563 000000000d44ccce46856115a1cd08557159668f9d7ad750be03b3582881ff76 1 0.00/1.00 vMB 0
59,562 59,562 00000000038ba04d673ddc5058ff7d676c59371c04b5a75c537fc87e41fbda97 1 0.00/1.00 vMB 0
59,561 59,561 00000000060c3618a72bc7bd4ee303487991897a0e335c5d13a967ad157aa270 1 0.00/1.00 vMB 0
59,560 59,560 0000000001246bcbf34af591a912297d0342a14602237f3f576a9b2e5638b5e1 1 0.00/1.00 vMB 0
59,559 59,559 00000000060f0d8643bd83b7f862a1fce6ab704cab82daec831f28215ad397a7 1 0.00/1.00 vMB 0
59,558 59,558 000000000e9fd06b0b6d0afd4fe1fce9be491c9abbb2c6aefb8d1c2c3cb64e71 1 0.00/1.00 vMB 0
59,557 59,557 000000000af8e38973e4e7195551185737c23b6f98fdbc08bea4b194e1847b3a 1 0.00/1.00 vMB 0
59,556 59,556 000000000a7062accfe801b9ef357673a1300ebca7e043d86a627d218632c886 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.07 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: 805.53 GB
    • Received: 23.01 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.