Loading Tool

Explorer IconExplorer

Memory Pool

33,726 transactions
25.54 vMB
0.05589190 BTC
Random Selection Loading Transactions
Max Size: 129.15/200 MB

Candidate Block

Mining Attempt 4290b3c8e9ef61a6841b9de025ea3b87448a2d0150f31878316d600fe514ecd0
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 13874ea821237db081af6a4352435bfea366d74b176856ee283c1bfc3319b1ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,550
Size: 1.00 vMB
Total Fees: 0.00946521 BTC
Feerates: 74.70 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (71,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,325 843,325 00000000000000000002f71a581e4c9cb0ca8784910ddf549c608cef811edb86 1,899 1.00/1.00 vMB 14
843,324 843,324 00000000000000000002406e3575c73bae3a5f5edfef522ce2d32ce4a012b1c3 3,729 1.00/1.00 vMB 19
843,323 843,323 000000000000000000034c4706b50d5977ef044cfd27d951f76b438fae732d7c 3,746 1.00/1.00 vMB 19
843,322 843,322 00000000000000000000c6960ac93a9c26d0b4d2cd39c3236c7a5dde63b17b9a 3,549 1.00/1.00 vMB 26
843,321 843,321 000000000000000000013b091c61185d666270c51bb092c29e245f8183c47b9b 5,651 1.00/1.00 vMB 40
843,320 843,320 00000000000000000002b06c1d21dc05318378ddc70cbe0f9cdf38669239cfde 6,438 1.00/1.00 vMB 41
843,319 843,319 000000000000000000017c150389c24cc840eacf3cff21058251c9d904a01c58 1,900 1.00/1.00 vMB 14
843,318 843,318 000000000000000000011d832ec02cf0062840ea856636c466dab2dd42468241 4,109 1.00/1.00 vMB 18
843,317 843,317 00000000000000000000a883481090ed1d0c813b971eae053cd680a2d4e176db 3,730 1.00/1.00 vMB 35
843,316 843,316 0000000000000000000228c84224db6105a66c912acbb424a6eaa33dd29f25c8 3,913 1.00/1.00 vMB 19
843,315 843,315 00000000000000000003578c21186408ba54a8f6fe83b0818519efcf4827f4ef 3,125 1.00/1.00 vMB 16
843,314 843,314 00000000000000000003478c6874f3901d7e1651e8e0a7b9291c49c1f571af6a 3,080 1.00/1.00 vMB 16
843,313 843,313 000000000000000000014f1d725fee5910e85e5b4ae11a2a949b836de1d166f7 3,620 1.00/1.00 vMB 20
843,312 843,312 000000000000000000027a8f6de53a447bfe5fabb3d5861eaf1026fbcb971d6b 3,383 1.00/1.00 vMB 22
843,311 843,311 000000000000000000010db1e7514dd2035aaddecb9357ae4ea9aac2eacb45fc 4,594 1.00/1.00 vMB 25
843,310 843,310 00000000000000000002c8ee4f84ab0cad605be2948659403a6f7dab13065fac 4,563 1.00/1.00 vMB 32
843,309 843,309 000000000000000000021b915dd6ffb88639da7a4a02dde0005fc34c8fbdef2c 3,760 1.00/1.00 vMB 18
843,308 843,308 00000000000000000002ac0eafd7078b2deea88d8a8b9803c26a6c164287d308 2,992 1.00/1.00 vMB 36
843,307 843,307 00000000000000000000f1c9fd4f6c1812e9be64b302300ef84058bcf52ef548 185 1.00/1.00 vMB 52
843,306 843,306 0000000000000000000324923d8234f6b2f55d23b67f2945f34e1d8ea66314e7 394 1.00/1.00 vMB 53
843,305 843,305 00000000000000000002a5018d46826dccb259976db994d02499d18c3df039e5 1,272 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.85 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: 638.62 GB
    • Received: 12.49 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.