Loading Tool

Explorer IconExplorer

Memory Pool

26,991 transactions
12.11 vMB
0.03244806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.10/200 MB

Candidate Block

Mining Attempt adda3fc9db93d0638ec8cb8514076b677d252a55b67d4c638fe2b6cf2bfa967c
Version 20000000
Previous Block 0000000000000000000013ca6935cd8b272fb35cd3514b6f5e9a070a459ec896
Merkle Root a0150ae58bd3f45e38a80ba5ce64771f1469c8abc0e8c6f0140766db97787f5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 0.99797325 1.00 vMB
Total Fees: 0.01199504 BTC
Feerates: 151.16 > 1.20 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,763 (740,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,245 173,245 0000000000000756d5d8e45b0319cde9a1780bcb4194e585b2a198a067ff0fa5 32 0.03/1.00 vMB 360
173,244 173,244 00000000000006f934316956fd97fac319b1c55e4996da54047f3a132afe84a9 1 0.00/1.00 vMB 0
173,243 173,243 00000000000007a5d51abdc5cb059ec9023632ec2fed62c3a2c7545eb6916cd0 104 0.03/1.00 vMB 80
173,242 173,242 0000000000000203fd489a263beb2f712659683b94cd97c2c9effd198e6d552c 23 0.01/1.00 vMB 258
173,241 173,241 00000000000002fe49bf4680c427d2dd9cbfcdf723f6ec0f9258cd581c143723 1 0.00/1.00 vMB 0
173,240 173,240 0000000000000440a717208bb166cffcd4b504c7010f7adaf5813200419b6d7d 1 0.00/1.00 vMB 0
173,239 173,239 000000000000031a5bcb92cfacbf8ea46c34ce7c834d5bdb599e014bc86dfd4e 42 0.02/1.00 vMB 380
173,238 173,238 00000000000000379a7a6a8507425cae52232288ff827b6799088ff915751ec8 60 0.02/1.00 vMB 125
173,237 173,237 00000000000009924fba0cfff7e78ee71e8f5d02ca2c8d2c3f7fc7bdf834374c 5 0.00/1.00 vMB 0
173,236 173,236 000000000000010d890cd2b04a144f9214df10e57e4151bbc51569418b068e69 51 0.02/1.00 vMB 81
173,235 173,235 00000000000002d5cc4f4dadd5cd555f19b4c2290cb37b241d763c7f70334fcb 1 0.00/1.00 vMB 0
173,234 173,234 000000000000009616efbd0888833042c61513b6e9635e923095f088db2f89b0 5 0.00/1.00 vMB 0
173,233 173,233 00000000000007eaaf9c5e85800c5c3337dc87dd1bc885b5a2c0fcd28e7b5308 50 0.04/1.00 vMB 488
173,232 173,232 0000000000000579c013ee240f0ec93287c45f8003ab42c03ae1f6e91ff494ef 58 0.03/1.00 vMB 169
173,231 173,231 0000000000000831de5741a078fe01fa29880fa77fc27a1d79a24d66af90825d 83 0.02/1.00 vMB 146
173,230 173,230 00000000000005f789e072a3ffd840d6787ebc950627c467187bedccfd2fe431 124 0.05/1.00 vMB 265
173,229 173,229 000000000000097260f4faa542cea17b506aee0bc4c3dd2d74df9a10bf073593 28 0.03/1.00 vMB 69
173,228 173,228 00000000000005d3137f7252420c8f2345f7dea7b5716dd0372bb08ea04e0828 170 0.05/1.00 vMB 74
173,227 173,227 00000000000007a7ed28ddcb2114acd06ec599e64722a6fb2dab949efd1dcd73 1 0.00/1.00 vMB 0
173,226 173,226 00000000000000fb7107b46b3267e199292a2f57813beda808f5a7226b089e82 39 0.01/1.00 vMB 31
173,225 173,225 0000000000000513d81e6acfd9fc22d61f319f1dbf196a2f9eff5fc66a79b957 23 0.02/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 780.20 GB

Node Details:

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