Loading Tool

Explorer IconExplorer

Memory Pool

45,092 transactions
29.77 vMB
0.10269031 BTC
Random Selection Loading Transactions
Max Size: 153.97/200 MB

Candidate Block

Mining Attempt 744b42acf2b5313ee7e3e82a1b4ed0643c7ede0017e3cf11b0cc3969104a0dd8
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root e452d018e307bb0bb56527d2d0e26192f5cb7c66664998946d44b82ec4d42630
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,161
Size: 1.00 vMB
Total Fees: 0.04372269 BTC
Feerates: 302.06 > 4.38 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (269,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,105 645,105 0000000000000000000a833e20926bd28254363999491a1dbbfd5941e1d22d7a 1,588 0.58/1.00 vMB 35
645,104 645,104 0000000000000000000d273027c30f8574c7b9cbca3a81d2f4f988b07c4bc27f 1,158 0.53/1.00 vMB 42
645,103 645,103 0000000000000000000eb21154301776e8c33cf828a8b60736362e9bc4aeff8f 564 0.19/1.00 vMB 52
645,102 645,102 000000000000000000093b23d4b4d9dda8f9d18c8cbbdb165eaf06d23614f12f 569 0.16/1.00 vMB 49
645,101 645,101 00000000000000000001c75dc4f316a56e399c3df63294cba54ab76797281970 2,116 0.86/1.00 vMB 37
645,100 645,100 0000000000000000000213cb00281852470b16c42f030a5887cd43ac81f4e5af 1,851 0.86/1.00 vMB 41
645,099 645,099 0000000000000000001092f6bdb1c12a5fc459378f320c5fa01447fe321426d5 2,862 1.00/1.00 vMB 53
645,098 645,098 000000000000000000084d235f5120b0a8b857ab245e309a5c2d0737037daa6d 1 0.00/1.00 vMB 0
645,097 645,097 0000000000000000000113d03b69a348885130f78f32abc4e26b93e05ebf5b64 896 0.32/1.00 vMB 49
645,096 645,096 0000000000000000000b6062108638bc000266b5ee386e65d0df48ca63a83e58 1,512 0.56/1.00 vMB 16
645,095 645,095 000000000000000000085c725fdd24b85c7ec761f414dd8375d0f3617721ccc0 2,457 1.00/1.00 vMB 59
645,094 645,094 00000000000000000008efc513f6b90afbd56cd761206507780597847f164674 2,047 0.98/1.00 vMB 57
645,093 645,093 0000000000000000000f7c13f529fa2d51df82e77b961ed38ad0c39c23eddb6f 1,734 0.71/1.00 vMB 50
645,092 645,092 0000000000000000000858a1a0c93d1cfb21ee55682a45f4469d90c812cf4595 1,784 0.85/1.00 vMB 34
645,091 645,091 0000000000000000000b47b111afbffccaea82405e3e3b8ec2de50e85827f2ce 1,568 0.93/1.00 vMB 10
645,090 645,090 0000000000000000000a7a6d418c2b5f187ddc9ce6f1dcf460ae01b3eebc897a 1 0.00/1.00 vMB 0
645,089 645,089 0000000000000000000c953703055737f3e528935bc7ab8620a3d00c777e10b9 2,085 1.00/1.00 vMB 28
645,088 645,088 0000000000000000000c16f5d38abb8c14e09c5fccca7fa34c5ec939f30d062a 2,809 1.00/1.00 vMB 88
645,087 645,087 0000000000000000000ade130ddf9e9f062f8c500c8af4b0e0e5b5030a8a9f17 1,758 1.00/1.00 vMB 47
645,086 645,086 00000000000000000001343829504a28ce18f2e99b464f25da2fbce4330f71da 1,821 1.00/1.00 vMB 49
645,085 645,085 0000000000000000000ea427b70d81a997ab5930f6c265ef195443778c082966 123 0.16/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.