Loading Tool

Explorer IconExplorer

Memory Pool

50,317 transactions
28.84 vMB
0.07522179 BTC
Random Selection Loading Transactions
Max Size: 154.12/200 MB

Candidate Block

Mining Attempt 0414e711b190fbfc8dac51b272774cbbba5586dc75af0b3115a93d3dac34e40e
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 1ee6f770260b4cf1c003923cacabc8ae922030bbfc2d18067b241f9534a4cb35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.01203784 BTC
Feerates: 40.20 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (158,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,381 756,381 00000000000000000005f1a6723dbd2e3b990457910a0f2498af3548631898ff 3,245 1.00/1.00 vMB 20
756,380 756,380 00000000000000000006650e387060e75198e3b1ce07a6caf37b85a44c52df2a 3,297 1.00/1.00 vMB 18
756,379 756,379 0000000000000000000259d37d42325c9a9ca6fd310cc8edd64053084da45c4c 2,104 1.00/1.00 vMB 26
756,378 756,378 000000000000000000011ac77c7b9819f10f15349739e7fb78c8002c2ddeb730 2,260 0.92/1.00 vMB 10
756,377 756,377 00000000000000000006f7f1b010644ebddfc0f660fec2ded8a2f972e389d700 2,122 0.73/1.00 vMB 12
756,376 756,376 000000000000000000050a2a7bfa8de66964d21aa3a6c90464cc6d2954c9ddae 936 0.42/1.00 vMB 9
756,375 756,375 00000000000000000003c9832e699e8aa04f6b76e54015433f60cc70968c898e 1,193 0.35/1.00 vMB 12
756,374 756,374 0000000000000000000734efe4cfa4bbb5581be1a9db2fb4d77cbd0a58bf7770 1,135 0.59/1.00 vMB 6
756,373 756,373 0000000000000000000837832814893f905b391ce95d8ef6ab99b9d879727a71 2,651 1.00/1.00 vMB 5
756,372 756,372 00000000000000000000d0189b7e164b189b5462a5c3e83045c15b4403a736b5 2,382 1.00/1.00 vMB 12
756,371 756,371 0000000000000000000782b50adc15c0869c30fc57a42b1b4cadd2247d55694a 3,417 1.00/1.00 vMB 20
756,370 756,370 000000000000000000068ec56ea0ae2e9d13b36f47aa552bb393b0cbb697e3f0 337 0.12/1.00 vMB 13
756,369 756,369 0000000000000000000373b49451ca8170fa85a06f914460efbb9de0bd19bdde 429 0.15/1.00 vMB 12
756,368 756,368 00000000000000000003f22a92bef69a62dd62331e94aa8b3b3c56d16029994a 2,398 0.65/1.00 vMB 14
756,367 756,367 00000000000000000002e810741f282c73600c4ae9ce2a7a803be5039e48073f 2,167 0.68/1.00 vMB 12
756,366 756,366 000000000000000000009e69f05d88978251783b72e9cd7bb1c276a4ee7df272 1,961 0.67/1.00 vMB 13
756,365 756,365 00000000000000000007295704893327bd7c7447c78c468467c4be5a2f6dd6e4 688 0.48/1.00 vMB 4
756,364 756,364 000000000000000000086992d55607fd97b2b2ca4deccc9b45d8013ecec3b338 1,981 1.00/1.00 vMB 10
756,363 756,363 000000000000000000040c85034db5fe76f3d7df2bedbef9eb8370a1cf1c24f8 2,091 1.00/1.00 vMB 9
756,362 756,362 00000000000000000003c5d8a1ee7355e413e9bd9b396cdd2e3ae40f9e196611 2,155 1.00/1.00 vMB 20
756,361 756,361 0000000000000000000352adbfc6a5a8f7cfbdc32960554b381b9cdcf56cb2cf 2,488 0.97/1.00 vMB 13
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.16 GB
    • Received: 12.69 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.