Loading Tool

Explorer IconExplorer

Memory Pool

33,941 transactions
25.52 vMB
0.05738819 BTC
Random Selection Loading Transactions
Max Size: 129.48/200 MB

Candidate Block

Mining Attempt d4c7b437810956f120be8d4d75c0f2bfa6a8f8b2cb89a1a217a09af2ef967b59
Version 20000000
Previous Block 000000000000000000019dd1c564ae94c30db263064959627df766509c104535
Merkle Root 20a6f1a97912742ccc478968e9392e8bcc3c475db00001c46a5e9d95161322ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,979
Size: 1.00 vMB
Total Fees: 0.01088399 BTC
Feerates: 100.33 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,698 (237,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,219 677,219 0000000000000000000c9842c5ca9911f368328554f2911f2c53a6bae7aa20d6 2,423 1.00/1.00 vMB 72
677,218 677,218 0000000000000000000ae1cdc00169e5fb6931d105840c4a91e20739a249d18b 2,235 1.00/1.00 vMB 81
677,217 677,217 0000000000000000000cab8d971e8dce6315745c7c77913f137b023ec53fd54c 1,969 1.00/1.00 vMB 73
677,216 677,216 0000000000000000000b6830eeff0d485d21e604d28bf6b3ee8b60ec6a7401d6 1,978 1.00/1.00 vMB 19
677,215 677,215 0000000000000000000bf6d3c7ca8eed30e2785734110c49a84bb1076ed1c718 2,022 1.00/1.00 vMB 44
677,214 677,214 0000000000000000000a7ea8900c575981b3ea3f8ff9453d5571fca55dbe49ab 2,252 1.00/1.00 vMB 33
677,213 677,213 00000000000000000005815f61f99a43ba204ace306ef0d0aa4e9cc1187260ad 1,902 1.00/1.00 vMB 40
677,212 677,212 0000000000000000000a4dfc49c8148c446f657342cd8d94bc1178ca647c2aea 1,279 1.00/1.00 vMB 32
677,211 677,211 000000000000000000076fc200b0ce65c6ebe6016255d09421eccad7f19b3039 2,316 1.00/1.00 vMB 45
677,210 677,210 00000000000000000002997103637167ba04c37d4cbcdc20dd3318aca29062f5 2,597 1.00/1.00 vMB 57
677,209 677,209 000000000000000000053903382f93c19d7318f6f4fdaa580947642cfb3d379f 2,400 1.00/1.00 vMB 72
677,208 677,208 0000000000000000000cdb5b240b7ed65543ee4acd9c2cb71e1ccad227027304 1,037 1.00/1.00 vMB 74
677,207 677,207 00000000000000000008dfdfdcd450b6eeebf36335c0aefb51f5af47d56387d3 2,801 1.00/1.00 vMB 93
677,206 677,206 000000000000000000021e5d411537b96cee9bbacb1b7ac80cecb0330e4c87c0 2,170 1.00/1.00 vMB 84
677,205 677,205 0000000000000000000685b04d5be55c6f6273a0b26d7ed1046f3e5539f63672 2,302 1.00/1.00 vMB 36
677,204 677,204 000000000000000000033ce6f20e771d0d64e11706995b0e0f02cf79ca8a0d76 1,794 1.00/1.00 vMB 65
677,203 677,203 000000000000000000086b67c88f63870948d7bd7002e088642cb9c8cb55a921 2,271 1.00/1.00 vMB 56
677,202 677,202 0000000000000000000a48bd23e976ff3b008a0ccfd19c6b0d254c11042ee6dd 3,287 1.00/1.00 vMB 62
677,201 677,201 00000000000000000006af7ca5833f57b0a4b205dd35534ea524d1bb3b06f5b3 2,896 1.00/1.00 vMB 81
677,200 677,200 00000000000000000009f2b996272eb473a01bb03403ac93788f33d05a7ea8e7 1,796 1.00/1.00 vMB 80
677,199 677,199 00000000000000000006306023333d0401b8b9f69870cf6ab1e5e692cf6e7994 484 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.85 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: 639.00 GB
    • Received: 12.51 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.