Loading Tool

Explorer IconExplorer

Memory Pool

77,281 transactions
28.95 vMB
0.08278777 BTC
Random Selection Loading Transactions
Max Size: 174.73/200 MB

Candidate Block

Mining Attempt 7e704962116948aeb05a5c652915eb75d0caa2ea0ab91efaeca63e469a4e3369
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 1c708cf2eee6bbb5cc01ed992051ac7991c205d38d57cda4f6725cf795ea1a46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,660
Size: 1.00 vMB
Total Fees: 0.02243815 BTC
Feerates: 103.00 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (226,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,545 688,545 0000000000000000000c9debaff305ab524939d0d1c420695c43d3c0acc02e6b 1,647 1.00/1.00 vMB 56
688,544 688,544 00000000000000000009bd3e0392c845acd46a84ffd06067f1b72fbf0c725079 3,119 1.00/1.00 vMB 41
688,543 688,543 0000000000000000000b43819d5b43f4751ffd5b7c0e108c9969c670ab29654e 2,531 1.00/1.00 vMB 58
688,542 688,542 00000000000000000008b5b2af6dfc08de30354a32c17583191e18995b97d6a3 2,705 1.00/1.00 vMB 47
688,541 688,541 0000000000000000000840f3d27ac308e1d1d32c699bf17ea325582c605ab237 2,647 1.00/1.00 vMB 51
688,540 688,540 000000000000000000007ba36c1f9467e35ac2aeac8905cbbf4801f05e1f0ff7 2,650 1.00/1.00 vMB 45
688,539 688,539 0000000000000000000ca650cdaa101254432d8dad50bff2aa55a6167afb272d 2,997 1.00/1.00 vMB 53
688,538 688,538 0000000000000000000353623222b5d6feec8dcdf7816cc3c7931fb9d98e49df 2,865 1.00/1.00 vMB 60
688,537 688,537 000000000000000000030bc974baff047ff90c85c381232f1db3d28f60e05642 2,017 1.00/1.00 vMB 61
688,536 688,536 00000000000000000005887c27b3078956333c85be54a3726f98a2a9e0e47850 1,332 1.00/1.00 vMB 61
688,535 688,535 000000000000000000030322bc566d0355b08e4d2f7ff311d92f02a08bbfb42d 2,340 1.00/1.00 vMB 57
688,534 688,534 0000000000000000000d8dc94592b0fcc4431f5be2f232ff1f7fae02d8a820f7 1,958 1.00/1.00 vMB 65
688,533 688,533 000000000000000000040d1879ca5023b1c0f9088a8aa6f3fa61c711ed857089 1,790 1.00/1.00 vMB 49
688,532 688,532 000000000000000000037bc0341b1285fe4764792bf119f8423549a91c985404 2,950 1.00/1.00 vMB 64
688,531 688,531 0000000000000000000959ea9b3351533e831978ed1588a85d57e05cb0edbbe7 2,607 1.00/1.00 vMB 49
688,530 688,530 0000000000000000000b7d19b6a35e4a93780f9bf43798ad1c808bbbbec7111b 2,755 1.00/1.00 vMB 71
688,529 688,529 00000000000000000000690c48e05683923aba959c22a7b700d9f86f63f487bb 915 1.00/1.00 vMB 56
688,528 688,528 000000000000000000042695a756bf2150d48154a24cee15c813f6e9e9e0a36c 2,654 1.00/1.00 vMB 74
688,527 688,527 0000000000000000000154c95e5ce2f8e4cd11384d5a4e150d8d28867729e479 3,672 1.00/1.00 vMB 52
688,526 688,526 00000000000000000006a23ddfcd52d0fe91cdc3e794c3eafb7ca835421c393f 3,116 1.00/1.00 vMB 60
688,525 688,525 00000000000000000008d6066cdb09f6ccb5959a7a7389e548bf5948e1718a58 1,812 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.