Loading Tool

Explorer IconExplorer

Memory Pool

81,901 transactions
30.87 vMB
0.08275168 BTC
Random Selection Loading Transactions
Max Size: 189.31/200 MB

Candidate Block

Mining Attempt 166ae75c3672cd4748c13f173a96235c7509d2246e0d3e83562d22ace7a1edd3
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root ba5ae1f569bc42e3d0d61f51134a2eb6a5371d48c352044cc5560b4bc3c4be13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.01301918 BTC
Feerates: 151.12 > 1.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (328,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,935 586,935 0000000000000000000cc9916de80df3b78a896dc9cb51bd9e08a8d169626dfd 2,680 1.00/1.00 vMB 55
586,934 586,934 00000000000000000000e4308fd993f8843bab24773e48525c643f8db8c11e48 2,816 1.00/1.00 vMB 37
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
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.