Loading Tool

Explorer IconExplorer

Memory Pool

37,103 transactions
25.56 vMB
0.06899816 BTC
Random Selection Loading Transactions
Max Size: 141.67/200 MB

Candidate Block

Mining Attempt 523f179ae0cc1de976dda186205d12d2b07d395d201b48c99698406207ddb544
Version 20000000
Previous Block 00000000000000000000fd2cce201dd790c3e9eab86b3bd841487b6039423ca2
Merkle Root 2753dca216dbfc0336204a5e2749cb0aa3ecfbcb6e59d5d899df6659aca434f4
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,999
Size: 1.00 vMB
Total Fees: 0.03358290 BTC
Feerates: 1,005.79 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,247 (106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,141 939,141 00000000000000000000ea474a149cb53adf9c73d1a101d5267b5911821c6f00 3,772 1.00/1.00 vMB 3
939,140 939,140 000000000000000000011fe18bd8bcf26e65e7fe69f12036ed1b435429dc90d9 3,133 1.00/1.00 vMB 3
939,139 939,139 0000000000000000000128528fa61f92b2764d3333d9daf1b5d7543e1aca882d 5,083 1.00/1.00 vMB 1
939,138 939,138 00000000000000000000ef9d5fb38fec4388e327f0689383ed2b1f9eff4ae98a 3,940 1.00/1.00 vMB 1
939,137 939,137 00000000000000000000b1f655f7f52be1d7130a3affccb323ddb0348cf3e991 3,003 1.00/1.00 vMB 0
939,136 939,136 00000000000000000000e9acbf3950557bf41f43f838ee61c875ffc52c0fd3c6 307 1.00/1.00 vMB 0
939,135 939,135 000000000000000000015e4f4079284ed54f329d1e55ee2c7437b90951006c96 2,847 1.00/1.00 vMB 1
939,134 939,134 0000000000000000000051df37524606ff65cb7d96423e996e8901cfc80a7019 3,387 1.00/1.00 vMB 2
939,133 939,133 00000000000000000001715e87eaf0032e3ccd3f31b3448e127f3804c9f7f2e3 2,573 1.00/1.00 vMB 2
939,132 939,132 000000000000000000013a49828070d6ceaff46818f064d7a0349812393e617c 1,925 1.00/1.00 vMB 0
939,131 939,131 00000000000000000000ff86d90e024823d227419aabfe0adeb439637bf6ddf7 3,396 1.00/1.00 vMB 1
939,130 939,130 0000000000000000000030bde6b679776d232c72df6510658e74b40250a3e9a0 3,447 1.00/1.00 vMB 3
939,129 939,129 00000000000000000000b5daac441acae0f9139b3d16155facda00d5da2ca9ac 1,156 1.00/1.00 vMB 0
939,128 939,128 0000000000000000000171b9e68f1047217052abc16922041787e58c1ee456fe 1,845 1.00/1.00 vMB 1
939,127 939,127 0000000000000000000046b5170e1783a8472fa5c2506a0ca2774350c8783c8f 3,242 1.00/1.00 vMB 1
939,126 939,126 00000000000000000000e9506b89332a3548ab0e7245537a2a0c1b2b38544e9c 2,741 1.00/1.00 vMB 1
939,125 939,125 000000000000000000003bf54f7b3e6de0049b981f269ca50dbbe816992f81a1 1,854 0.58/1.00 vMB 2
939,124 939,124 00000000000000000000404a00664b9602d09ae70452687a109d02c3eadca271 1,310 1.00/1.00 vMB 0
939,123 939,123 000000000000000000009ea079d0c76418c9757cae957bc0b19a6709e18e9e85 2,206 1.00/1.00 vMB 0
939,122 939,122 000000000000000000009f453c0ea4ad23ca2538e1d32bdbe1f0ae6ad9fb9669 2,688 1.00/1.00 vMB 1
939,121 939,121 00000000000000000000549ce6637a17de75c753c0ed72a97b28fb4631b78b41 2,449 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 825.36 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: 4,243.02 GB
    • Received: 233.25 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.