Loading Tool

Explorer IconExplorer

Memory Pool

75,375 transactions
27.78 vMB
0.07953485 BTC
Random Selection Loading Transactions
Max Size: 168.96/200 MB

Candidate Block

Mining Attempt 6fd1c7b8adbddad6d0580a10b49b0bc58d660801a218c4bcd53253abb216c0e9
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root fd2e96657fc4d82de9fd38f629d12581a913f8c44cc3954ed2d4b95bff767084
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,650
Size: 1.00 vMB
Total Fees: 0.02010930 BTC
Feerates: 151.01 > 2.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (868,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,062 47,062 000000001f8ae04d1e6d7b492ca324505530c6a490b5f3850c058b0010075b13 3 0.03/1.00 vMB 0
47,061 47,061 0000000001fb666c4fcf6eaae4350f3e5b47151f17ac6c8e109a80e1efaffa05 1 0.00/1.00 vMB 0
47,060 47,060 00000000243f6e7d5d43940464906f94d087e66696f8cd63551e79d279f4a852 1 0.00/1.00 vMB 0
47,059 47,059 000000000149ed94760289ffc8878758c60c4c2645ea36af460d1bdc48701223 1 0.00/1.00 vMB 0
47,058 47,058 0000000023a8e6d05b57467ae10f6f616986e978db760a0f2267e998a48bd840 1 0.00/1.00 vMB 0
47,057 47,057 000000000d84659dd77e98e028bddef99b67b61ba797a5353347170d2830ccad 1 0.00/1.00 vMB 0
47,056 47,056 000000003433c0633681c1c0ae5ff74dcf7e73395f98b6890828a8b8bbac44bd 1 0.00/1.00 vMB 0
47,055 47,055 000000000e9bcbf994249bd006e2b45e8ae97437de4ff251946fdf083aa94d81 1 0.00/1.00 vMB 0
47,054 47,054 0000000020dcf2db318f93cd0eaba47a271ae5403d3596e97265e9ac3dac1248 1 0.00/1.00 vMB 0
47,053 47,053 000000002ff421621f5adf495fb047ed216ad36957a94f019d7825f0216e2fd9 1 0.00/1.00 vMB 0
47,052 47,052 000000001f4c5c0f4bcce8e72098e701d7ba9e68557fdc9f0a9ac978b4960a74 1 0.00/1.00 vMB 0
47,051 47,051 000000000742a71b571d265c35fe84f0927d0779d269f0a0f692c0eea3ed6262 2 0.00/1.00 vMB 0
47,050 47,050 0000000008c2c5d25ac9ff575c1c55e85b1b7aa793406e4474fdfdd0c08bdc22 1 0.00/1.00 vMB 0
47,049 47,049 000000000e12b7b36a88fffcc008f8360539e5233206a1a76eb2118a4b404ad7 1 0.00/1.00 vMB 0
47,048 47,048 0000000023c607c3bdeca3490c13c7d37230fb187a8a388c8cb286f5f25cd010 1 0.00/1.00 vMB 0
47,047 47,047 00000000068198eb550d822625b66e8e2ba04ea1de4e93f8ce627bafa5e9d439 1 0.00/1.00 vMB 0
47,046 47,046 000000000a34cb71bc25fa15240d6c2072647192fe3d09747896439490b1ac53 1 0.00/1.00 vMB 0
47,045 47,045 00000000348f94e2e8fc5d8e69d0559769ed4d621d205b673048dd8454e29110 1 0.00/1.00 vMB 0
47,044 47,044 0000000003aeb2d52e0658da84b3e262ab37f51e15ecb4db454374e97f048d38 1 0.00/1.00 vMB 0
47,043 47,043 000000000e4fc12437bd22ac0a4ffab02dbfa7727bc7722e6e0932ccc9a6a4e9 1 0.00/1.00 vMB 0
47,042 47,042 0000000032275e7dd8b02a9860778e25edd828fef46b2d0011643c341039eb87 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.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.