Loading Tool

Explorer IconExplorer

Memory Pool

49,078 transactions
27.62 vMB
0.08073733 BTC
Random Selection Loading Transactions
Max Size: 147.37/200 MB

Candidate Block

Mining Attempt 1d2c8314337b6f9ce86be6067da276b683f41b4639b72b15c06fd739f6c28615
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 80739e8a8fb97e19e087bb305822d6eef7fe1dd173b46c4fefda257a67acacbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,672
Size: 1.00 vMB
Total Fees: 0.02852527 BTC
Feerates: 150.92 > 2.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (325,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,773 589,773 0000000000000000000aa2f57a6d7da90ec8462a6791f4576fac86c53c6dabaf 2,754 1.00/1.00 vMB 18
589,772 589,772 00000000000000000016efbb6956f17f7af3752118791ca74251f8f0821601c8 2,952 1.00/1.00 vMB 26
589,771 589,771 0000000000000000000d0f4b7cc9831ed7e1c9eabf4f50e2da7ac54f4254194d 2,657 1.00/1.00 vMB 17
589,770 589,770 0000000000000000001415e0eb69954e59cda4c15ec73cd937fb92e4884bbe7e 2,890 1.00/1.00 vMB 35
589,769 589,769 00000000000000000010760b754a05520463b3a8f0243fe0505f6330a3fe8c71 3,037 1.00/1.00 vMB 68
589,768 589,768 0000000000000000000535dda54e729bf8b3d3363dac0911df39efd95cddd083 3,087 1.00/1.00 vMB 72
589,767 589,767 00000000000000000013d8562b20afe039c9569be3741e9d8ca320077499b23a 3,129 1.00/1.00 vMB 61
589,766 589,766 000000000000000000156e5c1806982538621f2e23ebfaad2cc256caecef02ef 2,647 1.00/1.00 vMB 47
589,765 589,765 0000000000000000000fba6e33308c14c3d68d05079b2ff931b9fdeddd4fd7ab 2,055 1.00/1.00 vMB 43
589,764 589,764 0000000000000000000df7630a53e8469b4e58ce4b6b472604f120b44c6e4323 2,262 1.00/1.00 vMB 59
589,763 589,763 00000000000000000012906327913ac668bb4005cf7d0589338e958c67edaf0d 1,793 1.00/1.00 vMB 64
589,762 589,762 0000000000000000000a48dab7dc2a11d2a1c1c2a9cd4c6e32f4458e2f993706 2,588 1.00/1.00 vMB 96
589,761 589,761 0000000000000000001839a26ebbd4b54f29b28eefecf40b1e8174546c99f315 2,031 1.00/1.00 vMB 23
589,760 589,760 0000000000000000000af9aabdeeaa28b24f5128e56c55b5a28609935520afdb 2,780 1.00/1.00 vMB 35
589,759 589,759 0000000000000000000e9d60bc13fee0dc652783d4e71ad13b28c2e27b68a358 1,872 0.58/1.00 vMB 5
589,758 589,758 0000000000000000001ab8b3d043cded6503f9458fc47f6b734bd66ab279baca 2,810 1.00/1.00 vMB 34
589,757 589,757 00000000000000000016c058439698a9df4ebc529a5706eba142502d3c81087e 1,587 0.59/1.00 vMB 23
589,756 589,756 0000000000000000000fc5620b729f2b76eb74f0fa2f38cf01488171215be1aa 428 0.13/1.00 vMB 31
589,755 589,755 00000000000000000018c32d87e7139253c25a1870eaf1d2e701c40c4251e155 610 0.27/1.00 vMB 21
589,754 589,754 000000000000000000148dd07e6af93505118f42a5f158f17f01257f5cd506bf 1,689 0.59/1.00 vMB 22
589,753 589,753 000000000000000000166f6a038cbb5ecd8b935acb2263c5527b5f6b8724ee38 2,334 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.00 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: 649.06 GB
    • Received: 13.13 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.