Loading Tool

Explorer IconExplorer

Memory Pool

44,630 transactions
27.62 vMB
0.08903307 BTC
Random Selection Loading Transactions
Max Size: 144.78/200 MB

Candidate Block

Mining Attempt 272d0e810a9f8c35e8e8fdd2d93288ae26541947d9b3e9f492075f1e29a22d26
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root b3e07df4548ae50cb4bf5621ba8d1a78b2cb2f98d363df1dbd09b271ee672351
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.03502406 BTC
Feerates: 151.65 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (306,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,993 607,993 0000000000000000000484bc71bfecf3058001325c7408f36d1b7f57e0866c22 3,181 1.00/1.00 vMB 6
607,992 607,992 00000000000000000000ec6fdb67a2eb429f307b01170a5e92c66d9b9c9ba395 1,904 1.00/1.00 vMB 19
607,991 607,991 0000000000000000000a991375de0e443ab55b1bdfd2e128814aa1bbae144d07 2,804 1.00/1.00 vMB 20
607,990 607,990 0000000000000000000e6d14bf0509651daf1edd33349ae7eebc91f8b88d4b3c 2,148 1.00/1.00 vMB 37
607,989 607,989 0000000000000000000594d9e95df7c28c7bba2e18528f3f5ef2706d2dc8491d 1,817 1.00/1.00 vMB 3
607,988 607,988 000000000000000000025ff6106178e51c1a8ccd782d2bd0683b31bd5815e855 1,720 1.00/1.00 vMB 6
607,987 607,987 000000000000000000030de2de22eced1946b6de57816094097e57909dc37e5c 2,758 1.00/1.00 vMB 12
607,986 607,986 000000000000000000033128e67f1e34e8457e11f7cc17b4cee17480051caafd 3,227 1.00/1.00 vMB 14
607,985 607,985 000000000000000000128c97f658c4a345334d63c1bbba98ba14c15833353dfc 3,140 1.00/1.00 vMB 23
607,984 607,984 00000000000000000015a00620e1d28a04de5fe1b798533136728a40e9f1d0bb 3,432 1.00/1.00 vMB 16
607,983 607,983 00000000000000000014bf67e416ac6fbaeebbbfc4ec8de8b79adb543abe8c4d 2,602 1.00/1.00 vMB 30
607,982 607,982 00000000000000000000e784b7669e3e10f1ca9bff92faaafbaf310e6ed213ab 3,398 1.00/1.00 vMB 27
607,981 607,981 000000000000000000091abe333ffed7843ba1258b62b1c7c97803d1f00aa0f0 2,715 1.00/1.00 vMB 9
607,980 607,980 000000000000000000096c8081f5384cd1db8d148050e8e7c7e5414da98f99ec 2,967 1.00/1.00 vMB 8
607,979 607,979 00000000000000000007cef637a035e6549404614546dba6076a9ed3e6e0995a 2,848 1.00/1.00 vMB 20
607,978 607,978 00000000000000000005466719df793c964562adf7cd28e4c468f88b2470f5b0 3,255 1.00/1.00 vMB 26
607,977 607,977 0000000000000000000716e910a68a05fd2a022b7314d67862da2c94c8318ad7 2,862 1.00/1.00 vMB 10
607,976 607,976 0000000000000000000d36d4eb979ed054b7b5bd7dc112260a155a6f590ee1df 3,384 1.00/1.00 vMB 15
607,975 607,975 00000000000000000001be907456177ed3938b878c8e33f38dab0b61a66f5165 2,079 1.00/1.00 vMB 33
607,974 607,974 0000000000000000000d0af15ffd77b7929234fd022ecd3e2f23744734d63726 2,034 1.00/1.00 vMB 27
607,973 607,973 0000000000000000000cd86856a51e6a4067434fdaac49e9ad539c72de3b6044 1,894 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.