Loading Tool

Explorer IconExplorer

Memory Pool

39,471 transactions
28.64 vMB
0.06570029 BTC
Random Selection Loading Transactions
Max Size: 145.41/200 MB

Candidate Block

Mining Attempt a4d89ac5d2ed02918c6b15de59601bc9a02c3a2d250fc65e5a58a836047ef048
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root a575cd7f90d259c5eb1fb7acb94f416a863124834aa9fbef16d62556d44060a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,382
Size: 1.00 vMB
Total Fees: 0.01038383 BTC
Feerates: 401.97 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (335,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,480 579,480 00000000000000000005f36d15f4537a93e6e562960ce72cd4fdbcff181e24ef 2,468 0.79/1.00 vMB 43
579,479 579,479 0000000000000000000972df9472924f3d8cf0f71006da20138c66a9654f68e3 2,953 1.00/1.00 vMB 81
579,478 579,478 0000000000000000000b32b55a1e4202e6725eaf03b43026daf280f56c1dab35 1,429 0.65/1.00 vMB 21
579,477 579,477 0000000000000000001c7907a25909be30dcb2a776ff60c412ce229209d78232 2,661 1.00/1.00 vMB 85
579,476 579,476 0000000000000000002115cdc6d29218d513474a0910f9770a90f4d33fb570eb 2,867 1.00/1.00 vMB 129
579,475 579,475 0000000000000000001dff7eeb4d2023248132e28e9c6e78d4fcce38a02b2ac3 2,082 0.78/1.00 vMB 78
579,474 579,474 0000000000000000001664c1e83551882d069a83961074106fb506ba6a2d2bba 1,839 0.60/1.00 vMB 28
579,473 579,473 000000000000000000082d41c86676ade1084b23c622b659d1c7d0a3e3d5f92d 2,676 1.00/1.00 vMB 90
579,472 579,472 00000000000000000012a2f8d8f07879b2e22d4654e7cf5e5d5b0330b0985aee 1,212 0.44/1.00 vMB 80
579,471 579,471 0000000000000000001fed2dca942c2d79baf2007a7e2d48474b62545324b565 2,407 0.88/1.00 vMB 66
579,470 579,470 0000000000000000001439ad33c1f8a1b44d0843bd20fb015128e1cdd70908eb 51 0.01/1.00 vMB 31
579,469 579,469 0000000000000000001d0b79ab3773d4a69f3c340e95e2ee923f609911349923 901 0.37/1.00 vMB 92
579,468 579,468 0000000000000000001163bc27fac0844c3a7e339fe155594bc92764e8dad1a0 2,002 0.75/1.00 vMB 87
579,467 579,467 000000000000000000032195798c504115d37189db6f515e2515ff38742e5993 2,292 0.88/1.00 vMB 52
579,466 579,466 00000000000000000002454c4a9406ec201a0113bb3c276491a2e92a1147ec28 2,634 1.00/1.00 vMB 63
579,465 579,465 00000000000000000005535fd6858efd7ad41a89250517f12f324f09fe3dc390 2,738 1.00/1.00 vMB 86
579,464 579,464 00000000000000000013c895643130dce419800094d4cad8be7ac787658be1cd 1,957 1.00/1.00 vMB 72
579,463 579,463 000000000000000000019adfc21888669e8539e9c553bef5ba78454a96017ff9 2,238 1.00/1.00 vMB 41
579,462 579,462 00000000000000000000f11b574ac04f8dbb36e461a9e4dbdb7538191f038fdf 2,221 1.00/1.00 vMB 109
579,461 579,461 0000000000000000001efea3829c1f0e608eafc1ef35e3b4baa7ae14f7a084cd 2,503 1.00/1.00 vMB 14
579,460 579,460 000000000000000000190dedf40520d98c4f8f3d32f6568453b5c83362a8ad57 1,855 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.