Loading Tool

Explorer IconExplorer

Memory Pool

41,465 transactions
26.00 vMB
0.05307554 BTC
Random Selection Loading Transactions
Max Size: 136.12/200 MB

Candidate Block

Mining Attempt e390ecd9685e58d82ec9b0629842798d48da8bae20b078ea6b22e49cc2f0b47b
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 740a2ec7faf7dae79c5a2a8f5e5d85e29c2656094cbffc307cbae7279964e9a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,919
Size: 1.00 vMB
Total Fees: 0.00580909 BTC
Feerates: 61.00 > 0.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (125,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,311 789,311 00000000000000000002cce28e0058eee1b2c3e32f3949e6d64181c43650ec20 5,304 1.00/1.00 vMB 69
789,310 789,310 000000000000000000036e61dc8d4c1ad4bdd4b9292f04b37bf29b8d23721017 3,970 1.00/1.00 vMB 142
789,309 789,309 0000000000000000000252ded5013f71b026a18b02aa95e88aca1bd0f93dbc38 4,068 1.00/1.00 vMB 44
789,308 789,308 00000000000000000000cfe06aa48e8266c4e1504c90d5a92e99b586246e8e64 4,262 1.00/1.00 vMB 84
789,307 789,307 000000000000000000016f63bb8ab010c527713c674ee0d3c4cbaa09399f0374 3,656 1.00/1.00 vMB 112
789,306 789,306 00000000000000000004e1f578cac343bfafac6cf629933d8f50519c53adf314 2,308 1.00/1.00 vMB 189
789,305 789,305 000000000000000000023d33ff1082165f3b127ded0a815f15b9f0e38787dfbb 2,934 1.00/1.00 vMB 150
789,304 789,304 00000000000000000000587f99204dc1574e74773b80d93adf788c90c72c90e6 3,803 1.00/1.00 vMB 188
789,303 789,303 00000000000000000001e72e897c1de0ba80ee6dd12854cedd15a43b4ea40703 4,266 1.00/1.00 vMB 109
789,302 789,302 00000000000000000000379aead80918b1b9d2786da01105bf7fc4862ca33c29 3,689 1.00/1.00 vMB 52
789,301 789,301 00000000000000000002f1ad8f3b8c3c54e0bf2af7af73321a6981c5865da7ef 2,460 1.00/1.00 vMB 58
789,300 789,300 00000000000000000004866b64f09eab823f54cbed25635b58fa215272382495 3,297 1.00/1.00 vMB 108
789,299 789,299 000000000000000000029671b329aaf04023cf7fd4b03916188e18f6651c93c0 3,160 1.00/1.00 vMB 72
789,298 789,298 0000000000000000000415d532437c14da18ca802f00b732d28320006bc24aa4 3,818 1.00/1.00 vMB 181
789,297 789,297 000000000000000000048dd105972c5a47169e9fd65b394c5cd160cc4a7f09f6 2,962 1.00/1.00 vMB 92
789,296 789,296 000000000000000000034656249de28dced93eb19cdf2a2feffb24f7c69ece55 3,018 1.00/1.00 vMB 98
789,295 789,295 00000000000000000001962647edfd0cc2053fed9c112af50731d80379e1d6ca 3,121 1.00/1.00 vMB 99
789,294 789,294 000000000000000000038b952dba2ce90a92e37de80ec6622ec04bb92aa564df 3,662 1.00/1.00 vMB 144
789,293 789,293 00000000000000000002039194f8da153fbfbecbbec82ef246c1a4224efc246b 3,249 1.00/1.00 vMB 192
789,292 789,292 00000000000000000001c3644e13a48b3f091162ca8df21cdf0ba7d9fa77eb87 2,212 1.00/1.00 vMB 146
789,291 789,291 000000000000000000001b655c8f30e1d72f0b2df8f04aca21b9ad1d5c6b0e22 2,826 1.00/1.00 vMB 225
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.