Loading Tool

Explorer IconExplorer

Memory Pool

45,061 transactions
27.49 vMB
0.06943148 BTC
Random Selection Loading Transactions
Max Size: 145.44/200 MB

Candidate Block

Mining Attempt 0a93e2b236f71cbb0f628e5479e197f6e78800e039177cb51bfe917c4f8eadcf
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 08cd16bf5dd99dc5112ddf59fcb4d25ddf4d32af08a7afa821b23873b2f71335
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.01780339 BTC
Feerates: 200.99 > 1.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (637,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,995 276,995 0000000000000002183ed6df1f380c9333f32b1f779e404e60a11bff7968904c 137 0.11/1.00 vMB 34
276,994 276,994 000000000000000309a6e9dff041a019b30a5b566a2244e35e73efc59b403e5e 31 0.02/1.00 vMB 31
276,993 276,993 0000000000000000b6a2db5815df1a91ce8af7f251a3d245556830d34da169ed 35 0.02/1.00 vMB 7
276,992 276,992 0000000000000002ed928342ea82854c3919fb807bed8e1dc4f66271e48aa528 308 0.16/1.00 vMB 52
276,991 276,991 0000000000000001789cbcc65486184f3b7e4886ffddf05575c5cbd3e1ac8cde 19 0.01/1.00 vMB 67
276,990 276,990 0000000000000002f9290c87c2b3e5731c1ea2042bd67ce76053a155aeb9f918 163 0.08/1.00 vMB 41
276,989 276,989 000000000000000149cc55d4c87d02c93a41cd095a90d6bd27139b5de9cd9fee 241 0.13/1.00 vMB 47
276,988 276,988 000000000000000001fc78a69937e5c299855724d41df125f30d445a16b28b7f 19 0.01/1.00 vMB 31
276,987 276,987 0000000000000000dffd8f8d4f8402361edb8dd6f9f4b643958ba332ee004d31 45 0.02/1.00 vMB 9
276,986 276,986 0000000000000001ec52a47f91aca1b368fdebaac1041bc5921b42cbc937ef17 528 0.42/1.00 vMB 35
276,985 276,985 000000000000000028b5346e178398cdccf9bbab0a09543f99ade7144b4afde8 25 0.01/1.00 vMB 45
276,984 276,984 0000000000000003062cd8e9a97860bbe808c404a3b2d20f3356461017f6b37d 68 0.03/1.00 vMB 49
276,983 276,983 0000000000000003410d9c389177f361ff3c62fb3ae5426370fb52f7b2a9f7ce 47 0.03/1.00 vMB 26
276,982 276,982 00000000000000014305aebd1b1ab6751741b2b4ec4299f730d2499a6ab29eba 314 0.17/1.00 vMB 38
276,981 276,981 000000000000000354359c5e3a37d2f44d9a06a43ee704cf156ebc0b67a3db14 57 0.03/1.00 vMB 107
276,980 276,980 00000000000000021caedc9059ea0ececd9ab6c96db04d18f4ce491498864e5d 119 0.08/1.00 vMB 27
276,979 276,979 00000000000000034407dfb9cd196c3c9d697afdbbe48d01fc74efdc182172e2 329 0.32/1.00 vMB 31
276,978 276,978 00000000000000017a846f027a4f4e1a6a022b34f525bca72f91180c9431e844 240 0.14/1.00 vMB 50
276,977 276,977 000000000000000280afea542c31352c777f3d6700d978207a3c5dfceffde4f7 211 0.15/1.00 vMB 37
276,976 276,976 00000000000000023df7f0d87b1dfa32703d3b1cdefcd4aedf6740dee8d9e0e8 138 0.07/1.00 vMB 32
276,975 276,975 0000000000000002341d5025d6af69564be3fae9e08f4e2182ead4ef6de6d5ab 55 0.04/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.