Loading Tool

Explorer IconExplorer

Memory Pool

79,101 transactions
29.45 vMB
0.08381650 BTC
Random Selection Loading Transactions
Max Size: 180.06/200 MB

Candidate Block

Mining Attempt a463fd6dbe621bbedee7878bb86472d4e0ce0354d1e40ffdad17e1029d38f9e3
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2adb12902d9059dbf2c17a8ab642a0d9cd0978f955325f68fb2d244976c3a72c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.01911129 BTC
Feerates: 402.60 > 1.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (473,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,771 441,771 00000000000000000105756583702dd9d50fdfb47489d5250fb3dbea64874606 720 1.00/1.00 vMB 116
441,770 441,770 0000000000000000003c2ef2c56ea0ac9898e920708f79067c8be58bf7af8bca 1,970 1.00/1.00 vMB 65
441,769 441,769 0000000000000000014c1532e5fe5b6687f822ab00c91c957efa958b69738335 2,143 1.00/1.00 vMB 72
441,768 441,768 0000000000000000027667df1a7e4c02bcca35937bf63df5c4bf1e06ae91593b 878 1.00/1.00 vMB 28
441,767 441,767 000000000000000001132cc4c526aeb844aae31ba7ed86c0afa38db8602ebcf2 2,462 1.00/1.00 vMB 83
441,766 441,766 000000000000000001ec9ef1d3266eaf2b134a358e0eaef4828e4cf6bc8a64eb 2,441 1.00/1.00 vMB 83
441,765 441,765 000000000000000001b5c6229ef8c56cdf0e09f1b4b91b60e7f96f50f5ae2b35 1,455 0.67/1.00 vMB 64
441,764 441,764 0000000000000000012b27d400348b2cea434376a2b2f20bc9d8ed8007778489 2,845 1.00/1.00 vMB 91
441,763 441,763 0000000000000000039928077860e849f2392389c104fde918a0d53c1ef488d6 2,343 1.00/1.00 vMB 79
441,762 441,762 0000000000000000003a1cbb0fc07bee5bdd590fc200bff6a9ce4fbcd02d390b 2,016 1.00/1.00 vMB 90
441,761 441,761 000000000000000003ca4187cd5f4c7652303433a53311b9402804487d4aa905 2,767 1.00/1.00 vMB 82
441,760 441,760 000000000000000002bd49ebe768a960d1be7e374e57b5c0c059c40dbde5b588 540 1.00/1.00 vMB 16
441,759 441,759 000000000000000001a1fc2692084229ed905db130e12deb205801dbac11f7c6 222 0.10/1.00 vMB 81
441,758 441,758 0000000000000000003d76e78d360a5e5067b97c5b4ee18e0bd639f967bd1af0 1,014 0.72/1.00 vMB 44
441,757 441,757 0000000000000000012bccb66e183158b4d840b1b5b9a3096be489ea34de34c2 1,569 1.00/1.00 vMB 36
441,756 441,756 000000000000000001b9499104173be4d83724b1ab8d4905b14b121674b694f0 2,565 1.00/1.00 vMB 70
441,755 441,755 00000000000000000316ccafef7c7a5141b8593e3410e17394a9d986b41e0973 2,565 1.00/1.00 vMB 88
441,754 441,754 000000000000000001f4efd6b58a4f17e08aad0895c78c125c985b40025600f4 2,563 1.00/1.00 vMB 85
441,753 441,753 0000000000000000009c55c98d366ea996a13d47ba1588631300198d032258a5 2,842 1.00/1.00 vMB 79
441,752 441,752 0000000000000000027c49f8f50549364fbf6faf1e36a226f2eba8b615a158e8 2,552 1.00/1.00 vMB 79
441,751 441,751 000000000000000002145b5349280c5d811a104bedcb84f70e5b4bdc91d11199 2,334 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.