Loading Tool

Explorer IconExplorer

Memory Pool

43,888 transactions
26.37 vMB
0.05290701 BTC
Random Selection Loading Transactions
Max Size: 139.30/200 MB

Candidate Block

Mining Attempt d3b4571b9a43cff1ab32742391e5019d03b67ac6184b764cadb47b3fb4552788
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root f8f0f7a4f5202dbb5c43d8f76531bbdd4fb347c9ad0e07f4d589324716e966cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,688
Size: 1.00 vMB
Total Fees: 0.00464648 BTC
Feerates: 15.05 > 0.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (423,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,876 490,876 00000000000000000008385c781a79d0c5bafbb77f7f8ea9063b0c3526b1c670 2,199 1.00/1.00 vMB 173
490,875 490,875 000000000000000000e2a6c1cd891b94001adbebf9cad97193dc0c1b718d67ea 2,627 1.00/1.00 vMB 126
490,874 490,874 00000000000000000052335443b55f1e5fac1245e97c5e668295e2dd678a7cb2 2,330 1.00/1.00 vMB 158
490,873 490,873 0000000000000000003ed7237e6a6b88b1506677d9c1d77f0088b86555852576 2,907 1.00/1.00 vMB 108
490,872 490,872 0000000000000000003a67e2531b671386b9446b5e68f78689981663bff1237f 1,823 1.00/1.00 vMB 103
490,871 490,871 0000000000000000002fc1962fe3fb97148d42da5b627eeeac29669391c20515 2,585 1.00/1.00 vMB 152
490,870 490,870 0000000000000000004eb809297985b2cfc759caf0e1715a71c164ce444097d8 2,497 0.95/1.00 vMB 184
490,869 490,869 00000000000000000024e473cf52f4015e2fa78c851561cdff41bb5e1f2c73bc 2,259 1.00/1.00 vMB 178
490,868 490,868 000000000000000000e1f056bebb3d2d853f2e357063e8599c53cc6e2d4c16be 1,710 1.00/1.00 vMB 134
490,867 490,867 00000000000000000017a5473e541fb22b4c197abdc9b09169ced4b2cc857bb5 2,573 0.95/1.00 vMB 204
490,866 490,866 00000000000000000040d48c76bb98ccca4caaa6e93f3747a0ef54e6ae06a0ed 1,923 1.00/1.00 vMB 166
490,865 490,865 00000000000000000094f703b33bd5d904a7fd299db619c3481ddd93fc2057c8 2,710 1.00/1.00 vMB 133
490,864 490,864 00000000000000000039e5015a823467374718b95561d9b0bd85a4276641cd00 1,957 0.95/1.00 vMB 132
490,863 490,863 0000000000000000003363150f2d581a03509a9341e102b8f301a893a4dd50d4 2,719 1.00/1.00 vMB 111
490,862 490,862 000000000000000000866d5050509789ac77a0c291ca6895e92b0f52adfb127e 1,365 1.00/1.00 vMB 109
490,861 490,861 0000000000000000004f145ffc3123e78951c83fd9bee6c09e8fce5ff3f39526 2,223 0.91/1.00 vMB 151
490,860 490,860 000000000000000000b8bba7fb98067e7efbbb99cd683c1acac4c4a5bf476e13 2,298 0.94/1.00 vMB 152
490,859 490,859 000000000000000000c3c102f56c03e24ea0b6e79bb632b5eae8ad1a1226393f 2,294 1.00/1.00 vMB 135
490,858 490,858 000000000000000000be49d2e18530df19c8d84a6194e1008891f651612a7706 2,084 1.00/1.00 vMB 151
490,857 490,857 000000000000000000a79523fb2f3a1f7d11ab637449a6a095b96730813fc7fe 2,133 1.00/1.00 vMB 187
490,856 490,856 000000000000000000435fe70b4897f3ab8e1d30890313fe3bce5e4570837fbb 1,555 0.98/1.00 vMB 191
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.