Loading Tool

Explorer IconExplorer

Memory Pool

80,393 transactions
29.76 vMB
0.14585049 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 6721ae871f8c7f7b608d9461e6f7ead6cf6219348251139fe21aa825f041e879
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 939b422fe261d306ffd7a08e64fab79d75dcd11d447f689589e531ec9e7e392e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,265
Size: 1.00 vMB
Total Fees: 0.07889696 BTC
Feerates: 502.67 > 7.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (15,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,136 899,136 0000000000000000000016d5bfa06b46a4a24410084e7cf339ccca0a79883c81 995 0.38/1.00 vMB 3
899,135 899,135 00000000000000000000a4d531b0328083c2f19a7f6c31e22e18cb73ff7a4d2c 1,348 0.51/1.00 vMB 3
899,134 899,134 0000000000000000000135dcf1e39457e4a976864e117c3d9422dfc13a0b40c7 2,609 0.73/1.00 vMB 1
899,133 899,133 0000000000000000000049fc17a7f4733f8c812634bff80c655ac1bede9d67ab 2,539 1.00/1.00 vMB 3
899,132 899,132 000000000000000000000c1edc6a72a175602b3a95d1197394e9fc9a3a8f9244 1,637 1.00/1.00 vMB 2
899,131 899,131 0000000000000000000084ea9bdf19f8ec848aafc3536efdccb59c8890688ebf 504 1.00/1.00 vMB 1
899,130 899,130 00000000000000000000d23eb2ecdd97a89593a606fc1700618a38e8d6d4917b 1,033 1.00/1.00 vMB 2
899,129 899,129 00000000000000000001db1321370d1fb276bbd02353f96b6cc92afccc69cc83 2,255 1.00/1.00 vMB 1
899,128 899,128 0000000000000000000201b7458c160a8b9c32b290709fbdf5f9dc3a647a8df5 2,986 1.00/1.00 vMB 3
899,127 899,127 00000000000000000001ffa30b54b501778e16ff62f4b3000b3ce77314e56bb4 3,140 1.00/1.00 vMB 3
899,126 899,126 00000000000000000000b0fc7230de5de7fd977846d588f6f5e40755372eb479 1,733 1.00/1.00 vMB 2
899,125 899,125 0000000000000000000052088c37b2274ed473e2d3deb2d90a7115c232c0f9c8 3,459 1.00/1.00 vMB 2
899,124 899,124 000000000000000000014f4a89c469998c4e91ad8458d3b3aca0f400d1322b79 1,370 1.00/1.00 vMB 2
899,123 899,123 000000000000000000020076808226a2a759e642918149992645838d6eb52c4a 2,531 1.00/1.00 vMB 4
899,122 899,122 00000000000000000000e47c3221d4f736ce96b9e798f759d53ed4144a23a8e1 325 1.00/1.00 vMB 2
899,121 899,121 00000000000000000001dc83b5f102fdddb05320352f7ce5660129c6e6202c29 2,576 1.00/1.00 vMB 3
899,120 899,120 000000000000000000022b6a55e1e866bc0a990cf8def8ecc335aac102ccfe0f 3,754 1.00/1.00 vMB 6
899,119 899,119 0000000000000000000159d4b7e90e476ca122bab34f4422a94e3433b49ed8e8 3,945 1.00/1.00 vMB 5
899,118 899,118 000000000000000000008af08e42056aed1498247286de1e589bc57382cbe048 3,899 1.00/1.00 vMB 4
899,117 899,117 00000000000000000000c593722ae82f98eff9165aeeeab822295343c1877ce6 4,095 1.00/1.00 vMB 6
899,116 899,116 00000000000000000001d50637f31ba03969bd629c2893b93d1573d676a24ac7 3,676 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.03 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.