Loading Tool

Explorer IconExplorer

Memory Pool

87,515 transactions
32.52 vMB
0.10767929 BTC
Random Selection Loading Transactions
Max Size: 198.12/200 MB

Candidate Block

Mining Attempt 4a488ccc10379fef079f4e08e5c16d7ce8be7b8ec85178e50c79ffab30e023f0
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root 63beb3dcd6ccf936ee243748d2facb5a0a514c77029bcfd983d2d561bcc89f04
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,090
Size: 1.00 vMB
Total Fees: 0.02820024 BTC
Feerates: 318.30 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (479,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,093 436,093 00000000000000000422b03228fe1ea37f313581a03b7db74640270f1433f00e 3,486 1.00/1.00 vMB 64
436,092 436,092 0000000000000000004759796d502a1a657cf734faf1a1698a0cb733ae522ea4 2,161 1.00/1.00 vMB 96
436,091 436,091 0000000000000000026589d8ddaa0df75707ea5ac31463a3e33a875a6d1c3fb3 2,637 1.00/1.00 vMB 70
436,090 436,090 00000000000000000453f128abf05b959cddd19d0d48d1032c7234b5513edfa3 2,463 1.00/1.00 vMB 102
436,089 436,089 00000000000000000333ef974cca48d6aaecc68b18930f628de9ed601c105fb3 2,755 1.00/1.00 vMB 77
436,088 436,088 000000000000000001b330564c6a545f7e98c4a6cbb74033fa4b3bf8bb641565 2,367 1.00/1.00 vMB 54
436,087 436,087 000000000000000001c312cef2852183d8f23e16a2da8e4bef462a979c9aea2d 2,223 1.00/1.00 vMB 75
436,086 436,086 000000000000000002945754ebb6d5f285ba85b5a4ae49907a94865f85364756 1,907 1.00/1.00 vMB 96
436,085 436,085 000000000000000002b1133c4c2a63f0d55bf42b6722b896fb8d47ea1b465bdb 2,692 1.00/1.00 vMB 74
436,084 436,084 0000000000000000015dc2efa8f651b1eb1fa3606209878725c51d805fbe5f60 1,987 1.00/1.00 vMB 43
436,083 436,083 000000000000000002bc73906be1edab9fa216fa47268692bacea308f78ee9ab 2,241 1.00/1.00 vMB 71
436,082 436,082 000000000000000000d2098d9c70f6a97df39872dbf1deb349da086184488998 2,761 1.00/1.00 vMB 74
436,081 436,081 00000000000000000436b8c1e0ef7697b06974eef0a9b9e204b22cba91678894 2,616 1.00/1.00 vMB 62
436,080 436,080 000000000000000003cd9223b826370cb2a64207f05db160445472451c7b035b 1,108 1.00/1.00 vMB 53
436,079 436,079 000000000000000003e5867c5d788fe1ce77fa8ada45135ca3e0a378e394704e 2,190 1.00/1.00 vMB 90
436,078 436,078 000000000000000003ae38f81fa91863aeea2c501d92b619bf557971d4707ffa 1,922 1.00/1.00 vMB 54
436,077 436,077 0000000000000000003de40c4b24cb898f1251f3b7606fcd0cba14cb4fd3cda1 3,177 1.00/1.00 vMB 52
436,076 436,076 000000000000000003695014775f8f0d1451a1b6964c055fdea3f65d549196fb 1,070 1.00/1.00 vMB 68
436,075 436,075 000000000000000001faf6042cf73b28f3b8a54295ea1bbae54cd6b9ff7a1708 2,070 1.00/1.00 vMB 71
436,074 436,074 0000000000000000035a3fe8e227ec060c64c66ff4d49073215963f4c65ec787 1,854 1.00/1.00 vMB 66
436,073 436,073 00000000000000000146f5f3066a68083abd4b36d2bf9a0daec0d1c256c98393 2,272 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.98 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: 717.05 GB
    • Received: 17.82 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.