Loading Tool

Explorer IconExplorer

Memory Pool

40,670 transactions
27.90 vMB
0.07248825 BTC
Random Selection Loading Transactions
Max Size: 143.19/200 MB

Candidate Block

Mining Attempt c2d8a617cb58afb370e57ccbb9534a4da81d49f14fdfbc8df187b5cb85da28e4
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root afa23dcf434713ab6b82de7227d4d0ba28222ba1fcb7db371ed5d15387ba36f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,897
Size: 1.00 vMB
Total Fees: 0.01892506 BTC
Feerates: 101.49 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (326,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,642 588,642 0000000000000000000bbbf905326c2d80cecfa71a1b2530c401be5397945e38 1,034 0.36/1.00 vMB 19
588,641 588,641 00000000000000000010847557eb45e5e22f7f1bd39d8a7b5279ab6ba533f906 3,045 0.99/1.00 vMB 12
588,640 588,640 0000000000000000000995e4851b676aa120781e977a1d1a11a1fe9c8cccbd4c 1,333 0.40/1.00 vMB 12
588,639 588,639 00000000000000000000168f2bc9d4707cfb553d6f54a16f7a1556ec1a0b6d24 838 0.25/1.00 vMB 13
588,638 588,638 00000000000000000006dfa06fea3d7f84fc7a424869c27ae684802924d42e6f 133 0.04/1.00 vMB 9
588,637 588,637 0000000000000000001407931c380aa6b630e44f3c35c310e95fcd48e25caf05 1,825 0.57/1.00 vMB 12
588,636 588,636 00000000000000000008e6c23ab22eae1553bd4484407acddda51f740531b1d7 2,636 0.89/1.00 vMB 13
588,635 588,635 00000000000000000010706fa43022abe0adf6aef805e572782645202fef8dad 792 0.42/1.00 vMB 12
588,634 588,634 00000000000000000018f3b2c6d0deabcc1ef321a4d2cb85947ede7924ddd36f 217 0.06/1.00 vMB 5
588,633 588,633 000000000000000000167461db42e60b255bc6ac35002c04a4102e6c2b656bab 3,140 1.00/1.00 vMB 10
588,632 588,632 0000000000000000001e785b10c473127e7f095893445f4af36501e8dd4bd0c4 1,980 0.68/1.00 vMB 10
588,631 588,631 0000000000000000001deb8673c790d374f242330eabe9270491e9cadcf97e24 2,273 0.71/1.00 vMB 11
588,630 588,630 0000000000000000001f2a91f6d50324818e69c69d00fe8a3c75991241ed890a 2,166 0.67/1.00 vMB 9
588,629 588,629 0000000000000000000f2b58d53934a1abea0c662d940d143952aa9afac0628a 3,066 1.00/1.00 vMB 11
588,628 588,628 0000000000000000001bfa02301a1bba5eb564f2c9a8563eebdc62c10a12066d 3,303 1.00/1.00 vMB 14
588,627 588,627 0000000000000000000d9dfa317270d752db10e6f9547a89ebc4c942539d01aa 2,808 1.00/1.00 vMB 7
588,626 588,626 00000000000000000005fffbcd829614157bbe0e5942bfac6fbd276ab3f1101a 2,695 1.00/1.00 vMB 17
588,625 588,625 00000000000000000015781ab95eae7904fd6021ba0b07b7e33465ff88dd578b 1,728 0.52/1.00 vMB 12
588,624 588,624 00000000000000000003d7ade34717ea7cab6578c93494568cb84447d4e0a90f 1,566 0.50/1.00 vMB 10
588,623 588,623 0000000000000000000761e1bb4e2842bba4a427220a43e8b3aa8e441fb5dc8b 2,594 0.88/1.00 vMB 10
588,622 588,622 00000000000000000017e8ade7f424693f3dab7274a4966ece7d0f97d4efbe31 250 0.07/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.