Loading Tool

Explorer IconExplorer

Memory Pool

82,521 transactions
31.04 vMB
0.08329918 BTC
Random Selection Loading Transactions
Max Size: 190.37/200 MB

Candidate Block

Mining Attempt f37d1fc4adf6f9f4ffd85f0155d3804e0c41691f72b7f340bea290a9bb7e54b7
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 9a03a777bd97212c9927f9eaee2917eeff0e1162d15f04337b4bc79d4d32cb54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.01350000 BTC
Feerates: 68.76 > 1.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (328,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
586,912 586,912 0000000000000000000c46c1b39156667d4a8db44986929384471b74de7231f3 2,580 1.00/1.00 vMB 30
586,911 586,911 000000000000000000047f8bc493feab092ad599463e8453d7267efbc8281c18 3,084 1.00/1.00 vMB 67
586,910 586,910 00000000000000000006a3fdb093b19c9d45749456ba46dd95d77249a5e835dc 2,848 1.00/1.00 vMB 72
586,909 586,909 0000000000000000000e9649269a43253533545ffaa06b7814f6c98d57cc15f3 878 1.00/1.00 vMB 11
586,908 586,908 00000000000000000016e2e4c96108c1da08c1fbddac4afc25807a73e7eb851c 2,593 1.00/1.00 vMB 16
586,907 586,907 0000000000000000000bf1ea1ddfa45532d06ad7a55010dbc5c5c1abbdc8e6df 2,855 1.00/1.00 vMB 47
586,906 586,906 0000000000000000001866fc911bbdb85197802da9ce19ad4b74a08828c5b114 3,292 1.00/1.00 vMB 84
586,905 586,905 00000000000000000005395633a1a165c3e13e098da0fa1f83288217e3d9264f 2,913 1.00/1.00 vMB 43
586,904 586,904 000000000000000000115867946e42bc88fd6ac4567b268759d7981f532231eb 2,253 1.00/1.00 vMB 68
586,903 586,903 000000000000000000014a5303da4c1b3f5df4dbb3e2953c820b402babae3de3 2,235 1.00/1.00 vMB 37
586,902 586,902 00000000000000000002c2346f8761eae01cd75a1331b9f322e60d5740e1fd06 810 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.77 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.42 GB
    • Received: 16.90 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.