Loading Tool

Explorer IconExplorer

Memory Pool

37,964 transactions
28.01 vMB
0.06171551 BTC
Random Selection Loading Transactions
Max Size: 141.92/200 MB

Candidate Block

Mining Attempt 77a50260c8db55b842302fc9996bfb829fa800c409b3e6718622e666a95e4f4a
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 548a058aef40bd569a36a35cddc337802d7abf8e2ec3d122348e97f7e5490e16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,612
Size: 1.00 vMB
Total Fees: 0.00820360 BTC
Feerates: 150.80 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (335,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,485 579,485 0000000000000000001182a4ce148c5f6718e053870ecc9b79100d05aa4991a0 2,731 1.00/1.00 vMB 101
579,484 579,484 0000000000000000000f56dee968c35c2ab80f9bf8b314269f1df4d64dd3f84f 3,069 1.00/1.00 vMB 170
579,483 579,483 0000000000000000001ee0afbdb06ed28301757e067231de5cc5d70bc1ba6aea 3,186 1.00/1.00 vMB 188
579,482 579,482 0000000000000000002071ba27af0a11d7a73b20c0e3f1fcafc5071fd6b285d0 3,085 1.00/1.00 vMB 131
579,481 579,481 0000000000000000002104e0d19d74af4f716ab2ed78d59441d9323451caae1a 8 0.00/1.00 vMB 133
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
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

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