Loading Tool

Explorer IconExplorer

Memory Pool

73,890 transactions
27.40 vMB
0.06822739 BTC
Random Selection Loading Transactions
Max Size: 167.05/200 MB

Candidate Block

Mining Attempt c40e2580dd639a185b4e7a1621071feb2df12ad643975f018995ce641d6bd450
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root fcaecff7e1150b9dc2cbdf2e78bbf0b1eeab5ab660308fd0a958d800d2000f62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.00996294 BTC
Feerates: 101.19 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (132,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,833 782,833 000000000000000000039e48dd0e343ec3a7d46a2f9b2029a7dd2c284a39b87b 2,817 1.00/1.00 vMB 17
782,832 782,832 00000000000000000002290aa252742594fc13189d04d84f69bc73d296e4cdc0 3,391 1.00/1.00 vMB 17
782,831 782,831 000000000000000000047fb7d6bfa2f6f3b199cde7ac82200150f7fd31e7830a 2,784 1.00/1.00 vMB 16
782,830 782,830 000000000000000000048f039eac0fd8c3763b05efe39ae283ab3a78b98c45be 567 1.00/1.00 vMB 12
782,829 782,829 00000000000000000003d9c8fafcf4e0f18e6ffcd4dfcc56c045b6af04e6c4bc 2,819 1.00/1.00 vMB 27
782,828 782,828 00000000000000000004e2db5950101dbcf1e7d56d1c53c9191ff80ec8a65f23 2,919 1.00/1.00 vMB 23
782,827 782,827 0000000000000000000174bfceec90df2d2fa12db6d7f0a42aeadeea9e930745 2,633 1.00/1.00 vMB 38
782,826 782,826 00000000000000000002d33d84d7a3776e63c65488bf203294a1ca6962d1762d 1,860 1.00/1.00 vMB 21
782,825 782,825 0000000000000000000512f33b01748aec200c8a20d8e44ad8bbff08487b3830 2,356 1.00/1.00 vMB 20
782,824 782,824 00000000000000000001ea4de0d771597beeeb227ce8cf3959092d714120cca2 2,766 1.00/1.00 vMB 29
782,823 782,823 00000000000000000002cfa8d5f270e6dae246d23b5aa77ebe8a674435e6b543 2,823 1.00/1.00 vMB 40
782,822 782,822 0000000000000000000354b2c98f3224b0d51dcae02b4da0a620b217f4f0d213 1,224 1.00/1.00 vMB 78
782,821 782,821 00000000000000000000079e42e616ea68a5384e9a833f10f5814f5f1a61f945 2,705 1.00/1.00 vMB 49
782,820 782,820 00000000000000000001f72a0116baa268c8c90c62a938212aa63d0f09d51258 2,290 1.00/1.00 vMB 24
782,819 782,819 00000000000000000004271af1da0e8dcd46c5cf49cba0d498acc8f56c796f5e 2,121 1.00/1.00 vMB 55
782,818 782,818 0000000000000000000500263fc3506111912417ea82fd3110b1069dfb60cf05 2,550 1.00/1.00 vMB 17
782,817 782,817 000000000000000000023a47f0d7c913605c867b2350227130e64b22ba7cbc9e 3,529 1.00/1.00 vMB 23
782,816 782,816 00000000000000000002d809c3bdec9168e1357e21e04a7deb1db45d35540b32 2,902 1.00/1.00 vMB 21
782,815 782,815 00000000000000000002a9dee760be7621c45b6e8e7352c9e1c5aaa0b0024acd 3,122 1.00/1.00 vMB 36
782,814 782,814 000000000000000000020fbfa00fd0a1c5eb08ff0e0cd6387598781056d30a85 1,432 1.00/1.00 vMB 15
782,813 782,813 000000000000000000030f9a852c1894bf24027f1471293acf09046daf0f4430 2,446 1.00/1.00 vMB 20
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.62 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.