Loading Tool

Explorer IconExplorer

Memory Pool

79,886 transactions
29.51 vMB
0.09140764 BTC
Random Selection Loading Transactions
Max Size: 176.97/200 MB

Candidate Block

Mining Attempt ed2d74803db1dc8fe6b5f18b40c84a994c36c2eb37ea15204d31f7b9a052f203
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root 88b5eaae457dd8b8bf20a420843dfd3af28ce132c2266e259329d37685d1c280
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.03118838 BTC
Feerates: 101.65 > 3.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (284,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,095 630,095 000000000000000000071b4c6d080962facede0cac87aebf5c0f8ee4c42a2501 2,339 1.00/1.00 vMB 79
630,094 630,094 00000000000000000009f177b3830ad814f9b69c319feb6dec559547999bc678 2,548 1.00/1.00 vMB 87
630,093 630,093 0000000000000000000cf7d810fce8f32485ea9336d32b57217ee6a7462a7663 2,596 1.00/1.00 vMB 36
630,092 630,092 00000000000000000010f449fe29105bf64735418fff76bac47b0924eb19870b 2,716 1.00/1.00 vMB 6
630,091 630,091 000000000000000000107bced93012bf2c363ded9224e6a5be259c882ab6b622 2,468 1.00/1.00 vMB 31
630,090 630,090 000000000000000000025a4532c85f61ac46b4f7d18f27deac493de39acc4c60 2,870 1.00/1.00 vMB 98
630,089 630,089 00000000000000000010004564893e65702f0e4ee325d9bca08beb6a90d78ef5 2,162 1.00/1.00 vMB 107
630,088 630,088 0000000000000000000b76836e398925d0c20567680d71414878879eb5b09ffc 2,942 1.00/1.00 vMB 82
630,087 630,087 00000000000000000009c9cb2a411b88d8d5c1e5f0e259c14f86d7d1714f6d80 3,129 1.00/1.00 vMB 124
630,086 630,086 0000000000000000000f36061de41259edc4bd5fc5a97092abc24e499e273062 2,880 1.00/1.00 vMB 72
630,085 630,085 00000000000000000008bf79c711d23b4d3587c89297df09dfb3069ac95f1ff0 2,623 1.00/1.00 vMB 100
630,084 630,084 0000000000000000000340089cfeabf3f759b08bd409365ce621e9498f69450d 1,856 1.00/1.00 vMB 44
630,083 630,083 00000000000000000001949057fbe5f7434a2beb459703da04e0e277481c8f88 1,679 1.00/1.00 vMB 11
630,082 630,082 000000000000000000030bfe137305fc3f1aab71e3810fb84fd85e8407b2b523 2,685 1.00/1.00 vMB 80
630,081 630,081 00000000000000000000bba3c2f414dd10bc5c86c8485f243d8b9a7ba7be35bf 3,056 1.00/1.00 vMB 65
630,080 630,080 0000000000000000000ea652b925d322be46df384f88345110e544dee2aad496 1,643 1.00/1.00 vMB 19
630,079 630,079 0000000000000000000f75186e37703e0268a6af540b4429f6ec83bee7e10c65 1,811 1.00/1.00 vMB 15
630,078 630,078 0000000000000000000c2768bb1918f1751223776ab9f76f23f8febb1c204074 2,179 1.00/1.00 vMB 7
630,077 630,077 0000000000000000000c209bfda58c690e2a3c4fe1fc1988be7e977c461ca3e3 2,348 1.00/1.00 vMB 59
630,076 630,076 00000000000000000007403b389f20f9ba7b8505467d9596442d4dd9f52ce1fd 2,435 1.00/1.00 vMB 29
630,075 630,075 0000000000000000000bf3bc853741c2668ae9a8bb70b1533182d38c5dcd02a4 2,311 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.43 GB
    • Received: 15.52 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.