Loading Tool

Explorer IconExplorer

Memory Pool

74,995 transactions
27.45 vMB
0.06466464 BTC
Random Selection Loading Transactions
Max Size: 168.09/200 MB

Candidate Block

Mining Attempt cd6635bcd2b56da0b938f670110b2f196bf9cc8e2338462e49d120d865d40dce
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root d4379aa8ad82157598b41722c2ae5b816d98f34eb04a0f507d60efb42a46cf0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.00614264 BTC
Feerates: 24.01 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (497,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,875 417,875 00000000000000000141971c8a31b9f97f8ac91e1018dedab04a1dde93a2050c 156 1.00/1.00 vMB 10
417,874 417,874 000000000000000000d70a24adb1391f4f48058693a4de3d45f0d5eb45fcb15c 609 0.31/1.00 vMB 63
417,873 417,873 000000000000000003b023194f83b5540d3a7d87743b5fe0a88818513f7615f9 1,277 0.91/1.00 vMB 43
417,872 417,872 000000000000000000db89363d620b741354d7798d1a3794b34f5853c47bf14f 431 1.00/1.00 vMB 17
417,871 417,871 000000000000000004e113587c8b82258b74feff33b736836c74351726815d2e 333 1.00/1.00 vMB 14
417,870 417,870 00000000000000000381dd7c04c2d5745fbd5c5de967600e6031e4c7aa3dda7e 62 0.03/1.00 vMB 58
417,869 417,869 00000000000000000513224a33b4e5c4e544ec7b06bba7489d07bfdae60f81d1 544 1.00/1.00 vMB 20
417,868 417,868 0000000000000000052f2a54fd619ab114d2bb02402f473a3a81cef92de03975 1,099 1.00/1.00 vMB 36
417,867 417,867 0000000000000000049f5fbd3df5a963c3b28421576cdb201c6a10c325a46f0d 370 0.38/1.00 vMB 31
417,866 417,866 0000000000000000018e3031b461c84bc6952244634be1eb5650ef68f5658786 1,917 1.00/1.00 vMB 52
417,865 417,865 0000000000000000026c22e5e6aacc3f1d2bedbf90328b337889156f5dcd7f2b 2,488 1.00/1.00 vMB 61
417,864 417,864 000000000000000003999a57437bfbe499a400d4178be35577ff383b6591cfc3 2,548 1.00/1.00 vMB 88
417,863 417,863 0000000000000000016c668a361e047cb1a9c0815b7dc14bed43363b44ab8c7c 1,305 0.72/1.00 vMB 50
417,862 417,862 000000000000000004ff49b655f57bf1b7a4ef49e32ba9d730c1cd39a9fae2a7 2,450 1.00/1.00 vMB 77
417,861 417,861 000000000000000002e026c0b4c5d12ca4b2254c00064ea64afc0c0404e2655f 1,992 1.00/1.00 vMB 52
417,860 417,860 000000000000000000c943b79d457dae5d3817b9bf5a6442a7e74ecc63bfdc2d 2,165 1.00/1.00 vMB 75
417,859 417,859 000000000000000003f5c74978dc9c63fd49a082a4891c3d369b2532f25ef483 53 0.02/1.00 vMB 94
417,858 417,858 000000000000000002e1975a6131baf28c0ae5238f1dc11ca10a7dd5aa571f16 1,292 1.00/1.00 vMB 30
417,857 417,857 000000000000000001ad2f8fbd57cb1cbd8d790c212352b2d022cc261aefb1ee 1,819 1.00/1.00 vMB 30
417,856 417,856 00000000000000000132006954eac05730d949aaeb3df8bcc60e514f9a444725 2,362 1.00/1.00 vMB 79
417,855 417,855 000000000000000002f87e34ccb9f4972aefda6f90ed931273f9f66a9d0bd1b5 2,220 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.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: 714.59 GB
    • Received: 17.57 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.