Loading Tool

Explorer IconExplorer

Memory Pool

82,900 transactions
31.25 vMB
0.09830142 BTC
Random Selection Loading Transactions
Max Size: 191.22/200 MB

Candidate Block

Mining Attempt 57fb6e5012ded9d4d193baeb1de397ff90efb419756d983fb010cce87ad8f0b6
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 7480c6eab84cb6551e10c0b7d0c620587ce080a5a368777910b56262aaf6a715
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,954
Size: 1.00 vMB
Total Fees: 0.02767749 BTC
Feerates: 301.05 > 2.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (644,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,010 271,010 000000000000000181f97453943d37d3985552dc3bb5e30e2b2ae4893aa65eee 158 0.11/1.00 vMB 32
271,009 271,009 00000000000000049370254aa11decb20efc2c98f4fed7ac8194c8f307beeb2d 952 0.50/1.00 vMB 38
271,008 271,008 000000000000000341624745c7bdd8e659bb365ed4eca0349c8c2200b1634df7 589 0.25/1.00 vMB 77
271,007 271,007 0000000000000001a68b9a0c5f20679d30294a2c44fe9b369089a8a121fe0983 937 0.55/1.00 vMB 51
271,006 271,006 0000000000000004f5d35e7c752c73c32b6984b50abd24b9950b6d918a17a10b 1 0.00/1.00 vMB 0
271,005 271,005 000000000000000480fcdda8265545df8e10310f83c2a20cdee9d8890f853459 49 0.03/1.00 vMB 25
271,004 271,004 00000000000000005f304b9b52a4e6f526d4a52e2f77cdc22d7748d0efede2e8 412 0.20/1.00 vMB 54
271,003 271,003 0000000000000003ebb2cb4d4144d7c8bf1ce6a8ba39ed28c4958a1eba32b760 407 0.21/1.00 vMB 53
271,002 271,002 0000000000000000916529e1e9a28d2cab5b41a2af79c501179908a5f02c7f51 411 0.20/1.00 vMB 37
271,001 271,001 000000000000000088fac639a3fa99a23d02f71b9270037e5110240e92de7cb9 386 0.15/1.00 vMB 79
271,000 271,000 0000000000000002ec315dca0e0ea2b00cac28ef02113bdf85a9d1eb907a7511 427 0.24/1.00 vMB 28
270,999 270,999 000000000000000343e958666fed15f2dac938942db421ec28c807e6b834e316 535 0.25/1.00 vMB 213
270,998 270,998 0000000000000004ce3c703e96d8534ecb9275744e3ab13835abdc23a650953e 492 0.21/1.00 vMB 95
270,997 270,997 00000000000000005261d3919ef877f7614db7bd69e9fdc3d50afcb7f738a07c 996 0.53/1.00 vMB 52
270,996 270,996 0000000000000003e7c205b41634e23b0d4bf4015d0b3026d42a6c8b2a3aa0bb 366 0.22/1.00 vMB 37
270,995 270,995 000000000000000526c0d3b18b0a16b4e1e9aa1a38ba290c94a3bb6b3f69217a 268 0.12/1.00 vMB 47
270,994 270,994 00000000000000001995a600c1050cbd23f6a121cdbf9b8982bea9a91e851cd3 273 0.12/1.00 vMB 14
270,993 270,993 0000000000000000b61a1a596fb3b843a778cc75258a049b23548f19ea220291 653 0.34/1.00 vMB 69
270,992 270,992 0000000000000004730a9d732986ab12917b0b1030f600c7faeabcce09969baa 399 0.23/1.00 vMB 39
270,991 270,991 000000000000000279ddcb2ce6838e3e89ccf72573f5db4758c8aeb8adcaf113 425 0.25/1.00 vMB 59
270,990 270,990 000000000000000321e14b0995139a4cb106e55e7c1f98db7d70d5756526ac5f 69 0.02/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.