Loading Tool

Explorer IconExplorer

Memory Pool

76,029 transactions
28.06 vMB
0.08577702 BTC
Random Selection Loading Transactions
Max Size: 170.99/200 MB

Candidate Block

Mining Attempt 84b1d5377f818bd210e73d23c4f57e96efc2122c5bbe7624e561e74820a67921
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root d7188268d3bca6af35bce9bd8810bee8c1de3d26befdce3eddbd6f47fcbe1f8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,250
Size: 1.00 vMB
Total Fees: 0.02539874 BTC
Feerates: 100.00 > 2.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (328,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
586,901 586,901 0000000000000000000f7f94463a6c27754c4005a3f8db3627e83c0ab1d61e46 2,684 1.00/1.00 vMB 48
586,900 586,900 0000000000000000001405d2b3691731f05a5f244d47db2a52b06e181816ccab 2,426 1.00/1.00 vMB 7
586,899 586,899 0000000000000000001d90df16b4e0cd3f18a45e6cd52201c855c6f2f46c844c 1,518 1.00/1.00 vMB 16
586,898 586,898 00000000000000000015ccbc10d7ea22be634dc385a3f70f86d8e9253df47cce 2,320 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.15 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.