Loading Tool

Explorer IconExplorer

Memory Pool

39,685 transactions
32.68 vMB
0.07623016 BTC
Random Selection Loading Transactions
Max Size: 161.60/200 MB

Candidate Block

Mining Attempt be461272ae6c5777f1e28a3cac0b8b819bf12293f1f5f0b34428d62cbf0afeca
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 4285cf444b1506cc62395ca9fb30bcb8820b8c1a961dbdd98f6850dbf184569a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,245
Size: 1.00 vMB
Total Fees: 0.00725015 BTC
Feerates: 30.98 > 0.73 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (422,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,541 492,541 000000000000000000927577fafc0f02e0dfde7bc5fc72128519bcf407567d2d 2,323 1.00/1.00 vMB 277
492,540 492,540 0000000000000000000f289ac52e8ff63211a882cfcae41aa1316365e6ce9ed8 1,891 1.00/1.00 vMB 177
492,539 492,539 0000000000000000008ffffd5613492ee44bf964cb71807649a35e9780550f5c 2,082 1.00/1.00 vMB 227
492,538 492,538 0000000000000000006b1943e958dba8a84303885395a36b68366863584fe88c 2,304 1.00/1.00 vMB 275
492,537 492,537 000000000000000000a72fb41fee56b786db086449048c3b94771d890319001e 2,398 1.00/1.00 vMB 184
492,536 492,536 00000000000000000000bab4da74b49d2edd04bc897805c9f53f7fea2eaa4177 2,654 1.00/1.00 vMB 216
492,535 492,535 0000000000000000003262beecec484341cd7afe0a76599b7ae44d4d10e5a420 2,747 1.00/1.00 vMB 228
492,534 492,534 0000000000000000008b1fcf3115b978bac67d2fe8995d013549cc49b6099fb6 2,669 0.97/1.00 vMB 273
492,533 492,533 0000000000000000005430b49529fc2fb7f0364f38acb743d68da5d25baa1fa3 3,018 1.00/1.00 vMB 200
492,532 492,532 00000000000000000044ade3b7ebac67a8ffbb7d62fb68e80497cbaac1f6c509 1,798 1.00/1.00 vMB 222
492,531 492,531 0000000000000000002fd5d6742b63172a8448f27fa83bae923be72abe5eef3c 2,669 1.00/1.00 vMB 271
492,530 492,530 00000000000000000074ea9de79a8ed00b962ad9bdfb2ce24188e32510a3e6d4 2,266 1.00/1.00 vMB 254
492,529 492,529 00000000000000000016c4b8dd085f560236706934b8b0b58ee853e479ab582d 2,642 1.00/1.00 vMB 242
492,528 492,528 0000000000000000008ac92abec18674ed6fd57efe2d05d1b8534a2f95895cb3 2,153 1.00/1.00 vMB 203
492,527 492,527 0000000000000000004fd0a125f65bf4fbf17f82e0f7125227646bfba450747a 2,099 0.72/1.00 vMB 251
492,526 492,526 00000000000000000053f8b8be5ace0bf09f84c3d784fdd64749952a5084b4ed 2,436 1.00/1.00 vMB 249
492,525 492,525 00000000000000000008fd140596cc12c5b01492cdec99938cf64eb8d73f9552 2,766 1.00/1.00 vMB 204
492,524 492,524 000000000000000000124c20b53e2a658e5c3d396fd763211a65de3f4e8ab24a 2,297 1.00/1.00 vMB 223
492,523 492,523 00000000000000000066e9e329a53397186d3da73d4efb3e5ac8d03e0b8735e2 2,320 1.00/1.00 vMB 230
492,522 492,522 00000000000000000018803c8101d6b958db3ddd3b7dff9ecd8d6053cae972b4 1,455 0.72/1.00 vMB 292
492,521 492,521 000000000000000000677853df20a0d23f9fd17e2d63a91a353f3c4c55ea061a 2,150 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 781.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: 623.97 GB
    • Received: 11.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.