Loading Tool

Explorer IconExplorer

Memory Pool

41,967 transactions
36.22 vMB
0.14837086 BTC
Random Selection Loading Transactions
Max Size: 177.76/200 MB

Candidate Block

Mining Attempt f2f1d1af6158ad09e0f705ca22c5576d88af0541c6a9d106f42ec523cae1b535
Version 20000000
Previous Block 0000000000000000000013567b40f7b89d13b352d667c6e800680c854ece0722
Merkle Root a0f2d0d4e86b40a4ec627cbbae2dab1d13bc8a8c7314b8f2b0b3f0461b7eb4e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.05242156 BTC
Feerates: 393.03 > 5.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,310 (847,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,796 66,796 00000000048ce15cdc425d755a3cd13b21d1c05b21b615ad63975bf9b6c21a73 1 0.00/1.00 vMB 0
66,795 66,795 0000000002c621cd74fe021aaba09026ea7a3f0e1cab31e1fcd706b605184c31 5 0.00/1.00 vMB 0
66,794 66,794 000000000035278fd56752e4d80537eea24a60cf4af66c568e689671f66968be 4 0.00/1.00 vMB 0
66,793 66,793 0000000003345f15a24dab373eaed62b0ce663e0a9a036a63de746be5bf5e3ec 1 0.00/1.00 vMB 0
66,792 66,792 0000000001bfd451dbc97b2a42226c66719326df0e9c6f8a96cc5879a87107bc 1 0.00/1.00 vMB 0
66,791 66,791 000000000391ceab79b3893c9c04ad4d40ce16d6b182b25e47a39c1581e3f471 1 0.00/1.00 vMB 0
66,790 66,790 00000000036d33d455cc7adea61487c7443327a8f149e809919a54dc91356358 1 0.00/1.00 vMB 0
66,789 66,789 0000000002a595acaf6c009cdf2567ef4d4d9ff0f72d88f06f0d41bb9ba18ee1 1 0.00/1.00 vMB 0
66,788 66,788 00000000031b978d5d34a55cb4d44aa63f2de6457c94083cd54f394a6d9cc121 1 0.00/1.00 vMB 0
66,787 66,787 00000000053143527208dd99fee60e1b789dacf464ec44cd8078cc9112c4066c 1 0.00/1.00 vMB 0
66,786 66,786 0000000004e694a0afa2324684ab6fe639adea4fb55fbfc3773047cb32959fff 2 0.00/1.00 vMB 0
66,785 66,785 0000000001b658548419ace6c829e97dc52368cd85a3b27fa53109e495c6b1cb 1 0.00/1.00 vMB 0
66,784 66,784 0000000002d460c8dc3049f910c9a720b95904b9efcb205289275fadcfc0e506 1 0.00/1.00 vMB 0
66,783 66,783 0000000003c30c9dd7fbf9fb2ddba0d3b0e98d8098a13069cdb2b104876ea7db 2 0.00/1.00 vMB 0
66,782 66,782 00000000034c057c1c593c11191f49b5f94ab8e4882ef9918dfab47e6c7cd0b4 1 0.00/1.00 vMB 0
66,781 66,781 0000000005933a52cd40cd1bf1ec6f11789e7596974ecab215132967b495519f 3 0.00/1.00 vMB 0
66,780 66,780 00000000007014971edac2cf774e904244c8d4ac65d9c6cbf61a2c1e87d565f8 2 0.00/1.00 vMB 0
66,779 66,779 0000000004cf41319eb2643a8581d2d82371f89807c0839f3c59ad241cd47dc1 1 0.00/1.00 vMB 0
66,778 66,778 0000000004f852dee643043950e1f291e85113abbea57209065a27ae2d1f6532 3 0.00/1.00 vMB 0
66,777 66,777 0000000002b58eaf31ea6e7ffc3e23fac598da6c6debb5963fe2381b914093e2 1 0.00/1.00 vMB 0
66,776 66,776 0000000002cf358ba85316331013daa16da84f1072d019086b0a07658be3a9c7 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.14 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: 581.58 GB
    • Received: 9.18 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.