Loading Tool

Explorer IconExplorer

Memory Pool

80,796 transactions
30.45 vMB
0.08797207 BTC
Random Selection Loading Transactions
Max Size: 185.82/200 MB

Candidate Block

Mining Attempt 18d18262c293d707a33533ec805b0a9b912608bf32a804fe6eb6a61c9232ce2e
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root fedd35c9959d1ab8cd945f2e07f556c485c564c96318acd3dc15d1468cd303ed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,615
Size: 1.00 vMB
Total Fees: 0.01973104 BTC
Feerates: 402.75 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (497,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
417,854 417,854 0000000000000000012b3b1afb581dbed47ffc2ca30b913834af7c808b5a4893 2,009 1.00/1.00 vMB 75
417,853 417,853 0000000000000000036b44dce4845b6fd8c12b4ef6c33d48fb4c2958f35c7a5a 1,687 1.00/1.00 vMB 74
417,852 417,852 000000000000000004fd3441e03b2e957a8b860808fe186e0641c1d409fa66ac 2,584 1.00/1.00 vMB 90
417,851 417,851 000000000000000001fa6392bc79fbada628de26f5bdbace3998183e491bf325 1,050 0.46/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 783.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: 718.60 GB
    • Received: 17.92 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.