Loading Tool

Explorer IconExplorer

Memory Pool

80,582 transactions
29.99 vMB
0.12233639 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt 8a7a1813ed3ebb8ed4fc978f8d77f0b9cac9432cf17073b481bfb46299fef198
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3fb222b18474dd44480eb257369b71e4b3fe7b50ac479253899ecddb7c4f4b16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.05053131 BTC
Feerates: 242.90 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (537,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,201 377,201 0000000000000000096c5675b31a3a93118647791288aedc4abcbb5c455228f0 2,435 0.93/1.00 vMB 46
377,200 377,200 00000000000000000542adb520a30bc0f0f80231030bea3dcc0634d99f73c024 1,165 0.51/1.00 vMB 40
377,199 377,199 000000000000000006ffe79af4d4a3217928d702e848f77d479171ca6f783de9 1,925 0.92/1.00 vMB 39
377,198 377,198 00000000000000000c1904d055428ee492cb2c1a1a74aa4e0feb7475f9138347 210 0.10/1.00 vMB 33
377,197 377,197 0000000000000000071fa4aad8a716b7416153aac5001506256d33dd3fc07e8e 1,072 0.90/1.00 vMB 27
377,196 377,196 0000000000000000011af9557c807f547f191479fbe8ae4eff66deb7444fd68a 268 0.16/1.00 vMB 27
377,195 377,195 00000000000000000505aa4872d45c9bb4985ea705130d3497642dbeabf5a29a 234 0.34/1.00 vMB 16
377,194 377,194 00000000000000000d36c2f0df8080a72a618c5841a611a4a37c12ba12bc52a3 1,122 0.92/1.00 vMB 22
377,193 377,193 00000000000000000f1fd22751c51bd6aa4b5c99242e1fa25d7c18397026c690 2,383 1.00/1.00 vMB 47
377,192 377,192 00000000000000000ad71b02a0a1d300e52b176bb98f8f847b502542434af317 374 0.22/1.00 vMB 32
377,191 377,191 000000000000000011350b1fc0854865e05f202a4fad6148abf414f1696fd78f 1,364 0.67/1.00 vMB 36
377,190 377,190 000000000000000004c0c5c7d0fd0ba6057b3a6b4966381f1d390bded75128f0 778 0.34/1.00 vMB 52
377,189 377,189 000000000000000011cfe4a41388900af8a455e6f24896bb232e6a1df3647d5e 1 0.00/1.00 vMB 0
377,188 377,188 00000000000000000d4cea54f5a1c117f4b8354f7013d2633a0a2ff6c0551f11 820 0.41/1.00 vMB 36
377,187 377,187 00000000000000000111fecb162f2d0d4616a956c227bb5c8d1fe68d9e19b7c4 166 0.08/1.00 vMB 40
377,186 377,186 0000000000000000013c24a6e3594830c0fbe3c4c392f53b0fa200e3983e3b6d 95 0.04/1.00 vMB 42
377,185 377,185 00000000000000000e58aa344b307e8c9fdeb4b70f02137ac29b145f8bc195d4 694 0.34/1.00 vMB 39
377,184 377,184 000000000000000004c574c1b7825382a7807fa6be444bfc08d8918599479255 625 0.27/1.00 vMB 39
377,183 377,183 0000000000000000039bf8c7d875f412fa8bbadcf92a8fbd86dc7efeba3801ad 1,064 0.50/1.00 vMB 38
377,182 377,182 00000000000000000df0e1e47051dc4248dc9d248b87859c6d5484745ef979d2 1 0.00/1.00 vMB 0
377,181 377,181 0000000000000000094d26919839374750ae4fb01afacec76d2ef0e2caada695 1,409 0.69/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.67 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.15 GB
    • Received: 16.42 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.