Loading Tool

Explorer IconExplorer

Memory Pool

81,461 transactions
30.60 vMB
0.09382111 BTC
Random Selection Loading Transactions
Max Size: 184.12/200 MB

Candidate Block

Mining Attempt dacd8c72e74e3cdc0366d03a884ff2a300b93604831ccb41adcf09855823fdf4
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root a6e99cd1806abf0146e7bd4509b1ffd1ebaf372ed02ec04f8893af7f225cda6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.02762966 BTC
Feerates: 163.06 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (277,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,344 637,344 0000000000000000000ec6c9930e0ab1e35caf1e2d8ff59a89e54f6adf21a51c 457 0.14/1.00 vMB 37
637,343 637,343 00000000000000000009936cc6bb1565fdde5098d8fe890f92b83075859fd639 1,621 0.91/1.00 vMB 31
637,342 637,342 00000000000000000005993cda55189db2eea3a4f0ef6dfcd5c5ec1063fe16d8 1,660 0.58/1.00 vMB 11
637,341 637,341 000000000000000000070877f6293544435018538ed547c5ae3c6cc1b8c0d03f 2,571 1.00/1.00 vMB 33
637,340 637,340 000000000000000000107902778cd46f83401a5cf1a9398e990e90eb2269d171 1,943 1.00/1.00 vMB 9
637,339 637,339 0000000000000000000a8da675ca0d190214db561da53a4e33cf5d42a810f6a5 2,775 1.00/1.00 vMB 20
637,338 637,338 000000000000000000071ac90b1f2dfabb9c69a11ab1d84af1142a5a20895eaf 2,325 1.00/1.00 vMB 9
637,337 637,337 0000000000000000000b7cb7ac11d476d0d7667f7c1e3f728ab18fe70fce88c5 2,307 1.00/1.00 vMB 32
637,336 637,336 0000000000000000000998df3fa608c8db7811a8b5560cd5aa81bfb2b1336d1b 2,423 1.00/1.00 vMB 49
637,335 637,335 00000000000000000004fec120b3f880a94cbfa6c1a28dc4b2e660fe725a23b9 2,304 1.00/1.00 vMB 54
637,334 637,334 00000000000000000008420fc24cb56e354076d8248fef68f2991ec1a6172ecd 2,453 1.00/1.00 vMB 56
637,333 637,333 00000000000000000007e86eb2b45db53d4a87093d993405cb360655ec2be220 1,644 1.00/1.00 vMB 6
637,332 637,332 0000000000000000000c82738ee5361bd9770139b46673d2f457876f5635a08f 2,321 1.00/1.00 vMB 25
637,331 637,331 0000000000000000000204539dba73fe7ba23edfd915803b1392c71f892032b9 2,868 1.00/1.00 vMB 55
637,330 637,330 0000000000000000000622c78aa8ff6dba46664cb2d55d6115b8d63939a8d2bf 1,387 1.00/1.00 vMB 6
637,329 637,329 00000000000000000006ae83ce160733dbe86743a0d38a32b8c8ece367ee969d 1,867 1.00/1.00 vMB 22
637,328 637,328 000000000000000000021243d27de0c7f502a4d06a47ea695d9f134c3c12414a 2,649 1.00/1.00 vMB 11
637,327 637,327 0000000000000000000f8568cce26ac227090c7836bb05aa466aa525cdaee743 2,552 1.00/1.00 vMB 16
637,326 637,326 000000000000000000072950d497d4e907545c7eefcfbca5b7ca661715db8c95 2,169 1.00/1.00 vMB 23
637,325 637,325 0000000000000000000c7ad95ff00fad4b5155924f39e3e7ac6ec5bf4170341b 2,564 1.00/1.00 vMB 40
637,324 637,324 0000000000000000000405805a86c7ac7ca0a8b99cf26dbb22f49c9a32929d61 2,602 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.69 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: 692.90 GB
    • Received: 16.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.