Loading Tool

Explorer IconExplorer

Memory Pool

73,479 transactions
27.19 vMB
0.06282396 BTC
Random Selection Loading Transactions
Max Size: 166.07/200 MB

Candidate Block

Mining Attempt 505d6d43004345a31465a1ab8b2f55b0f1b910214177e7ed83226ae64f49bb97
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root ba23e12e976e6a68e2d5003254ef3221a727cdfd762e503aa86d8d72d39ff84c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,824
Size: 1.00 vMB
Total Fees: 0.00516403 BTC
Feerates: 84.38 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (489,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,073 426,073 000000000000000001c4c3c11cc47978512c4c6b67d2fd689a4a549c32e4cf66 2,692 1.00/1.00 vMB 82
426,072 426,072 000000000000000002ef21bdce15da12f3267360695d8765716a77ce3c31a2f5 654 1.00/1.00 vMB 41
426,071 426,071 000000000000000003048ebbd5c4fca4189c7b043482dac717e00076e1d349c2 1,946 1.00/1.00 vMB 40
426,070 426,070 00000000000000000390f8e03f94d7020fc9c601585acc7404b8b78ca9128b0f 1,832 0.75/1.00 vMB 87
426,069 426,069 0000000000000000020fedb27f1b7d845c1100a1fa70ef991c0303bbe456034f 1 0.00/1.00 vMB 0
426,068 426,068 000000000000000000a905981e58a53f04cc4a77403c69ccb6ce114b60b20533 1,537 1.00/1.00 vMB 79
426,067 426,067 000000000000000000fa3ad4ec034dd030e9f39ab475acd9740ca6a4cc41549a 2,274 1.00/1.00 vMB 58
426,066 426,066 00000000000000000274a6cc075cdfb99cffc41943c2f953da39c4340d2cb435 1,782 1.00/1.00 vMB 43
426,065 426,065 0000000000000000008c7ac431cc617fa358e3256ec345b2168049146ac7cb42 1,800 1.00/1.00 vMB 54
426,064 426,064 000000000000000002863b9f5f10ed050834ce6f4f0c9d0541e1d6ae68ec156b 2,730 1.00/1.00 vMB 60
426,063 426,063 0000000000000000009ed252e7423f91a67ed91e8fd0228be435eb9b528f4f58 2,710 1.00/1.00 vMB 65
426,062 426,062 000000000000000000673ecfc0fdcb1cef54f308e9c08ce08809dbdea0191cb6 2,899 1.00/1.00 vMB 96
426,061 426,061 000000000000000002b5cc6b7a6360db2f996962de2e3ae944a78b1a2f33a943 2,266 1.00/1.00 vMB 75
426,060 426,060 000000000000000004a7dc35dcba2d125f12dd29fe87f396b2df05e681681fbd 2,988 1.00/1.00 vMB 78
426,059 426,059 000000000000000003e734d90d85c06f1d7b3154a33e6cf218ff2d9bcaac3ea2 1,661 0.99/1.00 vMB 47
426,058 426,058 000000000000000001e66b29d7ab88e71473594fd64806aab122b16392d4e45f 766 0.35/1.00 vMB 71
426,057 426,057 00000000000000000507ccd7f45bae7d4487042c660e66a554fa4eb1eb8a6133 1,245 0.69/1.00 vMB 62
426,056 426,056 0000000000000000003e03d79e5f528c1a17c56f7c5e6bed8163512cb467dc1f 457 0.99/1.00 vMB 12
426,055 426,055 000000000000000003db54ca46c4e3956891f5928c2f4ac12dce4fb7c78ff20c 612 0.23/1.00 vMB 69
426,054 426,054 0000000000000000045dd5c0bad4506f60774b1df45c370ac0c55e4c53c440d7 468 0.46/1.00 vMB 46
426,053 426,053 0000000000000000030ed60be2f6820fc67f04047e08fa5aeed6eb96be79069a 2,389 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.