Loading Tool

Explorer IconExplorer

Memory Pool

45,111 transactions
29.77 vMB
0.10282726 BTC
Random Selection Loading Transactions
Max Size: 153.99/200 MB

Candidate Block

Mining Attempt cab344e9a83db5e37762c048db2742f3436ed319106a5b8b68e81a935b6f5070
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 86ae4c59140bc304d2bafff56ebc7dd6f95ab174182201adb483524202950ce8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,158
Size: 1.00 vMB
Total Fees: 0.04380342 BTC
Feerates: 302.06 > 4.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (857,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,984 56,984 00000000068c80d93e6e95928fa7b1125cbdb2097913473b40e5c07eb9275b18 1 0.00/1.00 vMB 0
56,983 56,983 00000000142f0ef27f0975c57cc7b894f5469d2ac5aa1d2e1fd01905f3eb6859 2 0.00/1.00 vMB 0
56,982 56,982 00000000123f76f020c2c6261eed1ce90410deb7e3da80b0260a67004d424903 1 0.00/1.00 vMB 0
56,981 56,981 000000000fb3009cc27a65b43233f4f7738ae0e97abb08d729e98d29c964af60 1 0.00/1.00 vMB 0
56,980 56,980 000000000b5bf5067ce73f621375e0c875dd2d3b320808ecf98e7b4c1ae2328f 1 0.00/1.00 vMB 0
56,979 56,979 0000000002051fec3b1a1ac3de5ffdf1265b0a0bb0481d466dcc713960bf2705 1 0.00/1.00 vMB 0
56,978 56,978 0000000006896d5a719cff64eca98da480404b2b1e4dd0c47fa4023340c7ee62 1 0.00/1.00 vMB 0
56,977 56,977 000000000c916ccbc26069f60f2519825cc7f40ca0997ac001cc5243cd219bff 1 0.00/1.00 vMB 0
56,976 56,976 000000000f945b861bb386e2cd2fc846de6ec5a4aadbb800d170d6e54ba1254e 1 0.00/1.00 vMB 0
56,975 56,975 00000000042913ef341e70c22f6535363b7fa79c93ab58f93847ef223964a38c 2 0.00/1.00 vMB 0
56,974 56,974 000000000713e2f7ed26ca1036a811c18128d8d3eb555bd78af407deeee3ca95 1 0.00/1.00 vMB 0
56,973 56,973 000000000aa04f542c9229c3997537056dd1eb5be18c519587692d41fab85ee0 1 0.00/1.00 vMB 0
56,972 56,972 000000000ae3a6a13eeeb6aec493b495aa1d9272ad81ba0cbe3086eb2630e4df 2 0.00/1.00 vMB 0
56,971 56,971 0000000002cc5985bb1776be0ca96711ac007068cef491cbc0343f3202338c9d 1 0.00/1.00 vMB 0
56,970 56,970 0000000003c468f26dc6fd41002ec53818e9ec109f17912091fea6d0bc75a656 1 0.00/1.00 vMB 0
56,969 56,969 000000000e2d1c18f7c03eaf7708a7c2c077c79413910c041a6a3a9f3fef9bd9 1 0.00/1.00 vMB 0
56,968 56,968 00000000024edfdccfc114d927d92a6bca016063c2979cb8110f13245bd4c41d 1 0.00/1.00 vMB 0
56,967 56,967 000000000ad8a3faa1d6cde4089c427bc46c4e0b99c9b7dd72467b1ff3c10286 1 0.00/1.00 vMB 0
56,966 56,966 00000000116421eb5f590274c4772ba07495f46306272df4abd374b403e1ec92 1 0.00/1.00 vMB 0
56,965 56,965 000000000cfc20e0f9d88a4143e7838ac342a88ca293210e4fbbac81c07ff8ff 1 0.00/1.00 vMB 0
56,964 56,964 000000000717f67c8f360f2fa4195ab611156bf9cd016e08d93e0f2df8c286d0 1 0.00/1.00 vMB 0
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: 113
    • 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.