Loading Tool

Explorer IconExplorer

Memory Pool

20,734 transactions
18.07 vMB
0.02163640 BTC
Random Selection Loading Transactions
Max Size: 94.03/200 MB

Candidate Block

Mining Attempt df1f584f15e9c07e74e95f8b55757812d3cc502ae3e187af23ca871096c0a904
Version 20000000
Previous Block 0000000000000000000118a353522be82303df9e9779bb3e9c1c5f914f395797
Merkle Root 33fcc76ab7e237175d27f6c4d6b0e40bea3c371bc0f6dc17c64b8b412e2cf67f
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 7,652
Size: 1.00 vMB
Total Fees: 0.00224540 BTC
Feerates: 201.07 > 0.22 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,521 (8,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
932,853 932,853 0000000000000000000024fe80e47713c82b83eb46826c05b1b8c55524a8a826 2,500 1.00/1.00 vMB 1
932,852 932,852 00000000000000000001a7e8609f96077f93fef0e54255aa3cdd4481bea9e831 1,559 0.58/1.00 vMB 2
932,851 932,851 00000000000000000000cbdf3a0508def4aaeb3acc367c1940842471033e6dd8 3,051 1.00/1.00 vMB 0
932,850 932,850 00000000000000000000542cb16d55906358f5b49c047ef668a5c2e2c5bd708b 3,085 1.00/1.00 vMB 3
932,849 932,849 0000000000000000000170a836373775cf6d68e38cec76af85f7ab092d1a57a6 2,587 1.00/1.00 vMB 1
932,848 932,848 000000000000000000018d8f02365aaa95e02c9cd048f2aaa0b913841bbe9b43 3,238 1.00/1.00 vMB 2
932,847 932,847 00000000000000000001402f153f7393014c0a312e826defd4fa5bd188e7136d 1,728 1.00/1.00 vMB 0
932,846 932,846 00000000000000000001428cce9d3bb29f5ab407cfc63c28d7ba121185d38265 3,226 1.00/1.00 vMB 0
932,845 932,845 00000000000000000000ee65925b489e5c702d03b9d756b0c1f4d0ade224beca 1,077 0.28/1.00 vMB 3
932,844 932,844 0000000000000000000070a65c3f8513d05c7c81bbe85045dd17450edc83af3f 1,951 0.60/1.00 vMB 2
932,843 932,843 00000000000000000000b1c2d95dc7c7663aa5c73dd644f1049b8b57eb6c9d03 1,560 0.44/1.00 vMB 1
932,842 932,842 00000000000000000000231f6dff609c31cf648c3b96a3da72fb4cc8e430b9ec 3,285 1.00/1.00 vMB 2
932,841 932,841 0000000000000000000092810acdef5a2ec5c4a82290d613e74134ca0921f7a8 84 0.02/1.00 vMB 2
932,840 932,840 00000000000000000001a843fd2d900ee2188a3b93f3e1427082616b7c9a1d5d 681 0.20/1.00 vMB 2
932,839 932,839 000000000000000000010f5ec6b88bfe7ee10076c7f6cf9bc40af61cf4a98c7b 3,454 1.00/1.00 vMB 2
932,838 932,838 00000000000000000001975a26db5c15dbecc8ced3230f574fb7792d5f4a206c 1,153 1.00/1.00 vMB 0
932,837 932,837 00000000000000000000da1c674874fc3b057b61f876429ba6a77a3dd1f49a7d 1,728 1.00/1.00 vMB 0
932,836 932,836 00000000000000000000180f47568b66cdb2efb796b5c259e83590d7fb0599d8 4,113 1.00/1.00 vMB 1
932,835 932,835 000000000000000000015a45788e202bc02838671102389554b1489f322c45de 2,617 1.00/1.00 vMB 0
932,834 932,834 0000000000000000000133c3b93971a729046b28cc9c491b867cca2b90fd40b7 4,018 1.00/1.00 vMB 0
932,833 932,833 00000000000000000001d11118c5a0aa2398e31d05ced2f03032e1da4074605b 2,077 0.77/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.48 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: 4,661.41 GB
    • Received: 252.16 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.