Loading Tool

Explorer IconExplorer

Memory Pool

75,824 transactions
27.80 vMB
0.07540798 BTC
Random Selection Loading Transactions
Max Size: 169.97/200 MB

Candidate Block

Mining Attempt ec187e350285b16aa3dec6924b85d9857960c605fbd9d5ed8c54819e5cca8310
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 0a3742e0c4b9809abad9c39d4a483ef58f4cea896c8a16e582f379484f1f8101
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.01591032 BTC
Feerates: 107.45 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (4,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,017 911,017 00000000000000000000a8fc2906cd8173c24d0ebf4c47fe0876d1cfd54384eb 4,120 1.00/1.00 vMB 1
911,016 911,016 00000000000000000001f95d9c3ff4e3904fe5c37baf8970b5fff6c6aeabd319 3,314 1.00/1.00 vMB 2
911,015 911,015 000000000000000000001007a5bd762f501c9dd47bc091f8920adb656336515c 3,611 1.00/1.00 vMB 1
911,014 911,014 0000000000000000000121420a338af41bfe136df8b1224fa06e0088ab1322fc 4,036 1.00/1.00 vMB 4
911,013 911,013 00000000000000000001c2a43e2c38bfab1c50e7a6126952487f90f5cb3a06d6 3,788 1.00/1.00 vMB 2
911,012 911,012 00000000000000000002188b943accbf4bd81fd6a005d9b2df432c3e554f1f0c 3,034 1.00/1.00 vMB 1
911,011 911,011 000000000000000000022c6151a9c18aa29accd6aaf8a6578c28e008c1eb3bf8 1,737 0.38/1.00 vMB 2
911,010 911,010 0000000000000000000020e4687168d123cd138fd7147364009a3023a40083e8 12 1.00/1.00 vMB 2
911,009 911,009 00000000000000000001a8348ad2a6cff8e26961796fb43a79db773755c9a259 2,817 1.00/1.00 vMB 2
911,008 911,008 00000000000000000001a30c338c2144e71fcd98256153927fdf9250f4923001 2,546 1.00/1.00 vMB 2
911,007 911,007 00000000000000000000cb6dac4d5af7a03704997714842c777cc3ae2ab5cd12 3,657 1.00/1.00 vMB 2
911,006 911,006 0000000000000000000079398d6d0dc5dd2d25198458cb6c1f3f1cf1cf6a5033 3,344 1.00/1.00 vMB 2
911,005 911,005 00000000000000000000cf26b0ab9b8f6ad60bd10ebf3a6f5395d7c278162686 1,777 0.66/1.00 vMB 2
911,004 911,004 000000000000000000021ee6016c3d1de1b03203ee4c9535fc7d5e9c4c02d7b8 4,735 1.00/1.00 vMB 0
911,003 911,003 00000000000000000001a9bb16c2f3d86de8f9fa166974642c3e81700d478910 2,007 1.00/1.00 vMB 1
911,002 911,002 00000000000000000001194c3318758bfdcc7db052ff11efb0e5a560657f97a7 1,735 1.00/1.00 vMB 2
911,001 911,001 000000000000000000021af96acfb0212fa8837caf5b0c7747b3a367fabbada2 644 1.00/1.00 vMB 1
911,000 911,000 00000000000000000000e006a8cf9a32a944681c909663b6007b66f7b9384cfd 205 1.00/1.00 vMB 1
910,999 910,999 00000000000000000001c6e2f18ed9a0af246e16a38c1e4ec89b80d9005c19f9 2,913 1.00/1.00 vMB 2
910,998 910,998 000000000000000000009ce32954014fc02ad3ba04b5f2fb3f43a3ab987457d5 2,715 1.00/1.00 vMB 3
910,997 910,997 000000000000000000000ba5ac21185ae2249993065c813415fae6e2e511be3c 2,173 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.92 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.28 GB
    • Received: 17.52 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.