Loading Tool

Explorer IconExplorer

Memory Pool

79,226 transactions
33.70 vMB
0.09819645 BTC
Random Selection Loading Transactions
Max Size: 193.80/200 MB

Candidate Block

Mining Attempt 910fd33971418ef3add523f8e41d4b2df8b70e2bbde7b31b150b5adb02c8c6f8
Version 20000000
Previous Block 000000000000000000015a18474bbcc9720d7e4b9f4dafc55b4bfad7f75e2916
Merkle Root 5ef8c3855bc4354725e4f5b109e0221612725e09392cd18b7292a3a7e859d599
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 1.00 vMB
Total Fees: 0.02389488 BTC
Feerates: 150.86 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,498 (768,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,098 149,098 00000000000004f6a74c54c7df842134e3f7a363c1a56137a63c3a2d1e869972 88 0.05/1.00 vMB 378
149,097 149,097 000000000000036289b546359f1a7ae4d643ed0282c8866ba1c656a9122a8a1f 7 0.00/1.00 vMB 117
149,096 149,096 000000000000057cec515b3ef8743418f537687a2e80684383d451cc3461dc95 12 0.00/1.00 vMB 0
149,095 149,095 000000000000034384670bd9d6e397611d1beca8c9c1902c298c09ba35a4ee7b 22 0.01/1.00 vMB 197
149,094 149,094 00000000000009a88672966edbd6bc83b933150c9a075ebc8b05e349083068db 139 0.05/1.00 vMB 188
149,093 149,093 0000000000000406d25e9c7d82b510accc887605475a8ef290779d9608c183af 126 0.06/1.00 vMB 111
149,092 149,092 0000000000000382ba4ce2f5352c8d66236e1a7b38a471f339fe4d3a44e673d6 12 0.00/1.00 vMB 1,025
149,091 149,091 0000000000000148bcba0f1809da574f16125f4caf8afdf4cb909a42446661a9 88 0.04/1.00 vMB 153
149,090 149,090 000000000000064975415c1305a52e5c2c0e20bb5c725384f6a1b37604fd689c 22 0.01/1.00 vMB 114
149,089 149,089 000000000000063332434531288bac7e90726f6a2fa1d8b3c55aaba51a80e302 27 0.01/1.00 vMB 334
149,088 149,088 00000000000008ab497e0f0b4846b691d7a7d24af5e2bd6ed17678add9d866b0 9 0.00/1.00 vMB 17
149,087 149,087 00000000000005281d9a42087defe6def8f2b6230bc81f123608d8ba777b3972 33 0.01/1.00 vMB 110
149,086 149,086 0000000000000696b256129ea470b69c7b89d51d9f71727188b8c9fc5f3fdc2f 79 0.04/1.00 vMB 143
149,085 149,085 000000000000084293102678097736a9035c175398dd946841b5e6a44f934ece 9 0.00/1.00 vMB 1,010
149,084 149,084 000000000000047f5cde1cf23cbb199bf948478bf87275f20a212539cbbac163 47 0.02/1.00 vMB 5
149,083 149,083 000000000000038e7ab16ad61bca1e59585b9472fa3324d5550898ffc1c8e79f 72 0.05/1.00 vMB 540
149,082 149,082 00000000000003c0c77615568788fdeb6654294ccf7ddfa41f6e80d0d6255ba3 101 0.06/1.00 vMB 194
149,081 149,081 0000000000000531b47ee5246ea99c44d1b2f0f7225000717edf09c0199ea662 21 0.02/1.00 vMB 325
149,080 149,080 0000000000000126bb3740600db08a738d11e2f74c70371359ec2dc1f55acb93 53 0.04/1.00 vMB 167
149,079 149,079 00000000000002de66eb68c7a4bdcb0e7f288a4726f0cdb1952466feb8f3f126 96 0.05/1.00 vMB 131
149,078 149,078 0000000000000190c3e7967086d1f4834350c2f2f896baa40bcd82cd2bc0a5fd 13 0.01/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 786.67 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: 1,008.82 GB
    • Received: 34.40 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.