Loading Tool

Explorer IconExplorer

Memory Pool

81,676 transactions
31.66 vMB
0.07690853 BTC
Random Selection Loading Transactions
Max Size: 192.28/200 MB

Candidate Block

Mining Attempt 272a629e14f59b3e9be250885ca0ed8b8943351c6e23a6fb2de865bead58f352
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 9d095560e302dca2be943f1bccef4fa3b6ad9ef0d768cc30b1acfeb725457be4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,923
Size: 1.00 vMB
Total Fees: 0.00767071 BTC
Feerates: 73.20 > 0.77 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (121,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,491 793,491 0000000000000000000140385334c83c57e45b6eb14ed5ed12b454681fe5e9e5 334 1.00/1.00 vMB 15
793,490 793,490 00000000000000000002db0ceff132a9cd1e6de8d7ed5f2ea9fa45fe4921dbe2 700 1.00/1.00 vMB 17
793,489 793,489 00000000000000000004a8f7aa796cf32f554c39cceca9e5c26a796f40c002e0 182 1.00/1.00 vMB 13
793,488 793,488 00000000000000000002bfc7b8c647d3e12b39c5e6c7c68cb6004a59f547b36d 1,370 1.00/1.00 vMB 21
793,487 793,487 00000000000000000005304641c363ce12d8a2a3b98c81d6b8b721cb37f66dfa 2,018 1.00/1.00 vMB 28
793,486 793,486 0000000000000000000330f8a6d932ff5b2ac5c9ac80ef15acd77179d63136f1 1,786 1.00/1.00 vMB 39
793,485 793,485 0000000000000000000053e55e4f02c8141dd1e96f0dbfa32241c52c1878298e 1,465 1.00/1.00 vMB 16
793,484 793,484 00000000000000000001de1b8415abf944d794065b8f3a615f448b174e5b6f3a 2,826 1.00/1.00 vMB 26
793,483 793,483 0000000000000000000066ee94c8306f4c5f0b664aab3f7bfa8e042ad4e19f24 2,913 1.00/1.00 vMB 32
793,482 793,482 000000000000000000025779527bc75adf6be7658c95459ca4c045d50353fe5d 1,952 1.00/1.00 vMB 61
793,481 793,481 00000000000000000004a51f9b9e8c20efcd90b80d86714c0c4e808c3b2a33ac 2,106 1.00/1.00 vMB 38
793,480 793,480 00000000000000000003cedeff757e4eeb7d773dc9ec275597c4bd0437f49e97 3,012 1.00/1.00 vMB 84
793,479 793,479 00000000000000000002c56772642588095a2cd1e77af56042216ddd4637060e 1,725 1.00/1.00 vMB 24
793,478 793,478 000000000000000000007de06b288feabcdd01cd074c90ad1048cb0e4d6855be 3,479 1.00/1.00 vMB 29
793,477 793,477 000000000000000000047b49ea28c4518f3636411c0707df252640375199db8a 2,321 1.00/1.00 vMB 74
793,476 793,476 000000000000000000017db8eabd32980b97831c578b6a352dd684ebe0277ebf 1,453 1.00/1.00 vMB 23
793,475 793,475 0000000000000000000114d3946f78cff63b53558785336238d681a50ed2a704 3,157 1.00/1.00 vMB 35
793,474 793,474 0000000000000000000475e5258d27c53d674e46888d5eda14503fc2634027f0 2,174 1.00/1.00 vMB 49
793,473 793,473 0000000000000000000272678bba063f283ec0dcdb7a05229873b1fdfada25e3 1,133 1.00/1.00 vMB 29
793,472 793,472 000000000000000000029c6afaa1ed173743490030dcd3656fe008ad3d9fb8ef 1,760 1.00/1.00 vMB 21
793,471 793,471 000000000000000000046032eef4598a12eaca2c490a9f159cf7f45fa64f348f 2,706 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.