Loading Tool

Explorer IconExplorer

Memory Pool

85,810 transactions
31.99 vMB
0.21209652 BTC
Random Selection Loading Transactions
Max Size: 191.30/200 MB

Candidate Block

Mining Attempt 2ae944b6380b3d58ead1f7d10c7e70c8f03ffccce512af08938ca54cd13ac127
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9774d95831c93a2f8b4ed0e6460e732d2f1ce5ccd3084154ec8f10faea3d6ba1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.09532643 BTC
Feerates: 529.10 > 9.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (380,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,135 535,135 0000000000000000000b0dbaa25c80f9e53b34af7d31ea8db6089dbeb530c7af 709 0.26/1.00 vMB 14
535,134 535,134 0000000000000000002037646f063ea032548c4906a6a2b6e16d7ee90c8ba9bc 1,989 0.79/1.00 vMB 19
535,133 535,133 00000000000000000001679facf44679c2cb7f61f7e0c44b0606d19fccf06b3a 1,441 0.59/1.00 vMB 14
535,132 535,132 0000000000000000002e2d729b0c697a4cf75dcfa9e8e0c6682a4767ab3b6889 948 0.44/1.00 vMB 16
535,131 535,131 0000000000000000002b22ab48306f975c42389f70ad6b6f51a216fff0dfb1ee 2,117 0.78/1.00 vMB 21
535,130 535,130 0000000000000000002c0fd4a1f060ae6fd682bbc67b4087ae229ec684785a96 977 0.44/1.00 vMB 37
535,129 535,129 0000000000000000000ee3641a1f32c786678001a9a236fee9c61542463100e0 357 0.16/1.00 vMB 22
535,128 535,128 00000000000000000002c0544e7b31c0a3c6ea390d0378616125f391f1435abd 218 0.12/1.00 vMB 32
535,127 535,127 0000000000000000000c2ffbec0bc15bb5ca157d1aa3512585729acc05516aa0 2,066 0.99/1.00 vMB 20
535,126 535,126 0000000000000000002dc8bc1b29af3493f665151ac815b89798c1a16cfc1446 608 0.29/1.00 vMB 9
535,125 535,125 0000000000000000002dd6ae71391216785a038964a810eba3db0a2477eeabbc 355 0.13/1.00 vMB 22
535,124 535,124 0000000000000000001654cd821d74499f61f4953f338ddf8704f0a58ad98323 527 0.20/1.00 vMB 16
535,123 535,123 0000000000000000001a661367bbaa2a00bb740e11a5a7f05c45b9b72e1d1eff 1,144 0.52/1.00 vMB 12
535,122 535,122 0000000000000000000be02c2bff8edbdf6556358f77ada220bb196e49251e55 1,344 0.48/1.00 vMB 34
535,121 535,121 0000000000000000000cd7e2f8e4060e753d4b05fbc36c31703a64f3a399aead 643 0.41/1.00 vMB 15
535,120 535,120 0000000000000000000b9e869c78d307d60fabb12651936c12641ab2828fa5e3 952 0.45/1.00 vMB 16
535,119 535,119 0000000000000000000fe5b8fca65e5763024d9d4d3d4922d1367a38fd5f42fb 1,136 0.57/1.00 vMB 13
535,118 535,118 000000000000000000268a8f761e0238f2c9106557d10c84e4b4c5431ea84396 374 0.13/1.00 vMB 25
535,117 535,117 0000000000000000000a627bff431f80091b2fa36fb7b5e99e8c5f30446df2ba 1,521 0.68/1.00 vMB 15
535,116 535,116 000000000000000000038a46455030d1e4cd0fd90caadc496f65a81da3f42955 1,170 0.52/1.00 vMB 13
535,115 535,115 00000000000000000016e03833d65d3d69c8fd6df811dc91c43d42793ef15740 1,848 0.74/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.