Loading Tool

Explorer IconExplorer

Memory Pool

75,849 transactions
28.13 vMB
0.08837873 BTC
Random Selection Loading Transactions
Max Size: 170.58/200 MB

Candidate Block

Mining Attempt b650226997162a8042c37f3370160dcb0376d8127f6f37dc60b83793c4f2139c
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5e4e1a25ab71932e8220b8282f5394b1b2c4c21eaf54655d175390bcfca6c1fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02704118 BTC
Feerates: 150.80 > 2.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (109,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,068 806,068 00000000000000000003527e8d4e6889bb873144e1d24a1bdab3893d835c2cfc 1,851 1.00/1.00 vMB 11
806,067 806,067 000000000000000000001eba02986c9f463aad44ea5f389c8c098aad5af4b4d4 2,034 1.00/1.00 vMB 14
806,066 806,066 000000000000000000009f3577fc15c838849e4281f0c949ba34938f5bb00a9d 3,743 1.00/1.00 vMB 21
806,065 806,065 000000000000000000007f17025dc0f8711f8069022aaa6d4bbbf45f91c4e469 3,947 1.00/1.00 vMB 13
806,064 806,064 0000000000000000000455a5b4801f17adbb9323b8a72afa3c1f744888951552 3,205 1.00/1.00 vMB 11
806,063 806,063 0000000000000000000217e28eb0f911ee8725290effeb21f7986a0f0b727843 3,065 1.00/1.00 vMB 13
806,062 806,062 00000000000000000001a6b01693ecdcf9a6e40dc68f2ef591245d5a26d3b3e1 2,178 1.00/1.00 vMB 15
806,061 806,061 00000000000000000004e57b96844e9f034ebade952822c9e8137a86e6a33443 6,711 1.00/1.00 vMB 10
806,060 806,060 00000000000000000002c31697fef92b0732b45fd7aef55c1642fe0381cc408a 3,677 1.00/1.00 vMB 10
806,059 806,059 000000000000000000046776bceb70bb7213c985ce465bd719f8a588b550cc5e 2,383 1.00/1.00 vMB 20
806,058 806,058 0000000000000000000473b48c721e557f6f60b75ed6a37f3b4c6c7c25811067 1,252 1.00/1.00 vMB 10
806,057 806,057 00000000000000000004a0dee8ba8cfd548888448cb6c7070d26d443928034a7 2,670 1.00/1.00 vMB 19
806,056 806,056 000000000000000000045611d01f352d240ef2d70a1df9d5170d7f841044241c 6,659 1.00/1.00 vMB 10
806,055 806,055 00000000000000000002a0b19455e69718f7e941c574348180a95a8028461c1f 5,585 1.00/1.00 vMB 9
806,054 806,054 00000000000000000002385dd498396c51f74e729894fc9184ae1aa4d4a37887 1,689 1.00/1.00 vMB 13
806,053 806,053 000000000000000000010ef1b4a08d1bdbfb0c67b6ac9a9aa78b552a9f516feb 2,576 1.00/1.00 vMB 10
806,052 806,052 000000000000000000026e3bc939f1a40ab6fdee8784d871fde4a00d96826bc7 2,385 1.00/1.00 vMB 15
806,051 806,051 0000000000000000000297dc4913be403e9007a8c9280e9d66d383869853a77c 2,247 1.00/1.00 vMB 12
806,050 806,050 0000000000000000000361036eb99dbe129b201c6f1c6408e7d0cc818103ac78 2,751 1.00/1.00 vMB 12
806,049 806,049 000000000000000000038c29f5caa3020943e3701cf60d1e515b66e19a134e2d 2,652 1.00/1.00 vMB 15
806,048 806,048 0000000000000000000389ad56acaf98b3a7d1cbce5c2f647b6802eb573fd9d8 3,154 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.