Loading Tool

Explorer IconExplorer

Memory Pool

82,339 transactions
31.85 vMB
0.07639559 BTC
Random Selection Loading Transactions
Max Size: 193.59/200 MB

Candidate Block

Mining Attempt 69d3061dfa069aaaeea156c6836b6185ef6006a4c9800ce3f40bf908f9d14496
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 065ea1a3449bb712a2dc7f4f957a454fb83f9f58dac5ba9d099b5f61ee2848f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,484
Size: 1.00 vMB
Total Fees: 0.00682903 BTC
Feerates: 146.96 > 0.68 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (489,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,079 426,079 000000000000000001d78a2f42c4383ee1ddb35b9860cda83331d3dbf13e5bf3 1 0.00/1.00 vMB 0
426,078 426,078 000000000000000002be15c5c474dd59f8e7070641a1d8b9072019d5efee383c 2,659 1.00/1.00 vMB 71
426,077 426,077 0000000000000000029f0b91919cc28b792f92b50d81da54303372438eaca458 712 1.00/1.00 vMB 25
426,076 426,076 00000000000000000194a80d4f1bd762fea3813fd130e90932f063c987b1252e 1,567 0.99/1.00 vMB 43
426,075 426,075 0000000000000000048c9a23f85abe0d7e37defd5519c7e7c89d924748989662 2,316 1.00/1.00 vMB 65
426,074 426,074 0000000000000000019e9a4014b191184ae5e4c9982d56830927387a3744de30 1,684 1.00/1.00 vMB 70
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
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.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.