Loading Tool

Explorer IconExplorer

Memory Pool

102,130 transactions
25.08 vMB
0.07196392 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 47fcfebdd27a9430386fa7d7e24187934cbe4aa29684c22212a3f0d4943c7ff0
Version 20000000
Previous Block 000000000000000000001c93565973e85ca738de0480ecb7353029bcda8dc77f
Merkle Root 48b5591c4183ef06a9bca657dbfee6f0ad1b6c094cbb6c2ec9b97a448e70a645
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,050
Size: 1.00 vMB
Total Fees: 0.01463557 BTC
Feerates: 160.57 > 1.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,916 (791,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,317 124,317 0000000000001621da6b92e99f454472841cc63b82e0427b59f56538d3a6010c 15 0.01/1.00 vMB 571
124,316 124,316 000000000000325dd878c3b29fb5717631772414ad92f5428686fed8f5a24018 8 0.00/1.00 vMB 0
124,315 124,315 00000000000041887b32b1f4aafc18f67a2f0c1af49b68fc91c08f7f65257ccd 5 0.00/1.00 vMB 524
124,314 124,314 000000000000409e3489d90b9576fffc2c220acc5f3add9b3c2190a1672c2020 11 0.01/1.00 vMB 559
124,313 124,313 00000000000015e1781f29c0d69e78566117f6105bbe058d78c9917af87db529 7 0.00/1.00 vMB 299
124,312 124,312 000000000000295717943affaaee2554a9cbc5d01824470cfcd474ca69143611 19 0.01/1.00 vMB 436
124,311 124,311 000000000000157b72a759f69c38427a5bd377296f9c9ccba083b11bd0e6080f 31 0.02/1.00 vMB 224
124,310 124,310 0000000000005fd264dc444e133e1c2e8be1edfdca6a5224237548d1265f3545 24 0.02/1.00 vMB 270
124,309 124,309 000000000000092ee296e330991203bff06aea0fd7126b08031a310cfc5e3f59 5 0.00/1.00 vMB 2,600
124,308 124,308 0000000000003904f2db05d9da306dbf2b148be33c61a575f71efee16e947af6 23 0.01/1.00 vMB 510
124,307 124,307 00000000000033f14f703fe9bd374111bdd469367a05c501906e0b5e6f762ae6 18 0.01/1.00 vMB 117
124,306 124,306 0000000000001b587bc979232d05facf79d48c3717fa45e1fd0b8b192418d12b 14 0.01/1.00 vMB 990
124,305 124,305 00000000000015f73964141b3d0372f09c12ce74fce1f3761e4125a25987533c 16 0.01/1.00 vMB 662
124,304 124,304 00000000000040f4f74821a774176ca78b2d6bcf98f9ff59e29fd907c71eeec5 6 0.00/1.00 vMB 1,002
124,303 124,303 0000000000006a2c6918274b9b2269e8e727e0694e7db989aa5330a483e86d7f 19 0.01/1.00 vMB 375
124,302 124,302 0000000000000a201ad5dabe4a2016bfe791c00e5a5f40f67313d86dce9aa02b 18 0.01/1.00 vMB 270
124,301 124,301 0000000000006810fc135066c6162b18c9ca02605bfcb2a1a85e90c3476c1000 9 0.00/1.00 vMB 0
124,300 124,300 0000000000002f6d2adfdc94dc3bd8cbb3a8baf67f35e9bd16b9c95fea7410e9 1 0.00/1.00 vMB 0
124,299 124,299 00000000000015e1d9717956702d5326dc9fa40e0124696f9cec8bbe06766f96 6 0.00/1.00 vMB 205
124,298 124,298 0000000000005a08dde1c47326d72aee92888e972e0f5e261a9c0b73f4b92bb8 3 0.00/1.00 vMB 939
124,297 124,297 0000000000001b0eaa6cf6c607b39d39bb6e5935c0454b3eb0495d8eef885b30 12 0.01/1.00 vMB 334
Previous 10 blocks ↓
Total Size: 783.96 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: 798.46 GB
    • Received: 22.50 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.