Loading Tool

Explorer IconExplorer

Memory Pool

74,568 transactions
27.62 vMB
0.07345318 BTC
Random Selection Loading Transactions
Max Size: 168.32/200 MB

Candidate Block

Mining Attempt f3b69bb8a2d2b76f1ab082ab1d2dc1d9e55d72f9312a1fe0fd76693afcb240be
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root 7404d7621962f99c87a2a9b597e6c6a7ef1b1618247abdc9e12815b8a7f5d651
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.01451961 BTC
Feerates: 100.35 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (491,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,631 423,631 000000000000000002768fe987a04f9719d1501aff682c7c81d610a8441eed88 1,198 0.55/1.00 vMB 64
423,630 423,630 000000000000000001f50c7ee9ec2d1dc4b277b85010ac11fc34e5dfb974b4ce 1,422 0.98/1.00 vMB 32
423,629 423,629 000000000000000004615efc2fa51d9741c1bde65fe09d52674676431b92b6b8 2,330 1.00/1.00 vMB 55
423,628 423,628 00000000000000000430525aa9343904feeaf711e3d905f5aa03f05f957f5780 2,197 1.00/1.00 vMB 87
423,627 423,627 000000000000000002321bd0d6d7fa7819b9c88e48d29348bf4469dbaeffe7ad 2,340 0.99/1.00 vMB 66
423,626 423,626 00000000000000000451968b2f0d7405f1a46c2692062518ccca128dd2fcc9bf 1,833 0.73/1.00 vMB 61
423,625 423,625 0000000000000000054ea3126a39c330678dfe620b03dc0f67bad2877494ebaf 1,479 0.99/1.00 vMB 29
423,624 423,624 0000000000000000025c0eca4ce108804f5864bd32d68f02593de9c5dad91616 2,691 1.00/1.00 vMB 87
423,623 423,623 000000000000000004bfdeacc8672f66ba98f5099125a5ee49ed92341ec483d9 256 0.09/1.00 vMB 64
423,622 423,622 0000000000000000025388620598f210e0ecab75f953d11f128e8abc2ec82a71 547 0.27/1.00 vMB 42
423,621 423,621 000000000000000004632a66a46267f992058fbf7dcb5525dc71e3f9ad2486c0 1,941 0.83/1.00 vMB 57
423,620 423,620 000000000000000004026b9c4abcb155b0f5fc52ad5cb4064f5a0e6da60f2e3e 1,252 0.54/1.00 vMB 69
423,619 423,619 000000000000000003ba30a69145608634727c621c40f5649f286aaa5916facf 1,676 0.72/1.00 vMB 56
423,618 423,618 0000000000000000019b40a41448794594fd701d5a83a13c94d6b8a31f21ef57 1,289 0.58/1.00 vMB 59
423,617 423,617 000000000000000001a17d6df942f0fcba18375cc27014241b4587ab41146b91 154 0.08/1.00 vMB 37
423,616 423,616 000000000000000000c2935e420a1856e3cc16d52e6723dba4aeee9c13d70f66 2,310 1.00/1.00 vMB 58
423,615 423,615 000000000000000004ca2909385333e9612c6e59f2487a27386127e364820885 2,081 1.00/1.00 vMB 51
423,614 423,614 000000000000000004f3f79a62bfba70cbfcd81e5fdc4dd2d61f602befcf25e3 2,856 1.00/1.00 vMB 85
423,613 423,613 000000000000000000f6fd8551b9e0aa8bb6427a7778da3060fa0a38d8979d52 835 1.00/1.00 vMB 20
423,612 423,612 000000000000000004731e1b1a38912dec9d9f92b1e3dadbda9e4bd3b5be52ca 2,653 1.00/1.00 vMB 66
423,611 423,611 000000000000000003b7f58165fa0dfa2ed012c47b87afb499eb057edbde5e94 592 0.23/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.90 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: 713.58 GB
    • Received: 17.40 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.