Loading Tool

Explorer IconExplorer

Memory Pool

73,820 transactions
27.30 vMB
0.06560307 BTC
Random Selection Loading Transactions
Max Size: 166.66/200 MB

Candidate Block

Mining Attempt 38d56596b12b7e3ea13a2d67bd623ba8ef68d0b4f2522818f4db5ff363020228
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 72b45f3eeed8469f85941de47cca5cc31326360b2f47999576473190dc09d608
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00753211 BTC
Feerates: 73.20 > 0.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (322,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,489 592,489 00000000000000000012a24df14eccf787c729e5a4226ba6261e2779e44b95c6 680 0.20/1.00 vMB 24
592,488 592,488 0000000000000000000c1ed6b8c0571e5e4fc25829cfe4e1a35b3d89628543b9 2,736 0.88/1.00 vMB 23
592,487 592,487 0000000000000000000944d93ff3eb20b1438a2123701c22b2740fa6071ec8e1 1,779 0.63/1.00 vMB 24
592,486 592,486 0000000000000000000c7852c7bf2130d0e318efd5bcc32df6b9748967eb15af 1,213 0.41/1.00 vMB 17
592,485 592,485 000000000000000000028d798f1c02596d33cc302ff1eb94ec336251e8af4073 1,042 0.33/1.00 vMB 17
592,484 592,484 000000000000000000043e412e017b5472eadfbb90fadbbd648170de923ea4fa 2,002 1.00/1.00 vMB 4
592,483 592,483 000000000000000000017851268c0fe9e3882dfb082194ba3b313b03b4c21ad5 3,008 1.00/1.00 vMB 18
592,482 592,482 0000000000000000000367a07232846708686b5d2ed96d895dea098ba88b66fb 2,351 1.00/1.00 vMB 28
592,481 592,481 000000000000000000197a6e2b7f4ea1dc5fe16bd26317d4ac1e394a93a12285 2,160 1.00/1.00 vMB 50
592,480 592,480 0000000000000000000d236cba4db61f93f32e00786e1dce2fa0b706f246d3a5 1,248 0.44/1.00 vMB 18
592,479 592,479 0000000000000000000b0864f24849e30bb7ac93966ec3d88534d59ea8be985a 2,914 1.00/1.00 vMB 22
592,478 592,478 000000000000000000141a0011bb60b2746e79104786f663b5bf828ca054e88f 1,558 0.49/1.00 vMB 17
592,477 592,477 00000000000000000010d0acad7975997b426d8dc0ce459bae2edd475aa0d178 1,397 0.44/1.00 vMB 18
592,476 592,476 00000000000000000010ac63b2a4d387f1c8f4d113b6bca9b6fc3f59eed514af 575 0.18/1.00 vMB 32
592,475 592,475 00000000000000000009ae6ce51ebd46cb5af4f99f0c5cbcdabd083f710cfb7b 1 0.00/1.00 vMB 0
592,474 592,474 00000000000000000016ba060c69283ad5b28deb85c53609afeb28c4794bfc1c 1,789 0.67/1.00 vMB 21
592,473 592,473 0000000000000000000bfdb45bc1f1a06c12e00e5ea182d02b820c25bf207db9 1,221 0.77/1.00 vMB 11
592,472 592,472 00000000000000000009a7c515abb2bafb407df9c3f38b0efd33c443aa0c24cc 1,269 0.99/1.00 vMB 9
592,471 592,471 00000000000000000016a25fe386505e2ad2744a2b34e5e373656bac5a8f9a52 2,705 1.00/1.00 vMB 20
592,470 592,470 00000000000000000018b60a3fe003fc051e98bd8fa08a3b28a584d95a962b64 2,610 1.00/1.00 vMB 8
592,469 592,469 00000000000000000003dfb21390b82abedd9d02722b859561240706c630ed4f 2,439 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.