Loading Tool

Explorer IconExplorer

Memory Pool

78,695 transactions
28.90 vMB
0.11129317 BTC
Random Selection Loading Transactions
Max Size: 175.41/200 MB

Candidate Block

Mining Attempt f21ecd8434f3bc502b4dc1ab4cedac3b702f1f8968451f686c592ba9db353590
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 9b8c636bc8373577b08da04a134f599b1f2597b0b75635329c3a33821ad83e18
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,342
Size: 1.00 vMB
Total Fees: 0.03988447 BTC
Feerates: 602.26 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (407,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,175 508,175 0000000000000000001084f4ca958301230dd738362455ecabb0d17f6daed056 1 0.00/1.00 vMB 0
508,174 508,174 000000000000000000610f37f4958e78a61ced48bbc169537767de46d065d56f 279 1.00/1.00 vMB 18
508,173 508,173 0000000000000000003f1ddd5808afe82e7a1b0ffe7eadb8c7d85207b13c7087 243 1.00/1.00 vMB 5
508,172 508,172 0000000000000000001517fc9bf1e70da1329623ca5df05f07267c759290db4d 329 1.00/1.00 vMB 13
508,171 508,171 0000000000000000002e1b62556eb6194a8de2f7750b9c5ab4ffb7107d08c3ae 1,828 1.00/1.00 vMB 47
508,170 508,170 00000000000000000002b8ba5db8be6c5caf3cd82819756337c440f216f62ec6 2,082 1.00/1.00 vMB 115
508,169 508,169 0000000000000000000231468793c10d6b86e8d4e824d531bcfeb71563f2bad8 2,841 1.00/1.00 vMB 163
508,168 508,168 0000000000000000003284850f5bbf3c0066e7b02ea6cd9c4ac71ad40b7510d5 463 1.00/1.00 vMB 26
508,167 508,167 00000000000000000024539026bdc69fbefde5276c7fa8f94d12be5f99098514 295 1.00/1.00 vMB 6
508,166 508,166 0000000000000000005fc2f32b41e60de1df273a0acebe7b29865ae79e1aa8d9 515 0.37/1.00 vMB 58
508,165 508,165 0000000000000000003d3e59ad87fd2f5ff6bf6b89774d185b9c4bac8b718e18 1,088 1.00/1.00 vMB 21
508,164 508,164 0000000000000000003143ddb20f2361d351833c3f53a1c54da38fbf0c06db4b 3,221 1.00/1.00 vMB 138
508,163 508,163 00000000000000000061b3b599d0f9c56e89ef8a7ee69b42b13608faab614664 759 1.00/1.00 vMB 52
508,162 508,162 0000000000000000002d43d106a02849780d744f278653e2b83e26a6a0e0a2a9 1,040 1.00/1.00 vMB 38
508,161 508,161 00000000000000000035f544c38c6aaa54e5226b148b31c1e051f14bfb22523a 335 1.00/1.00 vMB 14
508,160 508,160 00000000000000000055f406f765e62df8507afa1ee8fa08ecbbfa88d8f5e486 1,818 1.00/1.00 vMB 91
508,159 508,159 00000000000000000040119ccdcd3938341a9ce15bfcfef3a19bf143fd8ad100 1,594 1.00/1.00 vMB 91
508,158 508,158 0000000000000000002167368e6ec89a4781bd7346b2b4220a0555f3db93b93c 1,127 1.00/1.00 vMB 52
508,157 508,157 0000000000000000002b47d7050616cc0ea1a6933020c141c3ffb414f5e82b9c 2,604 1.00/1.00 vMB 174
508,156 508,156 0000000000000000004cee942733ad3469282864ac15ef851d0840df990a9d12 2,512 1.00/1.00 vMB 141
508,155 508,155 0000000000000000004333ffc7976cc5e655588bc85c2132cd83a0a143b1d50c 1,422 1.00/1.00 vMB 97
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.40 GB
    • Received: 17.53 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.