Loading Tool

Explorer IconExplorer

Memory Pool

77,111 transactions
28.82 vMB
0.09713363 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt 09ef22bd1119ffe1e38be17cf975eab4e8532a4103db2a3cc614465d2a979cc2
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root fd0c46883c59f2c94b9eddfb8f80c9d71926426ecf802b48af06698e6e548002
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.02939234 BTC
Feerates: 180.82 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (328,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,933 586,933 0000000000000000001189e67beaa774af04887b4b9f904c691a9d31d249ca72 2,634 1.00/1.00 vMB 50
586,932 586,932 00000000000000000008d9f9c578da60a33c333b5762335343ee18c9f776e396 2,459 1.00/1.00 vMB 60
586,931 586,931 0000000000000000001ad867c0db9ddad14ed1e80a19251cbbd3a1fa13eb0de4 2,809 1.00/1.00 vMB 60
586,930 586,930 00000000000000000014051173264ec38cd861d6d6bbebc8462b81cd06badb9d 2,978 1.00/1.00 vMB 103
586,929 586,929 0000000000000000000bab0f9c827bbc92f0cc11a12861e4a2442dd6afa389d4 609 0.20/1.00 vMB 35
586,928 586,928 000000000000000000051d71e93a2202db7f7974afbb4843b1030b789c860b9f 1,902 0.75/1.00 vMB 37
586,927 586,927 00000000000000000000f59f95b78660bcbdb3f029999baf3604df76e14c3748 1,465 0.73/1.00 vMB 7
586,926 586,926 0000000000000000000f0054acd90bca756d5476aebd0182f5db723fb78d08ef 2,551 1.00/1.00 vMB 8
586,925 586,925 0000000000000000001710c9dbdc82d2ca68b112a4a4e4236cf3b99917b56490 2,902 1.00/1.00 vMB 46
586,924 586,924 0000000000000000001bddb326190cd6ba4d155d0a6038aeb57cf3d4a3f36c3d 3,329 1.00/1.00 vMB 63
586,923 586,923 000000000000000000179d0d2f0dca90f65587c5016bc461774fd9ee97275744 1,449 1.00/1.00 vMB 86
586,922 586,922 0000000000000000000cb802272792211aadc5ce58dd167ded3ea2dc1b9d7fe1 2,107 1.00/1.00 vMB 40
586,921 586,921 00000000000000000019b203c631b39ebee2d862dba3395845405f6845d24f94 1,705 0.59/1.00 vMB 22
586,920 586,920 0000000000000000000a27ab511c63d8dff7f3e12037e249b2af0d75b50ac825 2,647 1.00/1.00 vMB 43
586,919 586,919 0000000000000000000a8aadc6463f9021e38076d7c854cf1db11200ae5fd4bd 1,516 0.93/1.00 vMB 5
586,918 586,918 000000000000000000043deac7719256fe604d4f54dc3ccc38e9b1b3bf7e2f62 819 1.00/1.00 vMB 1
586,917 586,917 00000000000000000001bcdf7d571a95861522fdf43e3d4cbb9bf218cc1e96e1 925 1.00/1.00 vMB 8
586,916 586,916 00000000000000000008e991eda19fbaa5a69956aacb648ea0f5a07eec2953fc 808 1.00/1.00 vMB 17
586,915 586,915 0000000000000000001c3942115ea2385f78d515bc3cb8ddca8a3c7ff4ae4712 2,016 1.00/1.00 vMB 41
586,914 586,914 0000000000000000000fc35c566c77f050d2742e8c5482ab63410f419e5c5110 2,763 1.00/1.00 vMB 13
586,913 586,913 0000000000000000000546b8894ea3c31fdab5ac449d24cb1d30dfc3477fa527 2,961 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 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.