Loading Tool

Explorer IconExplorer

Memory Pool

44,171 transactions
26.45 vMB
0.05750207 BTC
Random Selection Loading Transactions
Max Size: 139.58/200 MB

Candidate Block

Mining Attempt dc63274a35afe426ca9ae1dc20a23fcf667e7401bc36dc8f9be693882ffa1536
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root ce888abe03a3c0bcc364f7c4d1e7a81e4751af2f0e7a9b11439e8be52128144f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,450
Size: 1.00 vMB
Total Fees: 0.00908192 BTC
Feerates: 40.21 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (302,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,950 611,950 00000000000000000007df725a6d5b15cae0e2708739b00b021afe0d40cb87b3 2,398 1.00/1.00 vMB 19
611,949 611,949 000000000000000000043341d469b099d9c32642de32e99d02dff921d51758fa 1,635 1.00/1.00 vMB 23
611,948 611,948 0000000000000000000e869a4473d53eb232c72b2565a542f448305f3e4d9d58 2,063 1.00/1.00 vMB 19
611,947 611,947 0000000000000000000042431680f7e73b46e731ffbba0bc83054a1e406dbd3d 2,001 1.00/1.00 vMB 24
611,946 611,946 000000000000000000144c7cd2e618cf4a86302d91680f5746b4a0308faf1d36 1,791 1.00/1.00 vMB 13
611,945 611,945 000000000000000000081e4487b2f961661a369cc473b10c3214f259930bd7fb 2,516 1.00/1.00 vMB 24
611,944 611,944 0000000000000000000c9862041797577310e0e95dab60c48a423d58990008bd 2,470 1.00/1.00 vMB 13
611,943 611,943 0000000000000000000bf2c9900280fd8aae2ad839b1a600aeea74cdc20477f1 1,828 1.00/1.00 vMB 15
611,942 611,942 000000000000000000089ced765a2bd66412abb00360156ac4b431905dac412a 2,939 1.00/1.00 vMB 23
611,941 611,941 00000000000000000008b771009e38ba1e54fb6ea3f2bacd134e4c98f89e5ad8 3,051 1.00/1.00 vMB 21
611,940 611,940 0000000000000000000ae65389fdecbd4dfc6b88cc29c1acfdf7831da6d91ad5 3,238 1.00/1.00 vMB 26
611,939 611,939 00000000000000000010c8866f00b22efeab11165d5e86fff16ba37aaee34b16 2,900 1.00/1.00 vMB 17
611,938 611,938 0000000000000000000675a716f25d482dea0a623d778e3cea28760fb3ecd9da 3,374 1.00/1.00 vMB 33
611,937 611,937 0000000000000000000e6edda559cd2156cc9874c9abddd90a0ee32f264d72a2 2,476 1.00/1.00 vMB 20
611,936 611,936 00000000000000000007b54b5f4214a534ccba822a1e6c02c14f8310dd5e2b0c 2,782 1.00/1.00 vMB 34
611,935 611,935 00000000000000000001470f527107462bd76755413b401c0630fa317debcd74 2,733 1.00/1.00 vMB 29
611,934 611,934 00000000000000000002512fe4d537675b65f33e36b87fb45e5a7a8b8fad4bce 2,641 1.00/1.00 vMB 48
611,933 611,933 0000000000000000000412d92ce15a241160609fa0e36720b01b5f63be6ff518 2,248 1.00/1.00 vMB 36
611,932 611,932 000000000000000000115d72f5e9531224b90a3c7a992f975544edc2d5ca299b 3,386 1.00/1.00 vMB 37
611,931 611,931 0000000000000000000f1498e9c5b6c47cb0432a233ee129ddd9ed1c4362fe08 2,630 1.00/1.00 vMB 26
611,930 611,930 000000000000000000142f1da5dd50f3c67a0088e24be2200dd78b974d4873fc 2,381 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.