Loading Tool

Explorer IconExplorer

Memory Pool

52,799 transactions
29.70 vMB
0.14639244 BTC
Random Selection Loading Transactions
Max Size: 159.11/200 MB

Candidate Block

Mining Attempt ab51f45776de07a7f4d88a0959944638d650ebbcfd6262ece6e7366adc449b04
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 346d67e4ec441eaea0c76e2b2f43bafaf003175c938f183343519c43830793c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.07482063 BTC
Feerates: 445.47 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (412,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,492 502,492 00000000000000000012cae47389611df48d70872cd78116282115cad59b1539 2,577 1.00/1.00 vMB 427
502,491 502,491 00000000000000000048abb7c8d22612626af4ef4c28db8386e4bfe1c7f7df5d 2,212 1.00/1.00 vMB 415
502,490 502,490 000000000000000000143997812af4fe1c6ed9ce620831c9c70f6331ecf49ffa 2,405 1.00/1.00 vMB 611
502,489 502,489 0000000000000000002d7bf049aa5c63613204a6dbd924a3a9566f7791099e29 2,137 1.00/1.00 vMB 361
502,488 502,488 00000000000000000009d702cedfd4751a24b9457fe4b4567f0bfc50e62d4c58 2,514 1.00/1.00 vMB 440
502,487 502,487 00000000000000000013b9a3061ba20a69a86b9d2352276c29dc8abc83efbe26 2,917 1.00/1.00 vMB 573
502,486 502,486 0000000000000000004b97f4de5d1f6c8024bc952f2d4e1853fe66c6919b0a64 2,485 1.00/1.00 vMB 449
502,485 502,485 0000000000000000003244fcba68d9b4ca3e241489833aba71da7d0d73270d8c 3,349 1.00/1.00 vMB 522
502,484 502,484 00000000000000000091818d003fdc569aba0a62a1ea15d1818df11b7884988b 1,836 1.00/1.00 vMB 292
502,483 502,483 0000000000000000001c751e7dba5475f6a3152a495ad3422dcb13196888d006 1,974 1.00/1.00 vMB 334
502,482 502,482 000000000000000000593d47f2e60efe0395134fb2fae63a2d91c11d5a54c50d 2,841 1.00/1.00 vMB 442
502,481 502,481 00000000000000000081dfac2a0fb87b0041620e8e090f1ef635be6482867e9a 3,276 1.00/1.00 vMB 524
502,480 502,480 0000000000000000003df63e4061ee21f4f87207cfc0b3d05e7f18a2268428fb 1,687 1.00/1.00 vMB 319
502,479 502,479 00000000000000000087821e1464feeab8b82c9eedfb7340ef4fb60f66a24b90 2,497 1.00/1.00 vMB 434
502,478 502,478 00000000000000000057d86f4d1a5439114c6680d1b8aaaf67e9e2af1c2dcbd6 3,377 1.00/1.00 vMB 507
502,477 502,477 00000000000000000025807a6ab1697ae43ab458e60ac8dfa38b298ac992cf07 3,403 1.00/1.00 vMB 512
502,476 502,476 0000000000000000002d2ed7ceeef95ecb35bf2b9498945cd0709070b70c7f21 3,693 1.00/1.00 vMB 499
502,475 502,475 0000000000000000005c0282e306e32a8a70151a3f758ff2b2288f4ede84769a 2,043 1.00/1.00 vMB 277
502,474 502,474 0000000000000000006cd65c5bfab9870b4d410b21dbfe7a36d1f0fdb354317e 3,127 1.00/1.00 vMB 444
502,473 502,473 00000000000000000082f23150076e3801e02313dc1f10ae1bd13312626d529a 2,741 1.00/1.00 vMB 426
502,472 502,472 0000000000000000007b815ea41bac30a4c34c70d7d565301045e2a5505a407f 2,493 1.00/1.00 vMB 424
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.