Loading Tool

Explorer IconExplorer

Memory Pool

80,538 transactions
30.13 vMB
0.14033453 BTC
Random Selection Loading Transactions
Max Size: 181.93/200 MB

Candidate Block

Mining Attempt 172d09168101ceb1dbf590e82e7bfdf5b4ea468d48e4729f29cddd29183ae369
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 022d31855386742c4730c3180048a5ef887de7f3033d88aac3ebc7cca67bc857
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,855
Size: 1.00 vMB
Total Fees: 0.06884172 BTC
Feerates: 101.64 > 6.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (477,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,225 437,225 000000000000000002b6b6c08d85cdd7bce0ad733d6e302408535b331d431c14 2,689 1.00/1.00 vMB 81
437,224 437,224 000000000000000002841c1f1c1ad9753686da605d8c020e2baaa07bb581103b 2,928 1.00/1.00 vMB 81
437,223 437,223 000000000000000000b573695a73b2923c306a41d3c06b652b04fec7649edf02 3,365 1.00/1.00 vMB 61
437,222 437,222 00000000000000000356f024c23bee0547057e277d010065d52af691dbd2d9a1 2,356 1.00/1.00 vMB 80
437,221 437,221 0000000000000000008689a72427d9b2f69573f3c46af47acd96ad9dc5fd2287 2,558 1.00/1.00 vMB 78
437,220 437,220 0000000000000000023b1e7b2eb6de6d5e1df411fd65691d5fac102774768001 2,559 1.00/1.00 vMB 92
437,219 437,219 0000000000000000035d205d0c25ae85ed0fb952abb4970fa90cf04cd78aae7f 2,610 1.00/1.00 vMB 61
437,218 437,218 000000000000000001beb2c522bd3626f468311cbbd954953c2a9ad85f7b7bd2 2,905 1.00/1.00 vMB 74
437,217 437,217 0000000000000000038db782c6a988df82b5113586576a935f17d8085fe5bef5 2,297 1.00/1.00 vMB 70
437,216 437,216 000000000000000003b4e10114a02045941d9fbbda11e9f0b45796bd898a00d3 1,707 0.75/1.00 vMB 78
437,215 437,215 00000000000000000034461b12f655359d81082ac22a94c328ef04cace08d66d 3,090 1.00/1.00 vMB 110
437,214 437,214 000000000000000000eb4f483dbd74b57117ed86651a91ef174b918187f6585d 2,696 1.00/1.00 vMB 84
437,213 437,213 0000000000000000009fcf515c6d412ecd11f3c82190458b380c8fb2a6150c99 2,119 1.00/1.00 vMB 52
437,212 437,212 00000000000000000092ade38e14400dcadfb8df966e5500853f97f2c98f1bbb 2,605 1.00/1.00 vMB 72
437,211 437,211 000000000000000002b6612019700f0afe7cce6fe3b20fc3a5dc4d8760fc7e9e 2,664 1.00/1.00 vMB 59
437,210 437,210 0000000000000000028b0f62178bfb96972922d471fbf1c1ff69289e6cc14257 2,900 1.00/1.00 vMB 83
437,209 437,209 000000000000000001645283a8bc7a352a3a0ccb2f1441559025ba54512050f7 2,047 0.85/1.00 vMB 57
437,208 437,208 000000000000000000bf42303a767413684af68dbda4f96f6ec1b3f0aafc69a6 2,907 1.00/1.00 vMB 79
437,207 437,207 000000000000000003aea8c26b7b8e6eb2a5f94afcb8888a03906991d4f5b1ce 873 0.39/1.00 vMB 61
437,206 437,206 0000000000000000027c0b0c40d0b35a01a1b968f4a24a581e0cc2ee0066149b 1,103 0.43/1.00 vMB 66
437,205 437,205 00000000000000000418a26dd93de7033bc9f0a5e43080eecf01d5e9a640c432 818 0.42/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.