Loading Tool

Explorer IconExplorer

Memory Pool

77,081 transactions
30.37 vMB
0.10806897 BTC
Random Selection Loading Transactions
Max Size: 181.18/200 MB

Candidate Block

Mining Attempt 2169a5d9e42341f8fa5810c6dade8b0666389d2488b57b60d00dd9f000eb1dd3
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root a4bc04d77b05ce7d26ec7b802db6c4d976e4ef0cdfcb0491646b482710f7b5c4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,461
Size: 1.00 vMB
Total Fees: 0.02888186 BTC
Feerates: 100.00 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (22,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,749 892,749 000000000000000000004b6e60d7c4100d420a808551e6ec27049ed6770e7375 3,939 1.00/1.00 vMB 2
892,748 892,748 00000000000000000001f859ddb793b8edbcde1bd582ace9bab8f04b0c1bead4 4,464 1.00/1.00 vMB 2
892,747 892,747 00000000000000000002500971d6f8c6ac92c86b4b61f3b657d869fa0a6784be 3,255 1.00/1.00 vMB 1
892,746 892,746 0000000000000000000099eadf8654bea5cdce5da7cc80a9e93261a198e96239 2,816 1.00/1.00 vMB 1
892,745 892,745 000000000000000000009a6d03695cb2b62088f4d5b85e32183a64c5785a0d10 4,438 1.00/1.00 vMB 1
892,744 892,744 0000000000000000000037db4b42d93d869dc2c9f6cdf92caf98325db6a920f3 3,693 1.00/1.00 vMB 3
892,743 892,743 0000000000000000000176979775b6e24600e0b27507b9f5e18099bfc899416b 3,785 1.00/1.00 vMB 4
892,742 892,742 00000000000000000001beea32da9778a9f45fd09988d967133d3ab537fc2e36 2,836 1.00/1.00 vMB 3
892,741 892,741 000000000000000000013815790024ad7807a875cef040ff29c01fe3f4d9ebd1 2,302 0.56/1.00 vMB 2
892,740 892,740 00000000000000000001782189b4d642aed38eeb06c14cd880eca2b1e0164346 2,462 0.64/1.00 vMB 2
892,739 892,739 0000000000000000000125b37599b8b705caa39fa6f7161872cbfac2458a3d2b 1,080 0.28/1.00 vMB 2
892,738 892,738 00000000000000000001918258494246dde9044efa7d40721de39a43c4f46e00 3,457 1.00/1.00 vMB 3
892,737 892,737 00000000000000000001b38e7b73f553f1558ae4c5e89ef83bd39ad47dd77abc 2,166 0.59/1.00 vMB 3
892,736 892,736 000000000000000000017851071143666e797ae1e136cfc237b6d0e8ba825507 785 0.23/1.00 vMB 3
892,735 892,735 0000000000000000000201dfa6f193b6da8c022703ec778f21e94788096c5b02 1,550 0.59/1.00 vMB 3
892,734 892,734 0000000000000000000176c24d37b8ac9fa86b407e10ec6cfa12aaff1bdb1e8d 1,475 0.36/1.00 vMB 1
892,733 892,733 000000000000000000012ca1294ca3531d26e9685d12d92ce8c6f0e96e341df8 3,321 1.00/1.00 vMB 2
892,732 892,732 00000000000000000000d18bf0958e238e9d1835d8c821894755bd9654e2f911 3,207 1.00/1.00 vMB 4
892,731 892,731 00000000000000000001874c69ad40644185e6fa645cde7bd2a421b6de785ca7 3,562 0.70/1.00 vMB 1
892,730 892,730 000000000000000000011c2908e5b823ce4e09576736ddabdc5c9e7b93f95d7a 3,664 1.00/1.00 vMB 2
892,729 892,729 000000000000000000020cf57415a232bacf7cda21d887d5095a4e1c78c29ce0 2,549 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.17 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: 749.56 GB
    • Received: 18.82 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.