Loading Tool

Explorer IconExplorer

Memory Pool

79,803 transactions
30.39 vMB
0.07062471 BTC
Random Selection Loading Transactions
Max Size: 184.88/200 MB

Candidate Block

Mining Attempt 4837a97312bc9b4d29439dfb5ec2d24607d4e06b77cf74fe32d7b5e79a253377
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root 351910c5ff44b1c811ad8b219cd24c5ff00bc929116e678bb77c591dfeb0d734
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,067
Size: 1.00 vMB
Total Fees: 0.00581285 BTC
Feerates: 60.03 > 0.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (324,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,073 591,073 0000000000000000000b65d90d0c67f3355604012107abbf211e64a5ad074805 685 0.39/1.00 vMB 27
591,072 591,072 00000000000000000014ab01302506d70f1321e9b171128e84e6465cda40360f 2,389 1.00/1.00 vMB 29
591,071 591,071 00000000000000000019043f42994d4435067485b97e04ee80330fbb083d72dd 2,165 1.00/1.00 vMB 19
591,070 591,070 0000000000000000000bef680fb6dbffe5e74527b8e11e9d7eb8e8640a023c3f 2,414 1.00/1.00 vMB 42
591,069 591,069 0000000000000000000e47d9aef3349c325d4889c90025eab91c1321bfa555c8 2,480 1.00/1.00 vMB 26
591,068 591,068 000000000000000000078652b708aba83f72c809b149aeb4708d9aae52a3b7ea 2,384 1.00/1.00 vMB 14
591,067 591,067 000000000000000000005eec41497f60f81e2afb7d35931dcac9ba9f13d1aab9 2,583 1.00/1.00 vMB 60
591,066 591,066 00000000000000000003a45679ffad9c5427b644a2fd012725f00a84c6e7779c 2,462 1.00/1.00 vMB 43
591,065 591,065 00000000000000000007588cf64e39e328dccbf050c0c4ce9d10579a1003cc54 2,302 1.00/1.00 vMB 32
591,064 591,064 0000000000000000000b4f387984bbf8a0b9fcf21258453853fdf38ee9e3bc6b 1,935 1.00/1.00 vMB 6
591,063 591,063 00000000000000000017084fd1f011ff5f02946920467d97a6adff1c03a95227 2,253 1.00/1.00 vMB 37
591,062 591,062 00000000000000000002d77f1c1451ef9333a4cdf1a8d512ca10dd5d7f5147f7 2,558 1.00/1.00 vMB 55
591,061 591,061 00000000000000000009abae16608de9e8cfbcea71e369ca1b639c39d4a0f3d6 2,903 1.00/1.00 vMB 34
591,060 591,060 000000000000000000183950e6738036bb9c3fcd9d2a31c0eab6b97e5b39d268 2,233 1.00/1.00 vMB 59
591,059 591,059 0000000000000000000a4d7d3a1de8fa59464828a860b01c7419162700aa8cee 2,532 1.00/1.00 vMB 27
591,058 591,058 0000000000000000000aa2aa733cba28e337717fec788095bb92d12505dc5807 2,246 1.00/1.00 vMB 41
591,057 591,057 0000000000000000000c61d528c53a2ab99010cb5c7ddd46ab89af0764c7f679 2,526 1.00/1.00 vMB 57
591,056 591,056 000000000000000000187228721b10263efeda91638081ecff5622abd8bf6dcb 2,157 1.00/1.00 vMB 35
591,055 591,055 00000000000000000014a0296877f13736f29a316499a97371b7c7ed963c89fd 2,092 1.00/1.00 vMB 37
591,054 591,054 00000000000000000003f525daedfd0001f7f3e77da4b1117f71a0abfb0a1151 1,969 1.00/1.00 vMB 54
591,053 591,053 0000000000000000000b304d45ae7149390d58e12c4ae0d8568f1754175dca69 3,071 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.73 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: 707.69 GB
    • Received: 16.69 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.