Loading Tool

Explorer IconExplorer

Memory Pool

81,573 transactions
29.65 vMB
0.08656387 BTC
Random Selection Loading Transactions
Max Size: 180.41/200 MB

Candidate Block

Mining Attempt d23deb07f96f479c51e73f33f81583baa9a5a5e4e7fd94ee2c4443e27dacd2a7
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root ce6ec09293626aca3a25a67b6661eadcea435084bce3d80a5c79653f33d2359f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,193
Size: 1.00 vMB
Total Fees: 0.02399633 BTC
Feerates: 100.53 > 2.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (67,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,079 848,079 000000000000000000033a0c0a57e3fb51212eafa9792d744cd2d42b7c836d7e 1,120 1.00/1.00 vMB 26
848,078 848,078 000000000000000000010058f3bbbd47e7156b48b9e55ff87129ea45d9146103 2,285 1.00/1.00 vMB 32
848,077 848,077 00000000000000000003156cddd7da01b7fa1b1edac395b6af875015fea1a209 2,823 1.00/1.00 vMB 23
848,076 848,076 0000000000000000000334408309e765b69d851d27cdd64f5256efbe4ba1212b 2,178 1.00/1.00 vMB 27
848,075 848,075 000000000000000000007e29cbb8f8987d5314c143d96dbfd7037cf12124ceb9 2,526 1.00/1.00 vMB 27
848,074 848,074 000000000000000000002befa4ed3242f574604f22743611cd0a14524276a1d6 2,965 1.00/1.00 vMB 27
848,073 848,073 000000000000000000008f5682b6fcc628b7c7a55bb22e17b1d6b2e9f0184670 4,166 1.00/1.00 vMB 30
848,072 848,072 00000000000000000002aaf74d1a4a87699e2e5261901d95e2039dfefe87fc8c 2,237 1.00/1.00 vMB 28
848,071 848,071 000000000000000000024ed9e556f950e4d9d32a50f77e27d72ed2fb528c3b31 2,299 1.00/1.00 vMB 29
848,070 848,070 00000000000000000002c51a5847eb19773f13294e1c279520a372e293d366bf 3,061 1.00/1.00 vMB 38
848,069 848,069 00000000000000000002a1a4f473bb0e775424007c08c501834b95a8a4b10843 2,905 1.00/1.00 vMB 32
848,068 848,068 000000000000000000025434ae04ad198ab234b98acd6c0f3ba1f5f2ad2f243b 3,415 1.00/1.00 vMB 29
848,067 848,067 00000000000000000000bd7c008210bb95d4d9791e3ea170427a762a9b7d3129 1,753 1.00/1.00 vMB 28
848,066 848,066 00000000000000000001f6429bb71a7785ad0dc8e82811b83d92c6f47886773d 3,302 1.00/1.00 vMB 35
848,065 848,065 00000000000000000001571e04e19d4e6cd78abb399ce0b67c0dfee2ddfebe11 4,419 1.00/1.00 vMB 33
848,064 848,064 00000000000000000000159b27a097f963b468671fe1e678f9afce2f92ad4976 4,217 1.00/1.00 vMB 26
848,063 848,063 000000000000000000024aef56edbb11c06f3cb0a6d5ca1e9dd1a75b6223a0bd 5,657 1.00/1.00 vMB 31
848,062 848,062 000000000000000000017410862aee3ea3c0afdd18012c0965226baec4db674d 5,088 1.00/1.00 vMB 33
848,061 848,061 0000000000000000000038d673e50763fcc6e173231e53f8fe5cd99ce66d7392 5,644 1.00/1.00 vMB 32
848,060 848,060 000000000000000000007d0aefbf52c2374d06c961eedbc589148c4ccd566342 4,186 1.00/1.00 vMB 34
848,059 848,059 00000000000000000000faef0d722af18040ab164430def7b52553b340b53ad1 5,251 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.54 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: 669.02 GB
    • Received: 15.71 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.