Loading Tool

Explorer IconExplorer

Memory Pool

82,687 transactions
31.09 vMB
0.10857598 BTC
Random Selection Loading Transactions
Max Size: 189.07/200 MB

Candidate Block

Mining Attempt 4ed7352343559434a273b7a2991e52d373b98aa372b40e4b8036f61ce59955f5
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 6fb278808c87913a747ae43650494b942e1ed1b3d4e13a8137b95a91e35de1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.03429648 BTC
Feerates: 200.89 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (497,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
417,850 417,850 0000000000000000003ee7214e2ca3dd12fe25ec14acf6bb0112b2069ca74cbf 1,262 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.