Loading Tool

Explorer IconExplorer

Memory Pool

74,103 transactions
27.36 vMB
0.06728615 BTC
Random Selection Loading Transactions
Max Size: 167.08/200 MB

Candidate Block

Mining Attempt f624a43c1810ec1ebd25872931be97030fbf470bb07eba75832d5472a4988aba
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 49383f2b1bc65c36f0957e1f8ceda6dd3738ef96f47a71f7c48cb80f3764ec4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.00914686 BTC
Feerates: 301.57 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (392,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,842 522,842 00000000000000000031f87ec42060b7f546756cbb1862707d05a2b2f869baa0 2,403 0.93/1.00 vMB 39
522,841 522,841 0000000000000000003313cbe975bf385134952f5a087db3dd1f2fa5ac9b0593 1,638 0.74/1.00 vMB 39
522,840 522,840 000000000000000000376a825415ccbd9a46ce15a693ca196cfe12406549eb5a 825 0.26/1.00 vMB 43
522,839 522,839 0000000000000000001efdf704fffa6d19d8ec23fcfe57b5aa0659d932111338 1,351 0.60/1.00 vMB 38
522,838 522,838 0000000000000000002f5358778c864f0de05391c57c2d975039b7aeef5c4720 2,399 1.00/1.00 vMB 41
522,837 522,837 00000000000000000016c92c7497638a45042a867b3dce54380acef9b69488c0 2,325 1.00/1.00 vMB 43
522,836 522,836 0000000000000000002fd57c55963db63f48894a6217a9f868a262eab9ab5971 815 0.35/1.00 vMB 18
522,835 522,835 00000000000000000028044a328649ce83bbc126a7760eb4f9ce77e4789c6b29 2,214 1.00/1.00 vMB 10
522,834 522,834 000000000000000000314916525144db2c37296a8d5fcccb15b7109ea6df8e44 1,163 0.45/1.00 vMB 50
522,833 522,833 000000000000000000431b047f1865379f2a231f60ca7ca425cd3cec7d3163c8 3,166 1.00/1.00 vMB 14
522,832 522,832 00000000000000000005f4b2c560241df9e8e7cd71756ddadcc4e9cede7e19c2 2,553 1.00/1.00 vMB 26
522,831 522,831 00000000000000000010c76ed0d880a2efbd4e35900924cd65f5f9a6e643411c 1,829 1.00/1.00 vMB 27
522,830 522,830 0000000000000000002f7fda6b48b6368bf606c8e4f34c99da80bf9e97a0072b 1 0.00/1.00 vMB 0
522,829 522,829 00000000000000000035f169a5d471710f039995f9afcf84a800b799e4d0180f 2,755 1.00/1.00 vMB 37
522,828 522,828 0000000000000000002a1f05b0257304424408e2b267a8972e2a984d97f65ab7 2,798 1.00/1.00 vMB 60
522,827 522,827 0000000000000000002a4ddef1f26563b18e1067e25af10b80d78831bdb00b38 2,375 1.00/1.00 vMB 27
522,826 522,826 000000000000000000183e30a471d5a77a854efa69b65a525115f2607c8d55cd 3,243 1.00/1.00 vMB 62
522,825 522,825 0000000000000000002df779b0705147018e34af2b600a5d9c8faa00d929ca64 2,771 1.00/1.00 vMB 79
522,824 522,824 0000000000000000004392c43cd78123275b6f77f9488f1b06c8c7a392ff8095 2,188 1.00/1.00 vMB 28
522,823 522,823 0000000000000000003f2e5558db531c2d289cc0fca2520fa5d73d9e2e38ac8f 2,682 1.00/1.00 vMB 45
522,822 522,822 00000000000000000034516a842c8b3bce88338f9bc53d965ec420870f8ad169 2,356 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.84 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: 711.84 GB
    • Received: 17.13 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.