Loading Tool

Explorer IconExplorer

Memory Pool

76,388 transactions
28.90 vMB
0.07460287 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt a476d474221989fc06a4523025faa2bfe2b5777141990b56bf89157c80c713a1
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 570a5ab56cdf0001dba26ed521c66eb34f1f94e3bfcd7277a93843f97e5f6a1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,476
Size: 1.00 vMB
Total Fees: 0.01161859 BTC
Feerates: 77.76 > 1.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (165,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,796 749,796 00000000000000000003f08c41217268ed31562848d0744f99aa8243f91ead11 2,484 1.00/1.00 vMB 6
749,795 749,795 00000000000000000003d55373c46b49655c632f80e960ebcc0c16c6504e18ff 1,487 1.00/1.00 vMB 25
749,794 749,794 00000000000000000007033ecda4af45da0bb7425ec996e0021129e77a35bb12 184 1.00/1.00 vMB 26
749,793 749,793 00000000000000000009237654820ca072da113d4b881d0bb418680bb058a683 532 1.00/1.00 vMB 27
749,792 749,792 0000000000000000000957a52795128ae795ec2e3eb1d9ff0616f2ce13cc388b 332 1.00/1.00 vMB 26
749,791 749,791 00000000000000000007432b3da3bf6960d861497d25ac04a947b49edb735e9a 355 1.00/1.00 vMB 27
749,790 749,790 000000000000000000038760cf9450e15a98424053e3d388764c482ee2c1b590 265 1.00/1.00 vMB 27
749,789 749,789 00000000000000000003d5f57b8a037faec35aa34da79041fc7b6921aab63bbd 1,013 0.99/1.00 vMB 4
749,788 749,788 000000000000000000074cf39e072bdba177f15d56af1374d45ef6891f574d1c 753 0.83/1.00 vMB 4
749,787 749,787 000000000000000000009b2a4fe311e5dd83a0786c11afe297913ed3b00eec3c 51 0.03/1.00 vMB 5
749,786 749,786 00000000000000000002b88dedc2c1319b881823dfe39cbf917cb080769318e3 983 0.55/1.00 vMB 10
749,785 749,785 0000000000000000000921bc2296b0a39fe9938b36790aafc12a6e5800447754 345 0.36/1.00 vMB 8
749,784 749,784 00000000000000000007b3de42457c56e88005acf7013195bc786b6be88ba0ac 53 0.07/1.00 vMB 3
749,783 749,783 000000000000000000059bab24682457dac09cbe5e0a86806ae57d0d9980321f 1,156 0.95/1.00 vMB 1
749,782 749,782 000000000000000000083c92c2648ce2d48e585783d21c6bfbaeb84140367ac0 679 1.00/1.00 vMB 7
749,781 749,781 0000000000000000000050c57705e3e67a0f1eee862b1a3bf0969face8feafec 763 1.00/1.00 vMB 4
749,780 749,780 000000000000000000032ebd123115dd18eed1431c489a7e55c36f644d399356 1,795 1.00/1.00 vMB 4
749,779 749,779 0000000000000000000476fe6b385e57850039b3645b46cad62c4491707354fb 1,790 1.00/1.00 vMB 6
749,778 749,778 00000000000000000002940edcbb2e7b320d30e066306801cf5ba97a9473a28f 627 1.00/1.00 vMB 8
749,777 749,777 00000000000000000004fec9579cf85d415efa6195c0e7761de4f48b78dba727 306 1.00/1.00 vMB 7
749,776 749,776 0000000000000000000335f9e2a7206f06dcea163a849f74e981384b39ea160a 2,312 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.